Skip to content

Releases: smastrom/react-rating

v1.5.0

28 Jan 22:01
Compare
Choose a tag to compare

Release notes

This release fixes #16 by introducing a new prop named preventDefault.

It is now possible to assign one of: keydown | click | all | none to granurarly control on which interactions event.preventDefault is called internally. By default it is set to all.

v1.4.0

11 Dec 14:30
Compare
Choose a tag to compare

Release notes

This release fixes a long-standing bug where the shapes size was not computed when Rating was mounted in a container with display: hidden - #10, #17

v1.3.3

09 Dec 15:29
Compare
Choose a tag to compare

Release notes

Add event.stopPropagation to onClick hander - #16

v1.3.2

17 Aug 02:42
Compare
Choose a tag to compare

Release notes

  • Drop support for React 17. React 18 is now required to use react-rating.
  • Add support for NextJS 13 App Router
  • Fix #11