v1.4.2 (2018-12-21)
- [#57]: Fix issue where clicking on the ordering buttons would result in errors if the selected list was empty
- [#58]: Fix issue where not all items marked in the selected list would be removed when the "Move left" button was clicked
v1.4.1 (2018-12-17)
- [#56]: Fix various PropTypes errors
v1.4.0 (2018-12-16)
- [#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
- [#53]: Fix an issue where previously selected options would be duplicated when using the "Move all right" button
v1.3.2 (2018-02-06)
- [#35]: Fix issue where
simpleValue
would not reveal selected optgroup options - [#36]: Fix default filtering when dealing with regular expression symbols
v1.3.1 (2018-01-06)
- [#33]: Fix sizing issues in IE 11 when the action buttons are aligned to the top
v1.3.0 (2017-09-10)
- [#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
v1.2.0 (2017-08-12)
- [#26]: Add support for
filter
andonFilterChange
properties
v1.1.0 (2017-05-11)
- [#21]: Add support for
disabled
property
v1.0.1 (2017-04-11)
- [#19]: Fix issue with additional border appearing between two action buttons
v1.0.0 (2017-04-10)
- [#6]: Search and filtering has been added with the props
canFilter
,filterPlaceholder
, andfilterCallback
- [#14]: Allow movement buttons to be arrange above lists using the
alignActions
prop
- [#10]: Fix an issue where selections would shift down after moving items to the opposite list
- [#18]: Remove requirement on
Array.from
polyfill
v0.6.0 (2017-03-25)
- [#15]: Components are now more accessible to assistive technologies
- [#16]: (breaking) Rename
.rdl-btn
to.rdl-move
- [#17]: (breaking) Use color more consistently and make font-family inherit
v0.5.1 (2017-01-12)
- [#2]: Add support for
availableRef
andselectedRef
v0.5.0 (2017-01-10)
- [#12]: Bootstrap is no longer required for the component to display properly
- [#13]: Component styles are a bit more flexible by default
v0.4.0 (2016-12-31)
- [#3]: Fix an issue where events were not firing in IE 11
- [#9]: Fix an issue where flexbox styling in IE 11 was not being applied correctly
- [#11]: Add ability to toggle selected options on pressing Enter
v0.3.4 (2016-12-28)
- [#7]: Fix an issue where clicking on the icon of a button would not trigger events properly in some browsers