Releases: smastrom/react-rating
Releases · smastrom/react-rating
v1.5.0
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
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
Release notes
Add event.stopPropagation
to onClick hander - #16
v1.3.2
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