Skip to content

Commit 257923c

Browse files
Release v4.36.0 (#6344)
* v4.36.0 * update changelog --------- Co-authored-by: christian-bromann <[email protected]> Co-authored-by: Christian Bromann <[email protected]>
1 parent c63f25d commit 257923c

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 🎊 [4.36.0](https://github.com/stenciljs/core/compare/v4.35.3...v4.36.0) (2025-07-15)
2+
3+
4+
### Bug Fixes
5+
6+
* contructable stylesheets with older immutable spec (chrome <99) ([#6332](https://github.com/stenciljs/core/issues/6332)) ([2f363dd](https://github.com/stenciljs/core/commit/2f363dd130101bfef566cec88209f13233f7e8e3)), closes [#6326](https://github.com/stenciljs/core/issues/6326)
7+
* **runtime:** check shadow root nodes before appending them ([#6342](https://github.com/stenciljs/core/issues/6342)) ([c63f25d](https://github.com/stenciljs/core/commit/c63f25d0b40a3b9a2b51d1c66ab6b95154acc34a))
8+
* **runtime:** do not remove first comment - can break frameworks ([#6343](https://github.com/stenciljs/core/issues/6343)) ([188e7db](https://github.com/stenciljs/core/commit/188e7dbfd785174dfe87a8c9ebffd75ffa8a7208))
9+
* **runtime:** double check hostRef value ([#6341](https://github.com/stenciljs/core/issues/6341)) ([051522f](https://github.com/stenciljs/core/commit/051522f59851c7502ea2574abb7e0b0ded7f39bb))
10+
* **runtime:** fix blur handling of non-scoped elements ([#6314](https://github.com/stenciljs/core/issues/6314)) ([bfbd683](https://github.com/stenciljs/core/commit/bfbd683efdd50ba56c9c3536c9a983209dec5d9c))
11+
* **runtime:** fix prettier ([d84f9e7](https://github.com/stenciljs/core/commit/d84f9e7e5f2bf1ded5ff8d46ed5a71f9f74ad42d))
12+
* **ssr:** `scoped: true` components forwarded slots ([#6340](https://github.com/stenciljs/core/issues/6340)) ([fd4b892](https://github.com/stenciljs/core/commit/fd4b892a73a593cac4939c98ebc2d9fa6f91fbdc)), closes [#6337](https://github.com/stenciljs/core/issues/6337), closes [#6339](https://github.com/stenciljs/core/issues/6339)
13+
14+
15+
### Features
16+
17+
* **moc-doc:** serialize `delegatesFocus` shadow DOM property ([#6333](https://github.com/stenciljs/core/issues/6333)) ([56fe6e3](https://github.com/stenciljs/core/commit/56fe6e35a3638eb50c1a74db754b4893f86172f5)), closes [#6265](https://github.com/stenciljs/core/issues/6265)
18+
* **runtime:** skip initial task queue to improve first time rendering ([#6331](https://github.com/stenciljs/core/issues/6331)) ([6106c70](https://github.com/stenciljs/core/commit/6106c70aa3aae10b7de920ae94fc569293aac8c9)), closes [#6317](https://github.com/stenciljs/core/issues/6317)
19+
20+
21+
122
## 🎹 [4.35.3](https://github.com/stenciljs/core/compare/v4.35.2...v4.35.3) (2025-07-02)
223

324

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.35.3",
3+
"version": "4.36.0",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)