Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Releases: tedconf/ember-searchable-select

v0.11.0

03 Apr 15:05

Choose a tag to compare

  • [BUGFIX] when searchable-select is inside a form tag, prevent the enter key on the search input from submitting the form

v0.10.0

07 Feb 21:30

Choose a tag to compare

[FEATURE] exposes a public on-open action hook

v0.9.2

26 Jan 18:59

Choose a tag to compare

housekeeping:

  • removes deprecated Ember.K
  • adds .nvmrc file for easier contributor dev
  • update readme with contributor instruction

v0.9.1

02 Mar 19:49

Choose a tag to compare

[BUGFIX] proper observer for selected array, fixes a bug where selected state was not showing while using dynamically generated multi-select list.

v0.9.0

02 Mar 19:17

Choose a tag to compare

[FEATURE] adds on-close action, useful for clearing out contents with AJAX search

v0.8.1

29 Feb 23:22

Choose a tag to compare

[FEATURE] make closing menu on selection optional
[BUGFIX] ^ wasn't working in last release

v0.8.0

29 Feb 16:46

Choose a tag to compare

[FEATURE] make closing menu on selection optional

buggy release, please use v0.8.1 instead

v0.7.0

23 Dec 21:21

Choose a tag to compare

  • adds additional BEM class names for easier custom styling of individual elements

v0.6.4

17 Dec 21:05

Choose a tag to compare

[BUGFIX] _selected prop was not updating reliably for passed in arrays

v0.6.2

03 Dec 22:18

Choose a tag to compare

[BUGFIX] multi-select selection is two-way bound
[BUGFIX] removing multi-select pill does not firing on-change action