Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Releases: PaackEng/elm-ui-dropdown

3.3.0

10 Sep 11:52
3.3.0
3df67ba
Compare
Choose a tag to compare
  • Adds withEmptyListElement, which shows a replacement for the list when this one is empty;
  • Update Example4:
  • Enhance documentation format;
  • Sort config fields alphabetically.

#52

3.2.0

27 Aug 14:48
b266a62
Compare
Choose a tag to compare
  • Add a dropdown type which can be used to build type-ahead suggestions elements #49

3.1.1

07 May 21:14
3.1.1
ac428ce
Compare
Choose a tag to compare
  • Implement minimum ARIA attributes (#40)

3.1.0

06 May 18:13
3.1.0
05f198b
Compare
Choose a tag to compare

From 3.1.0:

  • Select the correct item using keys when filtered (#29)

  • Optimize update, get rid of NoOp

  • Add Effect / updateWithoutPerform / performEffect / mapEffect

From 3.0.0:

  • Add possibility to set default initial value and bug fixes

Multi selector support

22 Dec 10:24
Compare
Choose a tag to compare
  • Add multi-selection feature using multi function
  • Removing the custom function as we can achieve the same behavior using with* functions.

Many thanks to @kutyel for all these awesome features!

Add withFilterPlaceholder option

04 Feb 09:26
Compare
Choose a tag to compare
1.1.0

Add withFilterPlaceholder option