We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba8e99 commit 2332065Copy full SHA for 2332065
packages/scoped-custom-element-registry/CHANGELOG.md
@@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
<!-- ### Changed -->
11
<!-- ### Fixed -->
12
13
+## Unreleased -->
14
+
15
+### Changed
16
17
+- Updated to latest [proposed spec](https://github.com/whatwg/html/issues/10854)
18
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
25
26
## [0.0.10] - 2025-02-26
27
28
### Added
0 commit comments