Skip to content

Commit eb11d25

Browse files
Release v4.25.1 (#6121)
* v4.25.1 * update changelog --------- Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 749fab9 commit eb11d25

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 🌳 [4.25.1](https://github.com/ionic-team/stencil/compare/v4.25.0...v4.25.1) (2025-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **dist-custom-elements:** stop duplicate `@stencil/core` ([#6109](https://github.com/ionic-team/stencil/issues/6109)) ([dc4c88f](https://github.com/ionic-team/stencil/commit/dc4c88f998de33c53fb94b73bffb913adf953cf3)), closes [#6040](https://github.com/ionic-team/stencil/issues/6040), closes [#4135](https://github.com/ionic-team/stencil/issues/4135)
7+
* **runtime:** allow classList to be null ([#6118](https://github.com/ionic-team/stencil/issues/6118)) ([749fab9](https://github.com/ionic-team/stencil/commit/749fab9636d70429f67e61af92f4d932bf475ea5)), closes [#6117](https://github.com/ionic-team/stencil/issues/6117)
8+
* **runtime:** fix NotFoundError in addStyle function with referenceNode parent check ([#6107](https://github.com/ionic-team/stencil/issues/6107)) ([26ceed6](https://github.com/ionic-team/stencil/commit/26ceed69570761ed17c66e4bc38ff9d88ebe819c)), closes [#6106](https://github.com/ionic-team/stencil/issues/6106)
9+
* **runtime:** SSR class handling breaks normal class handling ([#6116](https://github.com/ionic-team/stencil/issues/6116)) ([1e8a2d2](https://github.com/ionic-team/stencil/commit/1e8a2d228810d92e3b2b6b271d547087df911ce7)), closes [#6114](https://github.com/ionic-team/stencil/issues/6114), closes [#6115](https://github.com/ionic-team/stencil/issues/6115)
10+
11+
#### Thanks
12+
13+
🎉# Thanks for @johnjenkins for their contributions! 🎉
14+
15+
116
# 🏅 [4.25.0](https://github.com/ionic-team/stencil/compare/v4.24.0...v4.25.0) (2025-01-23)
217

318

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.25.0",
3+
"version": "4.25.1",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)