Skip to content

Commit 7185604

Browse files
[scoped-custom-element-registry] Prepare release 0.0.10 (webcomponents#612)
1 parent 5740286 commit 7185604

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/scoped-custom-element-registry/CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!-- ## Unreleased -->
9+
<!-- ### Added -->
10+
<!-- ### Changed -->
11+
<!-- ### Fixed -->
912

10-
## [Unreleased]
13+
## [0.0.10] - 2025-02-26
1114

1215
### Added
1316

14-
- Added support for ShadowRoot.prototype.createElementNS()
17+
- Added support for `ShadowRoot.prototype.createElementNS()`
1518

16-
- Added the `registry` property to ShadowRootInit to match current proposal. `customElements`
17-
remains supported for compatibility
19+
- Added the `registry` property to ShadowRootInit to match current proposal.
20+
`customElements` remains supported for compatibility
1821

1922
### Changed
2023

@@ -25,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528

2629
### Fixed
2730

31+
- Fixed a bug in versions of WebKit and Safari that had the prototype scoped
32+
custom element registry implementation enabled.
33+
2834
- parser created custom elements call attributeChangedCallback for parser
2935
created attributes
3036

packages/scoped-custom-element-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webcomponents/scoped-custom-element-registry",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)