Skip to content

Commit ea60f1c

Browse files
Release v4.41.2 (#6551)
* v4.41.2 * Update CHANGELOG.md --------- Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com> Co-authored-by: John Jenkins <johnljenkins@Hotmail.com>
1 parent 3de7ba6 commit ea60f1c

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.41.2](https://github.com/stenciljs/core/compare/v4.41.1...v4.41.2) (2026-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **mock-doc:** handle undefined delay in setTimeout/setInterval ([#6539](https://github.com/stenciljs/core/issues/6539)) ([0d3a068](https://github.com/stenciljs/core/commit/0d3a068ed27185cefe63649e6625c2d4437c7788))
7+
* **runtime:** bundle size ([#6549](https://github.com/stenciljs/core/issues/6549)) ([3de7ba6](https://github.com/stenciljs/core/commit/3de7ba6844cc7ed3cd961a185f7f06a37391f6f9))
8+
* **runtime:** style elements use `textContent` for TrustedHTML assignment ([#6544](https://github.com/stenciljs/core/issues/6544)) ([a708bdc](https://github.com/stenciljs/core/commit/a708bdc430c8d4c752e88b9f5e71c52302f76ef3))
9+
* **runtime:** various jsx-runtime behaviours ([#6538](https://github.com/stenciljs/core/issues/6538)) ([8f9efc5](https://github.com/stenciljs/core/commit/8f9efc5570983ff4d03580f4000ae5f844e7f641))
10+
* **ssr:** style re-attachment, replaying init animations ([#6540](https://github.com/stenciljs/core/issues/6540)) ([43608fa](https://github.com/stenciljs/core/commit/43608fa32791c897ec06b1884616bde2a10ac307))
11+
* **testing:** support `jsxImportSource` in internal jest test runner ([#6547](https://github.com/stenciljs/core/issues/6547)) ([6ac3b51](https://github.com/stenciljs/core/commit/6ac3b517a89434fb4c7a38d36a0fd786a5089310))
12+
13+
14+
115
## 🌴 [4.41.1](https://github.com/stenciljs/core/compare/v4.41.0...v4.41.1) (2026-01-08)
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.41.1",
3+
"version": "4.41.2",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)