Skip to content

Releases: MurhafSousli/ngx-bar-rating

v8.0.1

17 Jan 20:05
Compare
Choose a tag to compare

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

17 Jan 19:10
Compare
Choose a tag to compare
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

v7.0.1

13 Jul 01:07
Compare
Choose a tag to compare

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

21 Jun 23:22
Compare
Choose a tag to compare

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

21 May 15:00
efb0a8c
Compare
Choose a tag to compare
Release/6.0.0 (#106)

* Update to Angular 16

* Update README

* Update license

v5.0.0

12 Mar 13:27
ccce24c
Compare
Choose a tag to compare

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 the default theme, in ba49836.
  • The CSS variable --br-font-size changes the size of the steps in stars and square themes, in ba49836.

Full Changelog: v4.0.1...v5.0.0

v4.0.1

04 Jun 16:55
e70f845
Compare
Choose a tag to compare

v4.0.0

04 Jun 16:35
3658916
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

Do not use this version, the themes are missing from the published package

v3.0.0

02 Feb 18:21
14aee34
Compare
Choose a tag to compare
Merge pull request #77 from MurhafSousli/dependabot/npm_and_yarn/ini-…

v2.0.0

04 Oct 02:24
7c85948
Compare
Choose a tag to compare

Upgrade to Angular 10