Releases: balinterdi/ember-cli-star-rating
Release list
No more string actions
- Drops the ability to use old-style (string) actions for the "on-click" action passed in to the component
- Turns tags that display the stars from
<a>to<span> - Updates Ember CLI to 3.5 (+ adjust tests)
Kurious Kepler
This release makes the add-on work on mobile devices where click/tap events were not triggered on the span elements (that represented the stars).
Galilei
This version makes it possible to pass class names used for the empty– and full stars, implemented by César Izurieta
Arcs of Command
Only one thing has been changed from 0.2.1. The component now yields back its set action as its second parameter which prevents the outer action handler from having to change in the component's block form.
See #7 for more details.
Oh-Two-Oh
This is the release that should be used with Ember 2. It changes the {{#if template}} to {{#if hasBlock}} in the component's template and looks up the on-click action on this.attrs.
Astronomical
Three user-facing things have been accomplished since 0.1.0 (I released 0.1.1, 0.1.2 and 0.1.3) in quick succession:
- Non-integer ratings are correctly handled (thanks to @andressrg)
- The action to trigger when a rating star is clicked is now
on-click. - Both old-style, bubbling action names and closure actions can be passed as
on-click(see README.md)