Releases: MurhafSousli/ngx-bar-rating
Releases · MurhafSousli/ngx-bar-rating
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
v1.1.0
Merge pull request #8 from MurhafSousli/dev fix fraction rating value