Skip to content

Releases: craigh411/vue-star-rating

Version 1.3.2

17 Apr 14:03
Compare
Choose a tag to compare

Updated the README to include a Getting Started section which shows how to sync values.

Version 1.2.2

05 Mar 11:30
Compare
Choose a tag to compare
  • Updated README.md
  • Added Changelog
  • Added watchify for development

Version 1.2.1

04 Mar 19:05
Compare
Choose a tag to compare

Default border color updated to #999 for better contrast when stars are unselected.

Version 1.2.0

04 Mar 14:30
Compare
Choose a tag to compare

Version 1.2.0 adds the ability to add borders to stars via 2 new props:

  • border-width - Sets the width of the border
  • border-color - Sets the color of the border

It is now also possible to set the width between stars using the new padding prop.

This version also fixes an issue where the stars would remain highlighted if the cursor continues to move on the same row.

Version 1.1.1

02 Mar 15:52
Compare
Choose a tag to compare

'id' prop in Star.vue has been updated to star-id, this fixes an issue where multiple id's with the same name are placed on the page. This is an internal change only.

Version 1.1.0

02 Mar 14:54
Compare
Choose a tag to compare

In this minor release a new inline prop has been added, which allows you to specify whether you want your star rating to display inline.

Release Notes

There aren't any breaking changes in this release, however, if you have been targeting id's they have now been changed to classes to prevent multiple id's with the same name appearing on the page:

#stars is now .star-rating
#rating-text is now .rating-text

NPM package updates

22 Jan 15:07
Compare
Choose a tag to compare

This release should now solve all the npm issues and package should now work consistently with both webpack and browserify.

Updates:

  • Removed the pre-transpiled code, as this causes an error with the runtime-only build which could lead to confusion.
  • Reset the main file back to src/star-rating.vue so these will now need to be compiled.
  • Checked that component compiles with both webpack/vue-loader/babel-loader and browserify/vueify/babelify build configurations.

Updates to NPM package

22 Jan 10:15
Compare
Choose a tag to compare

This release fixes a few issues with the npm package.

Docs update

19 Jan 10:33
Compare
Choose a tag to compare

Docs update only

  • Fixed an error in the docs which incorrectly stated that the read-only was true by default and that stars were read only when this prop was set to false.
  • Added a little more detail to the docs

Readme updated + version synced with npm

18 Jan 13:20
Compare
Choose a tag to compare

Update Readme:
-Incorrect CDN url was previously given
-Example of reactive prop added

Version now synced with npm version.