- 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
or0
, closes #19 in d55fcc3. - fix: Allow click event propagation, closes #29 in 3737458.
- Update demo with latest FontAwesome and Bootstrap.
- Remove FontAwesome CSS themes, use custom directives instead.
- Remove Bootstrap CSS themes, use custom directives instead.
- When passing
[titles]
array, the first index will representnull
or0
value
- Upgrade to Angular 10, closes #53.
- Remove CSS themes from the package, only SCSS themes will be shipped in the release.
- remove precompiled css in src
- fix custom stars class name
custom
tostars
- feat(workflow): Compile themes sass to css for production
- include themes folder in dist
- improve movie rating styles, remove padding
- First release