Skip to content

Releases: stenciljs/core

🍀 3.0.0-rc.1 (2023-01-23)

23 Jan 17:32
Compare
Choose a tag to compare
Pre-release

This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, and syncs the Stencil
v3.0.0-dev branch with main.

🎈 2.22.2 (2023-01-23)

23 Jan 17:06
Compare
Choose a tag to compare

Bug Fixes

  • runtime: workaround for performance slowing in Chrome 109 (#3995) (6544422)

⭐️ 3.0.0-rc.0 (2023-01-17)

17 Jan 21:01
Compare
Choose a tag to compare
Pre-release

This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, and as well as all features
included in Stencil v2.22.1

✈️ 2.22.1 (2023-01-17)

17 Jan 20:03
Compare
Choose a tag to compare

Note

v2.22.0 was never published to NPM, nor GitHub. The team had originally intended to release v2.22.0 on 2023.01.17.
However, the publish attempt occurred during an NPM outage (unbeknown to the team). The result of this outage left the
package 'marked' as published, although the publish did not succeed. v2.22.1 is identical to the version that the
Stencil team originally intended to release as v2.22.0.

Features

🚚 3.0.0-beta.1 (2023-01-09)

09 Jan 18:41
Compare
Choose a tag to compare
Pre-release

This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, and syncs the Stencil
v3.0.0-dev branch with main.

🍟 2.21.0 (2023-01-04)

04 Jan 18:16
Compare
Choose a tag to compare

Features

  • compiler: copy doc block from component to generated types (#3525) (2e4b1fc)
  • typescript: add support for typescript 4.9 (#3863) (542c46a)

Thanks

🎉 Thanks for @jgroth for their contributions! 🎉

👑 3.0.0-beta.0 (2022-12-19)

19 Dec 18:12
Compare
Choose a tag to compare
Pre-release

Features

  • compiler: remove inlineDynamicImports from custom elements targets (#3897) (90aa4f5)
  • runtime: Support for older browsers, including Internet Explorer 11 and Safari 10, has been marked as deprecated via:

This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, as well as the following
unreleased Stencil v2 features:

  • compiler: copy doc block from component to generated types (#3525) (2e4b1fc)
  • typescript: add support for typescript 4.9 (#3863) (542c46a)

🐙 3.0.0-alpha.2 (2022-12-12)

12 Dec 18:22
Compare
Choose a tag to compare
Pre-release

This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, as well as the following
unreleased Stencil v2 features:

  • compiler: copy doc block from component to generated types (#3525) (2e4b1fc)
  • typescript: add support for typescript 4.9 (#3863) (542c46a)

🎷 3.0.0-alpha.1 (2022-12-05)

05 Dec 18:27
Compare
Choose a tag to compare
Pre-release

Features

Miscellaneous

This release includes all feature and bug fixes from

🍁 2.20.0 (2022-12-05)

05 Dec 17:58
Compare
Choose a tag to compare

Bug Fixes

  • cli: ensure that argument order is correct for Jest (#3827) (eb44060)

Features

Thanks

🎉 Thanks for @PengBoUESTC for their contributions! 🎉