♨️ 4.17.0 (2024-04-22)
christian-bromann
released this
22 Apr 18:10
·
251 commits
to main
since this release
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! 🎉