Skip to content
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

[scoped-custom-element-registry] Prepare release 0.0.10 #612

Merged
merged 1 commit into from
Feb 26, 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
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
Loading