Skip to content

Commit

Permalink
[scoped-custom-element-registry] Prepare release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Feb 26, 2025
1 parent 5740286 commit 24e0aab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions packages/scoped-custom-element-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Fixed -->

## [Unreleased]
## [0.0.10] - 2025-02-26

### Added

- Added support for ShadowRoot.prototype.createElementNS()
- Added support for `ShadowRoot.prototype.createElementNS()`

- Added the `registry` property to ShadowRootInit to match current proposal. `customElements`
remains supported for compatibility
- Added the `registry` property to ShadowRootInit to match current proposal.
`customElements` remains supported for compatibility

### Changed

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

### Fixed

- Fixed a bug in versions of WebKit and Safari that had the prototype scoped
custom element registry implementation enabled.

- parser created custom elements call attributeChangedCallback for parser
created attributes

Expand Down
2 changes: 1 addition & 1 deletion packages/scoped-custom-element-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcomponents/scoped-custom-element-registry",
"version": "0.0.9",
"version": "0.0.10",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 24e0aab

Please sign in to comment.