Skip to content

Commit 06258c8

Browse files
v4.43.5 (#6739)
Co-authored-by: OS-jacobbell <228905018+OS-jacobbell@users.noreply.github.com>
1 parent 720adff commit 06258c8

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 🍐 [4.43.5](https://github.com/stenciljs/core/compare/v4.43.4...v4.43.5) (2026-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** resolve @Prop variable defaults to literal values in docs output ([#6728](https://github.com/stenciljs/core/issues/6728)) ([6cdcec7](https://github.com/stenciljs/core/commit/6cdcec725c07ccda5c256e43e89d8aeef2e9c34a))
7+
* **compiler:** silence INVALID_ANNOTATION and SOURCEMAP_BROKEN warnings from workerPlugin ([#6718](https://github.com/stenciljs/core/issues/6718)) ([ef79a49](https://github.com/stenciljs/core/commit/ef79a49cabda21e040d09b102512a18e97bd949b))
8+
* **types:** add referrerPolicy to ImgHTMLAttributes ([#6694](https://github.com/stenciljs/core/issues/6694)) ([3ed82f1](https://github.com/stenciljs/core/commit/3ed82f1abbfa46edf4e26e631cd568f4fa92a1d7)), closes [#6692](https://github.com/stenciljs/core/issues/6692)
9+
10+
11+
112
## 🏝 [4.43.4](https://github.com/stenciljs/core/compare/v4.43.3...v4.43.4) (2026-04-13)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.43.4",
3+
"version": "4.43.5",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)