Releases: tedconf/ember-searchable-select
Releases · tedconf/ember-searchable-select
v0.11.0
- [BUGFIX] when searchable-select is inside a form tag, prevent the enter key on the search input from submitting the form
v0.10.0
[FEATURE] exposes a public on-open
action hook
v0.9.2
housekeeping:
- removes deprecated Ember.K
- adds .nvmrc file for easier contributor dev
- update readme with contributor instruction
v0.9.1
[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
[FEATURE] adds on-close
action, useful for clearing out contents with AJAX search
v0.8.1
[FEATURE] make closing menu on selection optional
[BUGFIX] ^ wasn't working in last release
v0.8.0
[FEATURE] make closing menu on selection optional
buggy release, please use v0.8.1 instead
v0.7.0
- adds additional BEM class names for easier custom styling of individual elements
v0.6.4
[BUGFIX] _selected
prop was not updating reliably for passed in arrays
v0.6.2
[BUGFIX] multi-select selection is two-way bound
[BUGFIX] removing multi-select pill does not firing on-change action