Releases: awran5/react-simple-star-rating
Releases · awran5/react-simple-star-rating
5.1.7
v5.1.7 - 2022-11-22
Commits
- fix: incorrent value when use even icons #32
- feat: new
allowTitleTag
prop to disable HTML title tag
- build: safe upgrade
de3584d
- build: remove deprecated standard-version
1b108bf
- docs: add
preset-create-react-app
3c108ec
v5.1.5
5.1.5 (2022-10-28)
Bug Fixes
- fix: reset rating value not working properly #34
5.1.3
5.1.3 (2022-10-11)
Bug Fixes
- window is not defined error while using Next.js (aeeeb57), closes #28
v5.1.2
5.1.2 (2022-10-07)
- fix: window is undefined" and "navigator is undefined" when using in Next.js, issue #26
4.1.0
Features
- BREAKING CHANGES: renamed
allowHalfIcon
prop to allowFraction
- BREAKING CHANGES:
ratingValue
prop has been removed. Now you can use initialValue
prop instead
- BREAKING CHANGES: renamed
fullIcon
prop to fillIcon
- BREAKING CHANGES: renamed
fullStyle
prop to fillStyle
- BREAKING CHANGES: renamed
fullClassName
prop to fillClassName
- add new props
onPointerMove
, onPointerEnter
, onPointerLeave
- add new prop
disableFillHover
to Enable / Disable hover effect on filled icons
- add css module (ad2bca7) this should fix issues #20, #22
- add more props (e475a1a)
- add postcss (9acc4db)
- add react types (1a6cbb6)
- add storybook (adc8285)
- add storybook build (4ddc939)
- add titleSeparator prop & update docs (95832f5), issue #18
Bug Fixes
- fix Installation failed with react 18.2.0 #21
- fix
initialValue
prop not working properly #15
- fix
readonly
prop not working properly #12
- adds default styling for starsvg (1f9ca2e)
- issue #10 (72d03ba)
- various bugs and improvement. (8aea6ee)
v4.0.4
fix: handle reset issue #7
v4.0.3
fix: Clicks not working properly on touch devices
v4.0.2
4.0.2
- fix: #6 not work properly on mobile devices
- fix: minor responsive bugs
- add: switch to standard-version