Releases: mousemke/flounder
Releases · mousemke/flounder
1.3.12
1.3.6
Updated copyright notices and version bump script
1.3.5
Update dist
1.3.4
Update dist
1.3.3
Bugfix for multitag (displayMultipleTags
)
1.3.2
Update dist
1.3.1
Updated dist
1.3.0
- 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
-
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
- Flounder
- last of the
0.8.5
changes merged in - added eslint requirements
- removed duplicate methods
- last of the
- 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