Skip to content

Commit

Permalink
Fixed some change log errors [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus authored Nov 12, 2020
1 parent 1e6ccae commit 0ccc115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.1.0] - 2020-11-12

### Added
- `ComponentProperties` is now managed via `BaseComponent`
- Components that extend `BaseComponent` now have access to:
- `setFields` - _Allows `setComponentFields` and `setAnalyticsFields` to be used and overridden without needing to override `ready`_
- `setFieldDefaults` - _Allows defaults to be set via the `componentDefaults` property_
- Asset workflow for **webp** images
- AEM 6.5 stability improvements

### Changed
- The `ComponentProperties` model property/getter is now managed globaly for all models via `BaseComponent`
- Switched from the Adobe managed `AttrBuilder` class to a custom in-house managed version that uses the OGSi `XSSAPI`
- The Vue model property handler has been rewritten to be more extensible
- `ModelProxy` class has been renamed to `BaseComponent`
Expand Down

0 comments on commit 0ccc115

Please sign in to comment.