Skip to content

Release v4.32.0 #6266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 🤖 [4.32.0](https://github.com/stenciljs/core/compare/v4.31.0...v4.32.0) (2025-05-28)


### Features

* **compiler:** Automatically add [@default](https://github.com/default) JSDoc to @Prop() declarations ([#6264](https://github.com/stenciljs/core/issues/6264)) ([9657927](https://github.com/stenciljs/core/commit/965792774858243ffbb866f01b6d8571f9dbb936))
* **compiler:** support maxParallelFileOps in RollupInputOptions ([#6255](https://github.com/stenciljs/core/issues/6255)) ([71cf735](https://github.com/stenciljs/core/commit/71cf7358812fe7c4c65c95d28edd3a1e816de596))
* **hydrate:** add `serializeShadowroot` to hydrateDocument ([#6259](https://github.com/stenciljs/core/issues/6259)) ([47f8845](https://github.com/stenciljs/core/commit/47f8845e967cbeb692b2f52687cf7f0e8454c0e0))
* **hydrate:** export style content from hydrated scoped components ([#6260](https://github.com/stenciljs/core/issues/6260)) ([1bdcdb9](https://github.com/stenciljs/core/commit/1bdcdb904b77e93a01a58336125ef173fd83d88b))

### Bug Fixes

* **screenshot:** Changed hash algorithm in screenshot-compare to sha256 ([#6258](https://github.com/stenciljs/core/issues/6258)) ([bbbfb45](https://github.com/stenciljs/core/commit/bbbfb45989be8b8a423c49dd614155ed14db0e68)), closes [#6241](https://github.com/stenciljs/core/issues/6241)


# 🐁 [4.31.0](https://github.com/stenciljs/core/compare/v4.30.0...v4.31.0) (2025-05-06)


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.31.0",
"version": "4.32.0",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down
Loading