Skip to content

Commit a9892d2

Browse files
Release v4.27.0 (#6172)
* v4.27.0 * update changelog --------- Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 260ced2 commit a9892d2

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 🏔 [4.27.0](https://github.com/ionic-team/stencil/compare/v4.26.0...v4.27.0) (2025-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **hydrate:** support dash-case case in hydrate mode ([#6158](https://github.com/ionic-team/stencil/issues/6158)) ([30f2a09](https://github.com/ionic-team/stencil/commit/30f2a09b1d5c282d1c6d2a99e7f19219d26e179b)), closes [#6150](https://github.com/ionic-team/stencil/issues/6150)
7+
* **runtime:** `scoped: true` slot fallback with forwarded slot ([#6171](https://github.com/ionic-team/stencil/issues/6171)) ([57e7e58](https://github.com/ionic-team/stencil/commit/57e7e5886d81ba3c3357683415cb592e1e72740d)), closes [#6170](https://github.com/ionic-team/stencil/issues/6170)
8+
* **runtime:** always call component lifecycle hooks ([#6167](https://github.com/ionic-team/stencil/issues/6167)) ([260ced2](https://github.com/ionic-team/stencil/commit/260ced2bdc41e499110f7e6fd89b193166285093)), closes [#6165](https://github.com/ionic-team/stencil/issues/6165)
9+
* **runtime:** append newChild if parent node doesn't match with patched node ([#6141](https://github.com/ionic-team/stencil/issues/6141)) ([eafe1f9](https://github.com/ionic-team/stencil/commit/eafe1f9d55f964d7f4927e18f4e3f7347e30a7f2)), closes [#6140](https://github.com/ionic-team/stencil/issues/6140)
10+
11+
12+
### Features
13+
14+
* **runtime:** add `slotchange` event and `assignedNodes` / `assignedElements` methods for `scoped: true` slots ([#6151](https://github.com/ionic-team/stencil/issues/6151)) ([2a1038e](https://github.com/ionic-team/stencil/commit/2a1038e06440cf541534df9ae938bf74e0b37bb4))
15+
16+
17+
118
# 🐇 [4.26.0](https://github.com/ionic-team/stencil/compare/v4.25.3...v4.26.0) (2025-02-11)
219

320

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

0 commit comments

Comments
 (0)