Releases: awran5/react-simple-star-rating
Releases · awran5/react-simple-star-rating
v4.0.0
4.0.0 (2021-11-28)
Features
BREAKING CHANGES
- rename:
star
prop toiconsCount
- remove:
width
,height
you can usesize
prop instead - add:
readonly
prop - add:
fillColorArray
prop to add a color range - add:
fullIcon
,emptyIcon
,customIcons
for add a custom SVG icons - add:
rtl
for RTL support - add:
allowHalfIcon
prop to enable a fractional icon (half icon) - add:
allowHover
enable / disable hover effect - add:
showTooltip
prop to show a tooltip with live values with otherprops
to customize