Skip to content

v3.0.0

Compare
Choose a tag to compare
@wbotelhos wbotelhos released this 31 Oct 21:04
0864d0e

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!;