Skip to content

Multi Color Rating Options, and `onInit` Option.

Compare
Choose a tag to compare
@prrashi prrashi released this 10 Apr 11:06
· 98 commits to master since this release
  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.