Skip to content

Releases: mousemke/flounder

1.3.12

02 Oct 09:54
Compare
Choose a tag to compare

GH-213 updated selectedClass concatanation on build
MISC removes set and gets a unique array by other means
MISC fixed an issue with the set polyfill
GH-170 added support for options groups
GH-154 fixed non saving concat commands
GH-154 custom classes are now additional

1.3.6

06 Sep 10:34
Compare
Choose a tag to compare

Updated copyright notices and version bump script

1.3.5

03 Jan 14:01
Compare
Choose a tag to compare
Update dist

1.3.4

03 Jan 11:36
Compare
Choose a tag to compare
Update dist

1.3.3

12 Dec 09:55
Compare
Choose a tag to compare

Bugfix for multitag (displayMultipleTags)

1.3.2

29 Nov 16:21
Compare
Choose a tag to compare
Update dist

1.3.1

03 Nov 11:21
Compare
Choose a tag to compare
Updated dist

1.3.0

11 Oct 14:41
Compare
Choose a tag to compare
  • performance improvements for large datasets
    • debounced search
    • defer calling focus on flounder main div and search input
    • addSelectKeyListener no longer called when search is enabled
    • removed calls to Array.prototype.slice
    • test event functions/hooks are defined before calling
    • use display:none to hide options filtered by search
    • move user-select:none CSS rule
  • build
    • fixes extraClass for default selected option
  • utils
    • scrollTo fixes/improvements
  • api
    • no longer adds disabled class to selectedDisplayed on disable(true)
  • fix the license file name

Flounder 1.2.0

04 May 13:06
Compare
Choose a tag to compare
  • Flounder

    • moved multitag search input location inside multitag list
    • extraClass is added to displayed option
    • removed redundant MULTIPLE_SELECTED CSS class
  • api

    • deselectAll fixes
  • build

    • makes a copy of props.data to prevent unwanted mutation
    • search input has tab index -1
  • events

    • disallows selecting disabled options by typing
    • checkEnterOnSearch fires onChange
    • checkFlounderKeypress stops ENTER propagation
    • clickSet explicitly closes the dropdown list
  • search

    • section headers hidden when no results
    • pressing ENTER on exact match selects that option
    • No more results message fixes

Flounder 1.1.0

15 Sep 15:14
Compare
Choose a tag to compare
  • Flounder
    • last of the 0.8.5 changes merged in
    • added eslint requirements
    • removed duplicate methods
  • default
    • placeholder tweak for the flounder-react
  • config
    • added configurable noMoreOptionsMessage && noMoreResultsMessage messages
  • api
    • onSelect changed to onChange. Deprication warning added. Will be removed 2.0.0