Skip to content

Commit

Permalink
Release v4.25.1 (#6121)
Browse files Browse the repository at this point in the history
* v4.25.1

* update changelog

---------

Co-authored-by: christian-bromann <[email protected]>
Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2025
1 parent 749fab9 commit eb11d25
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 🌳 [4.25.1](https://github.com/ionic-team/stencil/compare/v4.25.0...v4.25.1) (2025-01-25)


### Bug Fixes

* **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)
* **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)
* **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)
* **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)

#### Thanks

🎉# Thanks for @johnjenkins for their contributions! 🎉


# 🏅 [4.25.0](https://github.com/ionic-team/stencil/compare/v4.24.0...v4.25.0) (2025-01-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "4.25.0",
"version": "4.25.1",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down

0 comments on commit eb11d25

Please sign in to comment.