Skip to content

4.1.0

Compare
Choose a tag to compare
@awran5 awran5 released this 03 Oct 02:55
· 33 commits to main since this release

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)