Skip to content

Commit 11e98f1

Browse files
v4.26.0 (#6152)
Co-authored-by: christian-bromann <[email protected]>
1 parent 26e4aa3 commit 11e98f1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 🐇 [4.26.0](https://github.com/ionic-team/stencil/compare/v4.25.3...v4.26.0) (2025-02-11)
2+
3+
4+
### Features
5+
6+
* **ssr:** shadow dom components can render as declarative-shadow-dom or as 'scoped' ([#6147](https://github.com/ionic-team/stencil/issues/6147)) ([26e4aa3](https://github.com/ionic-team/stencil/commit/26e4aa3221d293f294d56b050f29a244d3e44c8c))
7+
8+
9+
110
## 🚁 [4.25.3](https://github.com/ionic-team/stencil/compare/v4.25.2...v4.25.3) (2025-02-04)
211

312

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

0 commit comments

Comments
 (0)