Skip to content

Releases: Aurion72/nuxt-rating

0.0.15

04 Jul 12:07
Compare
Choose a tag to compare

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

03 Jul 13:44
6591579
Compare
Choose a tag to compare

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

03 Jul 14:13
f10280a
Compare
Choose a tag to compare

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

28 Jun 12:52
Compare
Choose a tag to compare

What's Changed

  • average-rating::before becomes in relative position.
  • hoverRating event becomes ratingHovered event.
  • hoverRating event : The event payload is now the selected rating value.