Skip to content

Releases: balinterdi/ember-cli-star-rating

No more string actions

Choose a tag to compare

@balinterdi balinterdi released this 19 Oct 10:14
  • 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

Choose a tag to compare

@balinterdi balinterdi released this 11 Jul 07:24

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

Choose a tag to compare

@balinterdi balinterdi released this 12 Feb 16:03

This version makes it possible to pass class names used for the empty– and full stars, implemented by César Izurieta

Arcs of Command

Choose a tag to compare

@balinterdi balinterdi released this 07 Jan 17:49

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

Choose a tag to compare

@balinterdi balinterdi released this 30 Sep 13:44

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

Choose a tag to compare

@balinterdi balinterdi released this 19 Aug 10:04

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)