Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.09 KB

Changelog

1.4.3 (15/07/2019)

  • 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/05/2019)

  • Add new wholeStars option to allow selecting only whole numbers of stars

1.2.0 (21/12/2018)

  • Add support for Angular 7 and up
  • Some code cleaning

1.1.0 (04/09/2018)

  • Add rounding of initialStars to nearest .5

1.0.3 (15/08/2018)

  • Fix error where wrong artifact published on npm

1.0.2 (15/08/2018)

  • Add ability to see zero stars filled while hovering
  • Change license to to CC0

1.0.1 (13/08/2018)

  • Fix error where wrong artifact published on npm

1.0.0 (13/08/2018)

  • Make padding between stars scale based on chosen size
  • Add customPadding @Input() so this can be overridden
  • Bump version to 1.0.0 to align with npm recommendations

0.0.3 (11/08/2018)

  • Update changelog and fix README demo URL

0.0.2 (11/08/2018)

  • Fix installation instructions in README
  • Fix URLs in package.json

0.0.1 (11/08/2018)

  • Initial release