Skip to content

Commit dd51abd

Browse files
Release v4.25.2 (#6143)
* v4.25.2 * update changelog --------- Co-authored-by: christian-bromann <[email protected]> Co-authored-by: Christian Bromann <[email protected]>
1 parent 788dfd0 commit dd51abd

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 🐉 [4.25.2](https://github.com/ionic-team/stencil/compare/v4.25.1...v4.25.2) (2025-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **runtime:** clean deferredConnectedCallbacks array on disconnectedCallback ([#6142](https://github.com/ionic-team/stencil/issues/6142)) ([788dfd0](https://github.com/ionic-team/stencil/commit/788dfd0bea4a8b23027682a639ecfa7f029f33a1)), closes [#6119](https://github.com/ionic-team/stencil/issues/6119)
7+
* **runtime:** don't flag html tag with hydrate flag anymore ([#6103](https://github.com/ionic-team/stencil/issues/6103)) ([0691295](https://github.com/ionic-team/stencil/commit/0691295ce94746100bb1d3d17b10caf38f85979c)), closes [#6091](https://github.com/ionic-team/stencil/issues/6091)
8+
* **ssr:** correctly resolve slots during hydration ([#6131](https://github.com/ionic-team/stencil/issues/6131)) ([8853790](https://github.com/ionic-team/stencil/commit/885379071f64b9ba073c68612d883fe341fa47e2)), closes [#6130](https://github.com/ionic-team/stencil/issues/6130)
9+
* **ssr:** exponential perf slow down ([#6128](https://github.com/ionic-team/stencil/issues/6128)) ([c1e6838](https://github.com/ionic-team/stencil/commit/c1e68382529c92328d63f8fdea2632302ffe000c)), closes [#6127](https://github.com/ionic-team/stencil/issues/6127)
10+
* **ssr:** multiple component instances sharing initial properties ([#6126](https://github.com/ionic-team/stencil/issues/6126)) ([f7ecec3](https://github.com/ionic-team/stencil/commit/f7ecec340dddaf61a287371e0f153c86fc39dc0e)), closes [#6125](https://github.com/ionic-team/stencil/issues/6125)
11+
* **ssr:** stop stripping comment nodes ([#6123](https://github.com/ionic-team/stencil/issues/6123)) ([5a7ab24](https://github.com/ionic-team/stencil/commit/5a7ab241cbdfdb40de427297d513c24b67c40565)), closes [#6120](https://github.com/ionic-team/stencil/issues/6120)
12+
13+
14+
115
## 🌳 [4.25.1](https://github.com/ionic-team/stencil/compare/v4.25.0...v4.25.1) (2025-01-25)
216

317

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

0 commit comments

Comments
 (0)