Skip to content

Commit dba8e99

Browse files
author
Steve Orvell
committed
Merge branch 'master' into revamped
2 parents 974ce1a + 7185604 commit dba8e99

File tree

5 files changed

+620
-552
lines changed

5 files changed

+620
-552
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

0 commit comments

Comments
 (0)