Skip to content

Releases: ionic-team/stencil

⛹ 4.0.1 (2023-06-28)

28 Jun 12:12
d5011d0
Compare
Choose a tag to compare

Bug Fixes

  • compiler: address when a home module cannot be found (#4521) (06eaa8f)
  • compiler: normalize recommended collection path for package.json validation (#4522) (af9639c)

🐅 4.0.0 (2023-06-26)

26 Jun 17:57
Compare
Choose a tag to compare

Bug Fixes

Features

  • compiler: remove in-browser compilation support (#4317) (b042d8b)
  • compiler: primary package output target validation (#4395) (e53ee07)
  • compiler remove shadow dom shim (#4440) (8ecdec9)
  • compiler remove CSS var shim & patchEsm() (#4419) (4977f38)
  • compiler remove safari10 extra flag (#4421) (283fd5c)
  • compiler remove dynamicImportShim (#4420) (3ee20b7)
  • config: set new defaults for transformAliasedImportPaths (#4418) (52d4209)
  • docs: enrich type information for docs-json Output Target (#4212) (7c0511e)
  • runtime: drop Node 14 support (#4472) (ce18945)
  • props: removal of deprecated connect and context APIs (#4437) (4691e9f)

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.4.1.

Thanks

Thanks to @George-Payne for contributing code for re-enabling the build cache!

🐨 3.4.1 (2023-06-26)

26 Jun 13:25
Compare
Choose a tag to compare

Bug Fixes

  • compiler: fix issue with aliased paths getting cut off (#4481) (1a2c160)
  • compiler: reorder tsconfig#path transforms (#4501) (6b4fe58)

🍜 4.0.0-rc.0 (2023-06-16)

16 Jun 17:10
Compare
Choose a tag to compare
Pre-release

Features

The following changes are new to this release:

  • props: removal of deprecated connect and context APIs (#4437) (f399ef1)
  • runtime: drop Node 14 support (#4472) (ce18945)

The following changes are also present from previous beta releases:

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.4.0.

✨ 3.4.0 (2023-06-13)

13 Jun 17:04
Compare
Choose a tag to compare

Bug Fixes

  • compiler: handle static members with stencil decorators (#4463) (dc3925e)
  • runtime: add autocomplete to textarea (#4465) (7f42430)
  • runtime: issue with update-component and patched Promise (#4460) (1187694)

Features

  • compiler: primary package output target validation (#4395) (e53ee07)

👻 4.0.0-beta.2 (2023-06-07)

07 Jun 19:56
Compare
Choose a tag to compare
Pre-release

Features

  • compiler: remove in-browser compilation support (#4317) (b042d8b)
  • compiler: primary package output target validation (#4395) (e53ee07)

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.3.1.

v4.0.0-beta.1

02 Jun 19:34
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Features

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Full Changelog: v4.0.0-beta.0...v4.0.0-beta.1

🎀 3.3.1 (2023-06-02)

02 Jun 19:05
Compare
Choose a tag to compare

Bug Fixes

🎬 4.0.0-beta.0 (2023-05-30)

30 May 18:37
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • e2e: honor devtools and browserDevtools settings (#4403) (fe433b6)

Features

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

🍭 3.3.0 (2023-05-23)

23 May 17:59
Compare
Choose a tag to compare

Bug Fixes

  • compiler: components typedef path aliases (#4365) (fd63c17)

Features