Skip to content

Commit d4d9594

Browse files
v4.41.3 (#6565)
Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
1 parent 10238bf commit d4d9594

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 🎇 [4.41.3](https://github.com/stenciljs/core/compare/v4.41.2...v4.41.3) (2026-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** auto add `name`, `form` and `disabled` to `formAssociated` components ([#6561](https://github.com/stenciljs/core/issues/6561)) ([4e19b99](https://github.com/stenciljs/core/commit/4e19b99dca2b8433d5ae0568eb30e58391b64264))
7+
* **runtime:** `ref` callback order ([#6552](https://github.com/stenciljs/core/issues/6552)) ([e006cf7](https://github.com/stenciljs/core/commit/e006cf74ab49d1b534109dc315e51890f0f7a477))
8+
* **runtime:** PropSerialize not called for JSX props before instance creation ([#6558](https://github.com/stenciljs/core/issues/6558)) ([88b3315](https://github.com/stenciljs/core/commit/88b3315c19dd1a7e41054e1a9e3ab028ad3fb7d8))
9+
* **ssr:** support jsxImportSource within hydrate-script output ([#6563](https://github.com/stenciljs/core/issues/6563)) ([5ca9668](https://github.com/stenciljs/core/commit/5ca96689acba81c35c4b244d5f4ad6f06eaad5ac))
10+
* **testing:** initialise mock-doc `childNodes` with get / set. Allows patching during tests ([#6564](https://github.com/stenciljs/core/issues/6564)) ([dbaa9fb](https://github.com/stenciljs/core/commit/dbaa9fbc288e045709f87a8cbb172aef26142472))
11+
12+
13+
114
## 🐝 [4.41.2](https://github.com/stenciljs/core/compare/v4.41.1...v4.41.2) (2026-01-16)
215

316

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

0 commit comments

Comments
 (0)