Skip to content

Releases: ionic-team/stencil

😊 2.17.1 (2022-07-11)

11 Jul 17:08
Compare
Choose a tag to compare

Bug Fixes

  • cli: add explicit support for Jest CLI arguments (#3444) (700b3a9)
  • compiler: handle null window.location.origin (#2813) (255cd66)
  • styles: ensure styles are applied before paint (#3452) (c47cec6)

🚂 2.17.0 (2022-06-21)

21 Jun 17:32
Compare
Choose a tag to compare

Features

  • compiler: export all built components from index.js w/ dist-custom-elements (ff0e8cc), closes #3368
  • compiler: update generation of type declaration file w/ dist-custom-elements (9d3bf15), closes #3368
  • mock-doc: add matrix and tspan props for svgelement (#3408) (d3b93c1)
  • telemetry: add stencil config to telemetry object (#3401) (9fe3f15)

🎻 2.16.1 (2022-06-03)

03 Jun 12:45
Compare
Choose a tag to compare

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

🌸 2.16.1-0 (2022-06-03)

03 Jun 03:27
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

🎉 2.16.0 (2022-05-31)

31 May 16:59
Compare
Choose a tag to compare

Bug Fixes

  • bundler: prevent vite bundling errors in downstream projects (#3349) (4c8d8c0)
  • compiler: prevent double full builds (#3374) (267e3dd)
  • mock-doc: handle children in contains() (#3363) (2f8a6c0)

Features

  • compiler: generate component custom event types with HTML target (#3296) (846740f)

🎢 2.15.2 (2022-05-09)

09 May 17:15
Compare
Choose a tag to compare

Bug Fixes

  • cli: don't generate files if they would overwrite existing code (#3326) (9fc3a44)
  • sys: make NodeLazyRequire complain if package versions aren't right (#3346) (b7adc33)
  • sys: tweak NodeLazyRequire logic around too-high-versions errors (#3347) (9bfef1a)
  • types: components.d.ts type resolution for duplicate types (#3337) (31eae6e)

🐼 2.15.1 (2022-04-18)

18 Apr 17:09
Compare
Choose a tag to compare

Bug Fixes

  • mock-doc: Add missing DOMParser stub to MockWindow (#3279) (f88fb2e)
  • tests: ensure jest respects passed flags (#3329) (c6a1d42)

⛷ 2.15.0 (2022-03-28)

28 Mar 17:06
Compare
Choose a tag to compare

Bug Fixes

😃 2.14.2 (2022-03-10)

10 Mar 22:32
Compare
Choose a tag to compare

Bug Fixes

Features

  • node: add warning of future node support (#3271) (11e174e)

🐦 2.14.1 (2022-03-07)

07 Mar 17:37
Compare
Choose a tag to compare

Bug Fixes

  • bundling: allow proper webpack treeshaking (#3248) (5dccc85)
  • renderer: prevent infinite loops for NaN (#3254) (e2d4e16)
  • testing: don't run tests against non-test files (#3237) (c6fda39)