Socket
Socket
Sign inDemoInstall

raty-js

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.3.0

Diff

Changelog

Source

v4.3.0

Update

  • Adds missing builded files
  • Updates UPGRADE.md guide by markvantilburg
wbotelhos
published 4.2.0 •

Changelog

Source

v4.2.0

Update

  • Drops Jasmine and Karma in favor of Jest and JSDOM; #242 by bukhtiyarov-a-v
  • Updates the README; #245 by Jaskaran-Techno
  • Drops jQuery from tests and so from the entire project; #246 by bukhtiyarov-a-v
  • Fixes error when half option is true; #249 by fono09

Bugfix

wbotelhos
published 4.1.0 •

Changelog

Source

v4.1.0

News

wbotelhos
published 4.0.0 •

Changelog

Source

v4.0.0

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, 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 is 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;
wbotelhos
published 3.1.1 •

Changelog

Source

v3.1.1

Bugfix

wbotelhos
published 3.1.0 •

Changelog

Source

v3.1.0

News

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

Update

wbotelhos
published 3.0.0 •

Changelog

Source

v3.0.0

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!;
wbotelhos
published 2.9.0 •

Changelog

Source

v2.9.0

Update

  • Drops engines from package.json for a greater flexibility;
wbotelhos
published 2.8.0 •

Changelog

Source

v2.8.0

News

  • Add support to configure options via $.data();
wbotelhos
published 2.7.1 •

Changelog

Source

v2.7.1

Bugfix

  • Fix readOnly when using fonts; (Amaia Baigorri)

News

  • Added Bower package; (yadhu)
  • Added path options as callback; (tyler-king)
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc