Skip to content

Releases: stenciljs/core

🐿 4.33.0 (2025-06-02)

Choose a tag to compare

@christian-bromann christian-bromann released this 03 Jun 03:56
fa2fd65

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

  • global-styles: add global styles support to shadow DOM components (#6268) (33363d4)

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)

Choose a tag to compare

@christian-bromann christian-bromann released this 28 May 21:23

Features

  • compiler: Automatically add @default JSDoc to @Prop() declarations (#6264) (9657927)
  • compiler: support maxParallelFileOps in RollupInputOptions (#6255) (71cf735)
  • hydrate: add serializeShadowroot to hydrateDocument (#6259) (47f8845)
  • hydrate: export style content from hydrated scoped components (#6260) (1bdcdb9)

Bug Fixes

  • screenshot: Changed hash algorithm in screenshot-compare to sha256 (#6258) (bbbfb45), closes #6241

Thanks to @ujas-sidapara for their contributions! 🎉

🐁 4.31.0 (2025-05-06)

Choose a tag to compare

@christian-bromann christian-bromann released this 06 May 18:45
992a687

Features

  • docs: add overwriteExisting option for flexible README overwrite behaviour (#6249) (fa9a2cc), closes #6248

Bug Fixes

  • build: fix build after dependency updates (#6251) (d0c5ce5)

🌺 4.30.0 (2025-04-24)

Choose a tag to compare

@christian-bromann christian-bromann released this 24 Apr 16:38
8df2970

Features

  • runtime: export a render method from the runtime (#6245) (e6c0593)

🐻 4.29.3 (2025-04-14)

Choose a tag to compare

@christian-bromann christian-bromann released this 14 Apr 15:58
6e58761

Bug Fixes

🔋 4.29.2 (2025-04-07)

Choose a tag to compare

@christian-bromann christian-bromann released this 07 Apr 17:06
9aaccc5

Bug Fixes

  • utils: don't create sourcemap file if disabled (#6229) (31a97d2)

🌼 4.29.1 (2025-04-04)

Choose a tag to compare

@christian-bromann christian-bromann released this 05 Apr 01:00
ecf1b97

Bug Fixes

🌁 4.29.0 (2025-04-02)

Choose a tag to compare

@christian-bromann christian-bromann released this 03 Apr 17:36
a38a37b

Features

  • hydrate: support object serialization for hydrated components (#6208) (523461e)
  • jsx: add support for aria-* attributes in JSX typings (#6221) (6e748ec), closes #6182

🎤 4.28.2 (2025-03-13)

Choose a tag to compare

@christian-bromann christian-bromann released this 13 Mar 18:36
37ac3fc

Bug Fixes

Thanks to @johnjenkins for their contributions! 🎉

🐵 4.28.1 (2025-03-12)

Choose a tag to compare

@christian-bromann christian-bromann released this 13 Mar 00:26
bf5a470

Bug Fixes