Skip to content

Commit a3e5317

Browse files
v4.41.1 (#6535)
Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
1 parent 82b47b8 commit a3e5317

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 🌴 [4.41.1](https://github.com/stenciljs/core/compare/v4.41.0...v4.41.1) (2026-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **runtime:** fix jsxImportSource Fragment handling ([#6531](https://github.com/stenciljs/core/issues/6531)) ([953346e](https://github.com/stenciljs/core/commit/953346ebb2211dcb1826ee9b4bb1d153c92e6caf))
7+
* **ssr:** remove global hack to stop duplicate tagTransformer instances ([#6529](https://github.com/stenciljs/core/issues/6529)) ([4bb24de](https://github.com/stenciljs/core/commit/4bb24dee2927491601c7b28f71fa099da52d2128))
8+
* **types:** add IntrinsicElements to jsximportSource runtime definitions ([#6532](https://github.com/stenciljs/core/issues/6532)) ([0fa0bc8](https://github.com/stenciljs/core/commit/0fa0bc8e56bc6faabd9585e458d9687ea6fcdf44))
9+
* **types:** FunctionalComponent can return null for jsxImportSource ([#6533](https://github.com/stenciljs/core/issues/6533)) ([82b47b8](https://github.com/stenciljs/core/commit/82b47b8e90b6eeaf916733d2ae05d0908916f9c9))
10+
11+
12+
113
# 🏂 [4.41.0](https://github.com/stenciljs/core/compare/v4.40.1...v4.41.0) (2026-01-02)
214

315

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

0 commit comments

Comments
 (0)