Skip to content

Releases: tedconf/ember-searchable-select

v0.6.0

02 Dec 17:34
Compare
Choose a tag to compare

please use v0.6.2, which contains multi-select bug fixes

[FEATURE] allow sorting by multiple properties

v0.5.0

30 Nov 23:46
Compare
Choose a tag to compare

[FEATURE] accessible keyboard controls!

  • responds to keyboard controls like a native select element would
  • arrow down key opens menu if not already open
  • up and down arrows cycle through action buttons options, omitting disabled items
  • enter key selects an option (when an option is focussed)
  • enter key processes an action (when an action button like "Clear" or "Add new" is focussed)
  • esc key closes the menu when open
  • tab key closes the menu and brings focus to next element on the page that can receive focus

v0.4.0

24 Nov 16:17
Compare
Choose a tag to compare

[FEATURE] multiple selection is now possible

v0.3.1

20 Nov 15:46
Compare
Choose a tag to compare

[BUGFIX] fixes broken component import when not using pods structure

v0.3.0

18 Nov 18:31
Compare
Choose a tag to compare
  • [patch] adds style linting with ember-suave
  • [feature] unmatched search text can now be used to add a new item

v0.2.0

06 Nov 17:31
Compare
Choose a tag to compare

Moar better features!

  • [feature] customizable message when filter produces no results
  • [feature] optional loading indicator
  • [feature] matched text is now highlighted

v0.1.3

05 Nov 00:12
Compare
Choose a tag to compare

[bugfix] proper focussing of search input on iOS Safari. Prior to this fix the keyboard would not pop up and touch events elsewhere on the menu would trigger the keyboard pop-up, causing the menu to jump around.

v0.1.1

30 Oct 19:53
Compare
Choose a tag to compare

[bugfix] proper one way binding for passed in selected property
[bugfix] disabled check throws error when optionDisabledKey is not provided

v0.1.0

29 Oct 23:22
Compare
Choose a tag to compare

buggy do not use

[FEATURE] add support for disabled items