Releases: btecu/ember-select
Releases · btecu/ember-select
0.1.7
[BUGFIX] Always pass TAB
and ENTER
to the dropdown
[BUGFIX] Ensure last selected item is still visible
[BUGFIX] Get length
safely for ember-data
models
[ENHANCEMENT] Do not select first element when just tabbing through (no input)
0.1.6
[BUGFIX] Do not blur the input on IE
and Edge
(wrong order of events)
0.1.5
[BUGFIX] Ensure elements still exist before bringing into view
[BUGFIX] IE doesn't run the events in order, which causes TAB to misbehave
0.1.4
[BUGFIX] Ensure component is not destroyed before triggering focus
or select
[BUGFIX] Only update value if it has changed
0.1.3
[BUGFIX] Safely set the input value by ensuring the component hasn't been destroyed
[BUGFIX] Update input when parent changes the value. #1.
[ENHANCEMENT] Blur the input after a selection when single
[ENHANCEMENT] Disable browser autocomplete
[ENHANCEMENT] Select text on click - consistent with TAB
[FEATURE] Add required
feature
0.1.2
[BUGFIX] Avoid re-opening an already open dropdown
[BUGFIX] Close the dropdown on blur when opened from the dropdown icon
0.1.1
[BUGFIX] Do not notify dropdown of keys (TAB / ENTER) if input hasn't changed
[BUGFIX] Use plain array operations
[ENHANCEMENT] Improve layout - input should fit inside parent element
0.1.0
[BUGFIX] Properly retrieve elements from Ember Data models / relationships and plain arrays
[BUGFIX] Use label
instead of value
for the input text
[ENHANCEMENT] Mark first visible element selected, except when freeText
is enabled
[ENHANCEMENT] Update ember-message-bus
dependency
0.0.9
[BUGFIX] Retrieve the last element properly from ED relationships
[BUGFIX] Should filter when multiple values