You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
<!-- ### Removed -->
18
18
<!-- ### Fixed -->
19
19
20
+
<!-- ## [x.y.z] - YYYY-MM-DD -->
21
+
## Unreleased
22
+
<!-- ### Changed -->
23
+
<!-- ### Added -->
24
+
<!-- ### Removed -->
25
+
### Fixed
26
+
27
+
- Fixed how custom element declarations extend class declarations. Previously CustomElementDeclaration didn't include CustomElement properties, and MixinDeclaration required some CustomElement properties. Added new CustomElementMixinDeclaration interface. Fixes https://github.com/webcomponents/custom-elements-manifest/issues/69
0 commit comments