Skip to content

Commit 0d43336

Browse files
Release v4.35.0 (#6295)
* v4.35.0 * update changelog --------- Co-authored-by: christian-bromann <[email protected]> Co-authored-by: Christian Bromann <[email protected]>
1 parent c1e032d commit 0d43336

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 🌝 [4.35.0](https://github.com/stenciljs/core/compare/v4.34.0...v4.35.0) (2025-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **ssr:** retain slotted node order in serializeShadowRoot: `scoped` ([#6294](https://github.com/stenciljs/core/issues/6294)) ([c1e032d](https://github.com/stenciljs/core/commit/c1e032d562c2ef8f93248317c01186a366a12442)), closes [#6293](https://github.com/stenciljs/core/issues/6293)
7+
8+
9+
### Features
10+
11+
* **global-styles:** add new `addGlobalStyleToComponents` extras config option to "opt-out" of new globalStyle behaviour ([#6292](https://github.com/stenciljs/core/issues/6292)) ([cd9778a](https://github.com/stenciljs/core/commit/cd9778a2ac934944b4b76d720d0ff73a6d5d1b05))
12+
13+
14+
115
# [4.34.0](https://github.com/stenciljs/core/compare/v4.33.1...v4.34.0) (2025-06-11)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.34.0",
3+
"version": "4.35.0",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)