Skip to content

Releases: hughjdavey/ngx-stars

1.6.4

11 Nov 21:17
Compare
Choose a tag to compare
  • Fix issue where readonly stars could still be set to 0 (courtesy of @gonzalo-lorieto)

1.6.3

11 Nov 21:14
Compare
Choose a tag to compare
  • Fix issue with importing library in external projects by publishing dist instead of src

1.6.2

11 Nov 21:14
Compare
Choose a tag to compare
  • Update wrapper project to Angular 14, edit tsconfig, add prod tsconfig and rebuild

1.6.1

11 Nov 21:13
Compare
Choose a tag to compare
  • Update README with info on customSize option
  • Update README description of the default padding

1.6.0

11 Nov 21:12
Compare
Choose a tag to compare
  • Add new customSize option to allow specifying a custom star size

1.5.1

28 Apr 16:26
Compare
Choose a tag to compare

1.5.0

28 Apr 16:08
Compare
Choose a tag to compare
  • Improve accessibility of component with aria and role attributes
  • Improve documentation in README.md and add table of contents
  • Remove maximum Angular version from peerDependencies in `package.json
  • Correct author name in package.json

1.4.3

15 Jul 18:59
Compare
Choose a tag to compare
  • Add new customStarIcons option to allow using other icons
  • Remove Font Awesome 4 dependency
  • Change default star icons to Font Awesome 5 icons
  • Add support for Angular 8 and up

1.3.0

24 May 18:01
Compare
Choose a tag to compare
  • Add new wholeStars option to allow selecting only whole numbers of stars

1.2.0

24 May 18:02
Compare
Choose a tag to compare
  • Add support for Angular 7 and up
  • Some code cleaning