Raty Versions Save

:star2: Raty - A Star Rating Plugin

v4.3.0

2 weeks ago
  • Adds missing builded files
  • Updates UPGRADE.md guide by markvantilburg

v4.2.0

8 months ago

Update

Bugfix

v4.1.0

1 year ago

News

v4.0.0

1 year ago

Break Change

  • The jQuery dependency was dropped, so the syntax to start Raty was changed, check the UPGRADE.md;
  • The global configuration $.raty.option = 'value' was removed;
  • The callback click, mouseover, and mouseout now has the this scope being the Raty class instance and the following arguments: score, element, the event;
  • The callback number, readOnly, score, scoreName, target, and path, now has the this scope being the Raty class instance and the single argument: element;
  • The functions now are called from the Raty instance;
  • When click function is called, we don't really have an original event, so instead to receive a fake event new Event('click'), an undefined value is provided.

Update

  • The read-only function now uses pointerEvents over unbind the listeners;

v3.1.1

2 years ago

Bugfix

v3.1.0

2 years ago

News

  • Adds iconRangeSame option where the previous stars will be the same as the selected one; #135 by viniciusjl

Update

v3.0.0

3 years ago

Break Change

  • Function destroy was removed;
  • Function reload was removed;
  • Function set was removed;
  • Functions now is accessed via element.data('raty').FUNCTION_NAME();
  • Option cancel was renamed to cancelButton;

Bugfix

Update

  • Grammars fixes; #217 by tfantina
  • All the code were migrated to pure Prototype. Vanilla JS coming soon!;

v2.9.0

3 years ago

Changes

Drops engines from package.json for greater flexibility;

v2.8.0

6 years ago

News

  • Add support to configure options via $.data().

v2.7.1

7 years ago

Fixes

  • Fix readOnly when using fonts; (Amaia Baigorri)

News

  • Added Bower package; (yadhu)
  • Added path options as callback; (tyler-king)