Releases: TonyFresneau/nuxt-rating
Releases · TonyFresneau/nuxt-rating
v0.1.5
v0.1.4
v0.1.2
- Update props default values (readOnly, ratingSize, ratingStep) to match the documentation. Default ratingStep is now 0.1.
- ratingSize can now be a string to improve retro-compatibilty with previous versions.
- Update tests
- Update doc
v0.1.1
- Update doc in readme
0.1.0
- Refactor the entire package, inspired by vue-star-rating, but using TypeScript (Note: This may cause issues in production).
- Add several new features.
- Enhance the test coverage and quality.
0.0.16
0.0.16
- Replace absolute positioning with relative positioning (this may be a breaking change)
- Improve reactivity when updating prop values
- Update internal tests
0.0.15
What's Changed
- Remove
width:auto
from.average-rating
. - The inactiveColor property is now taken into account.
- Improved positioning.
- The rating system is now displayed correctly on Firefox.
v0.0.13
What's Changed
- Addition of unit tests to reduce regressions.
average-rating::before
is changed to absolute position.- Extraction of types into an external file.
- Fixed a bug that prevented certain HTML elements used as stars from being aligned horizontally.
Full Changelog: v0.0.12...v0.0.13
hotfix/v0.0.14
What's Changed
- Back to Props type in the component file due to Vue/Nuxt issue nuxt/nuxt#20936
Full Changelog: v0.0.13...hotfix/v0.0.14
0.0.12
What's Changed
average-rating::before
becomes in relative position.hoverRating
event becomesratingHovered
event.hoverRating
event : The event payload is now the selected rating value.