Releases: jakezatecky/react-dual-listbox
Releases · jakezatecky/react-dual-listbox
Release v2.1.0
v2.1.0 (2021-04-03)
New Features
- [#80]: Add
disabled
support for elements in theoptions
property - [#87]: Add
title
support for elements in theoptions
property - [#90]: Add
selection
argument to theonChange
handler to track highlighted values - [#104]: Add
className
property to allow specification of a custom class on the root node - [#133]: Add
moveTop
andmoveBottom
buttons toshowOrderButtons
property
Bug Fixes
- [#103]: Fix issue where
allowDuplicates
would fail to add extra items whensimpleValue={false}
- [#110]: Fix issue where
allowDuplicates
would cause theavailable
property to be ignored - [#124]: Fix issue where the selection area would return to the top of the list after moving items with some properties
Release v2.0.0
v2.0.0 (2019-05-14)
New Features
- [#22]: Add
showHeaderLabels
property to make labels appear above the available and selected list boxes
Bug Fixes
- [#73]: Fix issue where a numeric
value
types would be passed as strings in theonChange
callback
Other
- [#61]: (breaking) Merge
availableLabel
andselectedLabel
into thelang
property and rename them toavailableHeader
andselectedHeader
- [#62]: Add test to ensure that Less and Sass source files generate the same compiled CSS
- [#75]: Reduce filtering computational complexity to increase performance when using a large number of options
Release v1.4.2
Release v1.4.1
Release v1.4.0
v1.4.0 (2018-12-16)
New Features
- [#24]: Add
showOrderButtons
property to allow users to move the selected options up or down in the list - [#43]: Add
showNoOptionsText
property to make text appear in place of available/selected list boxes when no options are present - [#48]: Add
allowDuplicates
property to allow more than one copy of an available value to be selected - [#50]: Add
id
property for control over the HTML ID assigned to the component instance - [#54]: Add
lang
property for localization - [#55]: Add
icons
property for icon customization
Bug Fixes
- [#53]: Fix an issue where previously selected options would be duplicated when using the "Move all right" button
Release v1.3.2
Release v1.3.1
Release v1.3.0
v1.3.0 (2017-09-10)
Features
- [#27]: Add
simpleValue
property to disable the default behavior of returning an array of values rather than an array of option objects - [#28]: Add
availableLabel
andselectedLabel
to change the hidden control label texts - [#30]: Add
moveKeyCodes
property to set the key codes that trigger a move for the select options