Skip to content

Releases: TonyFresneau/nuxt-rating

v0.1.5

25 Jul 10:21
Compare
Choose a tag to compare
  • Fix a bug which caused borders not to display correctly.
  • Refactor the loading phase to add a skeleton as a placeholder for the stars during loading.
  • Add skeletonColor prop to manage the color of the skeleton.

v0.1.4

23 Jul 15:39
Compare
Choose a tag to compare
  • Add Typescript to dependencies (#9)

v0.1.2

19 Jul 08:54
Compare
Choose a tag to compare
  • 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

04 Jul 12:52
Compare
Choose a tag to compare
  • Update doc in readme

0.1.0

04 Jul 12:34
Compare
Choose a tag to compare
  • 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

19 Jun 14:16
Compare
Choose a tag to compare

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

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.