Skip to content

Commit 7a9e719

Browse files
committed
Update changelog
1 parent 8666516 commit 7a9e719

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
<!-- ### Fixed -->
1919

2020
<!-- ## [x.y.z] - YYYY-MM-DD -->
21+
2122
## Unreleased
23+
2224
<!-- ### Changed -->
25+
2326
### Added
2427

2528
- Added an optional `"syntax"` field to CSSCustomProperty to describe the property syntax using CSS Properties and Values API's syntax strings. Fixes
26-
https://github.com/webcomponents/custom-elements-manifest/issues/68
29+
https://github.com/webcomponents/custom-elements-manifest/issues/68
2730

28-
- Added CustomElementField that extends ClassField with the ability to
29-
describe associated attributes. Fixes https://github.com/webcomponents/custom-elements-manifest/issues/36
31+
- Added CustomElementField that extends ClassField with the ability to describe associated attributes. Fixes https://github.com/webcomponents/custom-elements-manifest/issues/36 ([#75](https://github.com/webcomponents/custom-elements-manifest/pull/75))
3032

31-
- Added a `"deprecated"` field to FunctionLike objects (functions and methods) ([#105](https://github.com/webcomponents/custom-elements-manifest/pull/105))
33+
- Added a `"deprecated"` field to all declarations (functions and methods) ([#89](https://github.com/webcomponents/custom-elements-manifest/pull/89), [#105](https://github.com/webcomponents/custom-elements-manifest/pull/105))
34+
35+
- Added a `"rest"` field to parameters. ([#83](https://github.com/webcomponents/custom-elements-manifest/pull/83))
3236

3337
<!-- ### Removed -->
38+
3439
### Fixed
3540

36-
- 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
41+
- 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 ([#103](https://github.com/webcomponents/custom-elements-manifest/pull/103))
42+
43+
- Clarified that module paths should point to importable files in the package. ([#104](https://github.com/webcomponents/custom-elements-manifest/pull/104))
3744

3845
## [1.0.0] - 2021-06-10
3946

0 commit comments

Comments
 (0)