Skip to content

Releases: prrashi/rateYo

Minor updates

28 Aug 22:38
Compare
Choose a tag to compare
  1. Updates package.json main file
  2. fixes vulnerabilities in node packages.

Fixed issue with direct option manipulation

22 Apr 05:17
Compare
Choose a tag to compare
Merge pull request #33 from prrashi/hotfix-options-mainpulation

Hotfix options mainpulation

Updated missing code in min files

18 Apr 16:22
Compare
Choose a tag to compare
  1. New code was missing in the min files of the release, updated the code.

data-* attributes support

10 Apr 17:42
Compare
Choose a tag to compare

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

RTL Support and hack to change the Shape of Star

15 Aug 11:55
Compare
Choose a tag to compare
  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.

Fixed Bug in MultiColor Rating, Annotated Source Code

02 May 16:21
Compare
Choose a tag to compare
  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

Multi Color Rating Options, and `onInit` Option.

10 Apr 11:06
Compare
Choose a tag to compare
  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.

Added spacing option

11 Jun 14:05
Compare
Choose a tag to compare

Added Half Star and Full Star rating options

18 Feb 17:19
Compare
Choose a tag to compare
  • 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

V1.2.1

24 Jan 16:57
Compare
Choose a tag to compare
  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