Skip to content

Releases: stenciljs/core

🦄 4.35.1 (2025-06-16)

17 Jun 01:55
dcb189d
Compare
Choose a tag to compare

Bug Fixes

  • mock-doc: ensure event bubbling follows shadow DOM boundaries (#6301) (1304ffc), closes #5676
  • ssr: expand ::part css selectors for ssr scoped components (#6298) (da24af6), closes #6297
  • ssr: named slot dom order with serializeShadowRoot: 'scoped' components (#6300) (96c0f13), closes #6299

Thanks to @johnjenkins and @stout-ni for their contributions! 🎉

🌝 4.35.0 (2025-06-12)

13 Jun 01:04
0d43336
Compare
Choose a tag to compare

Bug Fixes

  • ssr: retain slotted node order in serializeShadowRoot: scoped (#6294) (c1e032d), closes #6293

Features

  • global-styles: add new addGlobalStyleToComponents extras config option to "opt-out" of new globalStyle behaviour (#6292) (cd9778a)

Thanks to @johnjenkins for their contributions! 🎉

⛑ 4.34.0 (2025-06-11)

11 Jun 22:50
d1b414d
Compare
Choose a tag to compare

Bug Fixes

  • compiler: Prevent extTransformsPlugin from outputting collection dependency css (#3306) (28e2a06), closes #3305
  • declarations: update PluginTransformResults after Rollup update (#6232) (6ff8075), closes #6231
  • mock-doc: move slot event listener support from runtime to MockDoc (#6287) (f2dd25d)
  • compiler: resolve TypeScript interface conflicts between component methods and HTMLElement (#6282) (614d305), closes #4467
  • runtime: add addEventListener support for slot elements in scope components (#6281) (32f66bd), closes #6269
  • runtime: correct boolean attribute handling for form-associated components (#6280) (7fe6372), closes #5461
  • ssr: mixed ssr methods styles (#6289) (e253ceb), closes #6288
  • update CHANGELOG.md location (#6283) (36fca61)

Features

  • compiler: improve file watching architecture and add external d… (#6279) (0844538), closes #3151

Thanks to @emmanuel-ferdman, @George-Payne and @johnjenkins for their contributions! 🎉

🥃 4.33.1 (2025-06-03)

03 Jun 21:52
af2acd4
Compare
Choose a tag to compare

Bug Fixes

  • runtime: conditionally apply global styles using supportsConstructableStylesheets flag (f4f815f)

🐿 4.33.0 (2025-06-02)

03 Jun 03:56
fa2fd65
Compare
Choose a tag to compare

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)

28 May 21:23
Compare
Choose a tag to compare

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)

06 May 18:45
992a687
Compare
Choose a tag to compare

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)

24 Apr 16:38
8df2970
Compare
Choose a tag to compare

Features

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

🐻 4.29.3 (2025-04-14)

14 Apr 15:58
6e58761
Compare
Choose a tag to compare

Bug Fixes

🔋 4.29.2 (2025-04-07)

07 Apr 17:06
9aaccc5
Compare
Choose a tag to compare

Bug Fixes

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