🐅 4.0.0 (2023-06-26)
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!