Releases: stenciljs/core
Releases · stenciljs/core
🎤 4.28.2 (2025-03-13)
Bug Fixes
Thanks to @johnjenkins for their contributions! 🎉
🐵 4.28.1 (2025-03-12)
Bug Fixes
- build: add more platform specific optionalDependencies (#6196) (e2965e5), closes #6195
- build: get ts to handle
.d.mts
files (#6193) (d9095b2), closes #6195 - compiler: get to handle .cts files (#6199) (6c1804f), closes #6198
- loader: remove package.json as it interferes with main (#6200) (bad6e1e), closes #5637
🎩 4.28.0 (2025-03-11)
Bug Fixes
- add missing name attribute for details html element (#6188) (aa1bc62)
- compiler: fix file watcher sometimes doesn't trigger rebuild (#6191) (840ead9), closes #6190
Internal
- compiler: build: update rollup to latest (#6187) (d54c44c), closes #5011, closes #6039, closes #5360, closes #3808, closes #3605, closes #5976
🎉 Thanks for @johnjenkins, @hettiger and @s-gurevich for their contributions! 🎉
🌱 4.27.2 (2025-03-03)
🍸 4.27.1 (2025-02-25)
🏔 4.27.0 (2025-02-21)
Bug Fixes
- hydrate: support dash-case case in hydrate mode (#6158) (30f2a09), closes #6150
- runtime:
scoped: true
slot fallback with forwarded slot (#6171) (57e7e58), closes #6170 - runtime: always call component lifecycle hooks (#6167) (260ced2), closes #6165
- runtime: append newChild if parent node doesn't match with patched node (#6141) (eafe1f9), closes #6140
Features
- runtime: add
slotchange
event andassignedNodes
/assignedElements
methods forscoped: true
slots (#6151) (2a1038e)
Refactor
- runtime: make WeakMap obsolete (#6156)
🎉 Thanks for @johnjenkins, @danielleroux and @itsjustaplant for their contributions! 🎉
🐇 4.26.0 (2025-02-11)
Features
🎉 Thanks for @johnjenkins for their contributions! 🎉
🐉 4.25.3 (2025-02-04)
🐉 4.25.2 (2025-02-04)
Bug Fixes
- runtime: clean deferredConnectedCallbacks array on disconnectedCallback (#6142) (788dfd0), closes #6119
- runtime: don't flag html tag with hydrate flag anymore (#6103) (0691295), closes #6091
- ssr: correctly resolve slots during hydration (#6131) (8853790), closes #6130
- ssr: exponential perf slow down (#6128) (c1e6838), closes #6127
- ssr: multiple component instances sharing initial properties (#6126) (f7ecec3), closes #6125
- ssr: stop stripping comment nodes (#6123) (5a7ab24), closes #6120
Thanks
🎉 Thanks for @johnjenkins for their contributions! 🎉
🌳 4.25.1 (2025-01-24)
Bug Fixes
- dist-custom-elements: stop duplicate
@stencil/core
(#6109) (dc4c88f), closes #6040, closes #4135 - runtime: allow classList to be null (#6118) (749fab9), closes #6117
- runtime: fix NotFoundError in addStyle function with referenceNode parent check (#6107) (26ceed6), closes #6106
- runtime: SSR class handling breaks normal class handling (#6116) (1e8a2d2), closes #6114, closes #6115
Thanks
🎉 Thanks for @johnjenkins for their contributions! 🎉