Releases: pryley/star-rating.js
Releases · pryley/star-rating.js
v4.3.0
- Added module and exports fields to package.json
- Fixed left/right keydown events
- Optimised CSS
v4.2.5
- Fixed active index when stars have gaps between them
v4.2.3
- Disabled pointer-events on tooltip
v4.2.0
- Perform a complete teardown on destroy allowing a rebuild from the selector in a new DOM
v4.1.5
- Added a data-rating attribute on the widget which holds the transient/selected rating
v4.1.4
- Fixed selected index on reset
v4.1.3
- Fixed focus state with pointer events
v4.1.2
- Fixed error when initialising more than once
v4.1.1
- Removed v3 compatibility mode when using the
prebuilt
option