Releases: btecu/ember-select
Releases · btecu/ember-select
0.0.8
[BUGFIX] Array.find
is ES2015
[ENHANCEMENT] Do not filter options initially
0.0.7
[BUGFIX] Building the tree should work with relationships and ember-data arrays
[BUGFIX] Do not trigger onSelect
after onCreate
[BUGFIX] Rebuild internal list when attrs
change, for asynchronous models
0.0.6
[ENHANCEMENT] Default to empty placeholder
[ENHANCEMENT] Set proper z-index
0.0.5
[BUGFIX] When clearing, don't notify if multiples
, instead prefer onClear
[ENHANCEMENT] Don't show the placeholder if it has values
0.0.4
[BUGFIX] Lazy models should only open the dropdown when token
isDirty
[STYLE] Change clear
icon size to fit properly
0.0.3
[CLEANUP] Remove multi-color border
[FEATURE] Allow the value passed to be just value
when having complex objects
[FEATURE] onSelect
returns value
, option
and isSelected
0.0.2
[BUGFIX] Open dropdown with lazy model
[BUGFIX] Refresh dropdown when model changes