Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.45 KB

Changelog

3.0.0

  • Upgrade to Angular 13, closes #74.
  • feat: Add custom bar rating directive.
  • feat: Add CSS variables to customize the stars.
  • fix: Show rating title if rating value is null or 0, closes #19 in d55fcc3.
  • fix: Allow click event propagation, closes #29 in 3737458.
  • Update demo with latest FontAwesome and Bootstrap.

Breaking changes

  • Remove FontAwesome CSS themes, use custom directives instead.
  • Remove Bootstrap CSS themes, use custom directives instead.
  • When passing [titles] array, the first index will represent null or 0 value

2.0.0

  • Upgrade to Angular 10, closes #53.

Breaking changes:

  • Remove CSS themes from the package, only SCSS themes will be shipped in the release.

1.0.1

  • remove precompiled css in src
  • fix custom stars class name custom to stars

1.0.0

  • feat(workflow): Compile themes sass to css for production
  • include themes folder in dist
  • improve movie rating styles, remove padding

0.9.0

  • First release