Releases: prrashi/rateYo
Releases · prrashi/rateYo
Minor updates
Fixed issue with direct option manipulation
Merge pull request #33 from prrashi/hotfix-options-mainpulation Hotfix options mainpulation
Updated missing code in min files
- New code was missing in the min files of the release, updated the code.
data-* attributes support
a) Added data-rateyo-* attributes support , to specify the options. This feature is available for only certain options
- starWidth
- normalFill
- ratedFill
- multiColor ( only boolean )
- numStars
- maxValue
- precision
- rating
- halfStar
- fullStar
- readOnly
- spacing
- rtl
b) Fixed bug in rtl
#26
RTL Support and hack to change the Shape of Star
- Added support for RTL, one can set RTL using the
rtl
option. - 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
- Fixed Small bug in MultiColor rating, where if minValue is not given, the color is getting screwed
- Re-Ordered the functions and completely annotated the source code
- Removed Vanilla JS version of the plugin, as it is not under active Dev
Multi Color Rating Options, and `onInit` Option.
- Added
multiColor
option to the plugin, which accepts either Boolean values or a dictionary specifying the colors to be used - 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. - The function assigned to
onSet
will not be called on initialization instead of whichonInit
will be called.
Added spacing option
- Added
spacing
option between stars - Depreciated
minValue
option - Fixed the bug http://stackoverflow.com/questions/30385012/jquery-rateyo-plugin-that-continue-rating-after-rated-star-click
Added Half Star and Full Star rating options
- Added half star rating(
halfStar
) as an option- when set, the plugin will display the rating only in the steps of
0.5
- when set, the plugin will display the rating only in the steps of
- Added full star rating(
fullStar
) as an option- when set, the plugin will display the rating only in the steps of
1
- when set, the plugin will display the rating only in the steps of