Skip to content

Releases: green-arrow/ember-cli-chosen

Bower package update

11 May 00:33
bf3019b

Choose a tag to compare

The method being used to add the 'chosen' package to the consuming app's bower dependencies was incorrect. This release uses the correct method, so installation in newer ember-cli projects should no longer fail.

NPM compatibility update

01 Jun 19:01

Choose a tag to compare

Fixed issue with the tmp directory not being in .npmignore. See #20 for additional details.

chosen:maxselected event support

26 Feb 19:40

Choose a tag to compare

This release adds support for the chosen:maxselected event. See the 'Options' page at http://green-arrow.github.io/ember-cli-chosen/ for more information.

value binding / selection change action

26 Feb 19:44

Choose a tag to compare

You can now actually use ember-cli-chosen to bind to a value and be notified when the user's selection changes. Overlooked when pushing out v0.0.1.