Releases: stenciljs/core
Releases · stenciljs/core
Release list
🐿 4.33.0 (2025-06-02)
Bug Fixes
- compiler: enable rollup interop helpers for cjs when import injection is enabled (#6272) (58d4ad0), closes #6270
- mock-doc: onClick returns PointerEvent instead of MouseEvent (#6267) (dc4bd52), closes #6217
Features
Note: if you are using global styles this update may an impact on your Stencil shadow components, e.g. with shadow: true flag. Please validate visual correctness.
Thanks to @igorwessel and @MatteoFeltrin for their contributions! 🎉
🤖 4.32.0 (2025-05-28)
Features
- compiler: Automatically add @default JSDoc to
@Prop()declarations (#6264) (9657927) - compiler: support maxParallelFileOps in RollupInputOptions (#6255) (71cf735)
- hydrate: add
serializeShadowrootto hydrateDocument (#6259) (47f8845) - hydrate: export style content from hydrated scoped components (#6260) (1bdcdb9)
Bug Fixes
Thanks to @ujas-sidapara for their contributions! 🎉
🐁 4.31.0 (2025-05-06)
🌺 4.30.0 (2025-04-24)
🐻 4.29.3 (2025-04-14)
🔋 4.29.2 (2025-04-07)
🌼 4.29.1 (2025-04-04)
Bug Fixes
- runtime: properly set scope classes (#6224) (5982264), closes ionic-team/ionic-framework#30323
🌁 4.29.0 (2025-04-02)
🎤 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.mtsfiles (#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