v8.0.0
Pre-release
Pre-release
What's Changed
- Upgrade to Angular 19.
- Add unit tests.
- feat: Add
provideBarRatingOptions
to override the default options. - feat: Add accessibility support such as focus and keys listeners to increase/decrease the rating.
- feat: Ability to override CSS variables from
:root
selector. - feat: Add
effect
directive that adds click scale-fade effect. - feat: Add CSS variable
--br-effect-scale
,--br-effect-duration
and--br-effect-ease
to customize the effect. - fix: When used as a form control, the required validator is always true, closes #116.
Missing exporting the new BarRatingEffect
directive in BarRatingModule
, which is fixed in v8.0.1
Full Changelog: v7.0.1...v8.0.0