RateYo Versions Save

A simple and flexible star rating plugin, v2 docs -

2.3.4

5 years ago
  1. Updates package.json main file
  2. fixes vulnerabilities in node packages.

2.3.2

7 years ago

2.3.1

7 years ago
  1. New code was missing in the min files of the release, updated the code.

2.3.0

7 years ago

a) Added data-rateyo-* attributes support , to specify the options. This feature is available for only certain options

  1. starWidth
  2. normalFill
  3. ratedFill
  4. multiColor ( only boolean )
  5. numStars
  6. maxValue
  7. precision
  8. rating
  9. halfStar
  10. fullStar
  11. readOnly
  12. spacing
  13. rtl

b) Fixed bug in rtl #26

2.2.0

7 years ago
  1. Added support for RTL, one can set RTL using the rtl option.
  2. Provided a hack to change the shape of the star, by passing starSvg option during initialization of the plugin.

2.1.1

8 years ago
  1. Fixed Small bug in MultiColor rating, where if minValue is not given, the color is getting screwed
  2. Re-Ordered the functions and completely annotated the source code
  3. Removed Vanilla JS version of the plugin, as it is not under active Dev

2.1.0

8 years ago
  1. Added multiColor option to the plugin, which accepts either Boolean values or a dictionary specifying the colors to be used
  2. Added onInit option to the plugin, which accepts a function as the value. The function will be called when the rating widget is rendered completely.
  3. The function assigned to onSet will not be called on initialization instead of which onInit will be called.

2.0.1

8 years ago

1.2.2

9 years ago
  • Added half star rating( halfStar ) as an option
    • when set, the plugin will display the rating only in the steps of 0.5
  • Added full star rating( fullStar ) as an option
    • when set, the plugin will display the rating only in the steps of 1

1.2.1

9 years ago
  1. Support chaining after using the 'set' option methods
  2. Put the cursor:default when the read only option is set, references #3
  3. Fixed couple of typos