Releases: MurhafSousli/ngx-bar-rating
Releases · MurhafSousli/ngx-bar-rating
v8.0.1
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.
Full Changelog: v8.0.0...v8.0.1
v8.0.0
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
v7.0.1
What's Changed
- fix: readonly attribute is not working in v7.0.0, closes #111.
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- Upgrade to Angular 18.
- Upgrade to standalone components.
- Remove
rxjs
dependency. - feat: Ability to use boolean inputs as attributes, such as
<ng-bar-rating showText readonly/>
. - fix:
(rateChange)
is automatically called when page is loaded, closes #90. - fix:
untouched
,touched
,dirty
classes when used as form controls.
Breaking Changes
- Rename
[readOnly]
input to[readonly]
. - Remove
(hover)
and(leave)
outputs.
Full Changelog: v6.0.0...v7.0.0
v6.0.0
Release/6.0.0 (#106) * Update to Angular 16 * Update README * Update license
v5.0.0
What's Changed
- Update to Angular 15, in 2f09704.
- Add
--br-width
and--br-height
CSS variables to change the size of the steps for all themes except for thedefault
theme, in ba49836. - The CSS variable
--br-font-size
changes the size of the steps instars
andsquare
themes, in ba49836.
Full Changelog: v4.0.1...v5.0.0
v4.0.1
v4.0.0
Do not use this version, the themes are missing from the published package
v3.0.0
Merge pull request #77 from MurhafSousli/dependabot/npm_and_yarn/ini-…
v2.0.0
Upgrade to Angular 10