Version 1.4.0
Version 1.4 adds support for RTL (issue #11) and adds a fixed-points
prop that allows you to specify a fixed number of decimal points to display for the rating.
Release Notes
Some of the internal css
class names have been changed to help avoid unintentional name clashes (see issue #12 ) which can cause vue-star-rating
to display incorrectly. If you are intentionally targeting these classes in your project the following name changes have been made:
- .star-rating > .vue-star-rating
- .star > .vue-star-rating-star
- .pointer > .vue-star-rating-pointer
- .inline > .vue-star-rating-inline
- .rating-text > .vue-star-rating-rating-text
When using the CDN , you are now required to register the component yourself, which you can do by doing:
Vue.component('star-rating', VueStarRating.default)