Releases: stenciljs/core
Releases · stenciljs/core
♨️ 4.17.0 (2024-04-22)
Internal
- Rollup to Esbuild Migration
The Stencil team has been working on a migration from Rollup to Esbuild. This release (v4.17.0) is the first release we make in which the published Stencil code is compiled by Esbuild. We have done our due diligence to ensure that this will have no impact on Stencil users nor the output of your compiled components. If you experience any problems though, please raise an issue and we will address it accordingly.
Bug Fixes
- docs: merge together style docs from multiple CSS files (#5653) (84e1a14)
- docs: respect custom README content when writing to a custom path (#5648) (6bfba1d), fixes #5400
- slot-fallback: fix hiding fallback slot content issue when the slotted element is a text node (#5496) (29c69c4), fixes #5335
- testing: perform string -> boolean type casting for Jest config (#5672) (20f74fc), fixes #5640
Thanks
🎉 Thanks @yigityuce & @PebblerWon for their contributions! 🎉
🚛 4.16.0 (2024-04-15)
🎖 4.15.0 (2024-04-08)
🏋 4.14.1 (2024-04-04)
Bug Fixes
- compiler: don't mistake aliased paths for collections imports (#5620) (af22bb8), closes #2319
- runtime: nested multiple default slot relocation (#5403) (363c07b), partially closes #5335
- runtime: prevent ref callbacks from being called too early (#5614) (81fa375), closes #4074
Thanks
🎉 Thanks @yigityuce for their contributions! 🎉
🚡 4.14.0 (2024-04-01)
🚞 v4.13.0 (2024-03-18)
Bug Fixes
- compiler: allow to set custom root directory (#5446) (b6b9617)
- compiler: don't validate references for
@Prop
,@Method
and@Event
decorator (#5475) (3e45a82), closes #1352 - renderer: fix conditional rendering issue (#5365) (5aa886e), closes #5335
- renderer: fix missing slot ref callback handling (#5337) (41f877e), closes #5335
- runtime: remove
forceUpdate
inappendChild
patch (#5437) (e03795b) - sys: fix expected types for
createNodeLogger
andcreateNodeSys
(#5375) (7a70281) - testing: use viewport for Puppeteer screenshot clip dimensions (#5359) (c879800), closes #5353
Features
- dev-server: add "ping" route (#5414) (b279858)
- typescript: Update dependency typescript to ~5.4.0 (#5464) (0833dc4)
Thanks
🎉 Thanks @yigityuce for their contributions! 🎉