Skip to content

Commit a38a37b

Browse files
v4.29.0 (#6223)
Co-authored-by: christian-bromann <[email protected]>
1 parent 523461e commit a38a37b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 🌁 [4.29.0](https://github.com/stenciljs/core/compare/v4.28.2...v4.29.0) (2025-04-03)
2+
3+
4+
### Features
5+
6+
* **hydrate:** support object serialization for hydrated components ([#6208](https://github.com/stenciljs/core/issues/6208)) ([523461e](https://github.com/stenciljs/core/commit/523461e3bf884c0f6acba59b88b81c1b8cf0ed4a))
7+
* **jsx:** add support for aria-* attributes in JSX typings ([#6221](https://github.com/stenciljs/core/issues/6221)) ([6e748ec](https://github.com/stenciljs/core/commit/6e748ec831d7a3ad16d690c950d1adb4d74658ef)), closes [#6182](https://github.com/stenciljs/core/issues/6182)
8+
9+
10+
111
## 🎤 [4.28.2](https://github.com/stenciljs/core/compare/v4.28.1...v4.28.2) (2025-03-13)
212

313
### Bug Fixes

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

0 commit comments

Comments
 (0)