Skip to content

Releases: awran5/react-simple-star-rating

5.1.7

22 Nov 13:12
Compare
Choose a tag to compare

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

28 Oct 13:43
Compare
Choose a tag to compare

5.1.5 (2022-10-28)

Bug Fixes

  • fix: reset rating value not working properly #34

5.1.3

11 Oct 07:11
Compare
Choose a tag to compare

5.1.3 (2022-10-11)

Bug Fixes

  • window is not defined error while using Next.js (aeeeb57), closes #28

v5.1.2

07 Oct 13:47
Compare
Choose a tag to compare

5.1.2 (2022-10-07)

  • fix: window is undefined" and "navigator is undefined" when using in Next.js, issue #26

v5.1.0

03 Oct 13:08
Compare
Choose a tag to compare

Bug Fixes

5.0.0

03 Oct 08:04
Compare
Choose a tag to compare

bump version

4.1.0

03 Oct 02:55
Compare
Choose a tag to compare

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

13 Dec 18:36
Compare
Choose a tag to compare

fix: handle reset issue #7

v4.0.3

11 Dec 11:01
Compare
Choose a tag to compare

fix: Clicks not working properly on touch devices

v4.0.2

10 Dec 11:31
Compare
Choose a tag to compare

4.0.2

  • fix: #6 not work properly on mobile devices
  • fix: minor responsive bugs
  • add: switch to standard-version