Skip to content

Releases: btecu/ember-select

0.1.8

12 Dec 14:30
Compare
Choose a tag to compare

[BUGFIX] Fix typo

0.1.7

23 Nov 20:21
Compare
Choose a tag to compare

[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

07 Nov 17:57
Compare
Choose a tag to compare

[BUGFIX] Do not blur the input on IE and Edge (wrong order of events)

0.1.5

07 Nov 16:11
Compare
Choose a tag to compare

[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

03 Nov 19:53
Compare
Choose a tag to compare

[BUGFIX] Ensure component is not destroyed before triggering focus or select
[BUGFIX] Only update value if it has changed

0.1.3

03 Nov 15:44
Compare
Choose a tag to compare

[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

02 Nov 15:44
Compare
Choose a tag to compare

[BUGFIX] Avoid re-opening an already open dropdown
[BUGFIX] Close the dropdown on blur when opened from the dropdown icon

0.1.1

01 Nov 14:36
Compare
Choose a tag to compare

[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

31 Oct 18:39
Compare
Choose a tag to compare

[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

27 Oct 16:14
Compare
Choose a tag to compare

[BUGFIX] Retrieve the last element properly from ED relationships
[BUGFIX] Should filter when multiple values