We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd39fa commit 6debe16Copy full SHA for 6debe16
1 file changed
packages/scoped-custom-element-registry/CHANGELOG.md
@@ -19,9 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
### Added
20
21
- customElements.initialize: sets registry on a DOM tree
22
-- document.createElement(NS): takes options with {customElements}
23
-- document.importNode: takes options with {selfOnly, customElements}
24
-- Node.customElements set to creating registry
+- document.createElement(NS): takes options with {customElementRegistry}
+- document.importNode: takes options with {selfOnly, customElementRegistry}
+- Node.customElementRegistry set to creating registry
25
26
## [0.0.10] - 2025-02-26
27
0 commit comments