Skip to content

Releases: jakezatecky/react-dual-listbox

Release v2.1.0

03 Apr 15:46
Compare
Choose a tag to compare

v2.1.0 (2021-04-03)

New Features

  • [#80]: Add disabled support for elements in the options property
  • [#87]: Add title support for elements in the options property
  • [#90]: Add selection argument to the onChange handler to track highlighted values
  • [#104]: Add className property to allow specification of a custom class on the root node
  • [#133]: Add moveTop and moveBottom buttons to showOrderButtons property

Bug Fixes

  • [#103]: Fix issue where allowDuplicates would fail to add extra items when simpleValue={false}
  • [#110]: Fix issue where allowDuplicates would cause the available 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

03 Apr 15:45
Compare
Choose a tag to compare

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 the onChange callback

Other

  • [#61]: (breaking) Merge availableLabel and selectedLabel into the lang property and rename them to availableHeader and selectedHeader
  • [#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

22 Dec 03:21
Compare
Choose a tag to compare

v1.4.2 (2018-12-21)

Bug Fixes

  • [#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

Release v1.4.1

22 Dec 03:20
Compare
Choose a tag to compare

v1.4.1 (2018-12-17)

Bug Fixes

  • [#56]: Fix various PropTypes errors

Release v1.4.0

17 Dec 02:20
Compare
Choose a tag to compare

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

06 Feb 16:15
Compare
Choose a tag to compare

v1.3.2 (2018-02-06)

Bug Fixes

  • [#35]: Fix issue where simpleValue would not reveal selected optgroup options
  • [#36]: Fix default filtering when dealing with regular expression symbols

Release v1.3.1

07 Jan 01:27
Compare
Choose a tag to compare

v1.3.1 (2018-01-06)

Bug Fixes

  • [#33]: Fix sizing issues in IE 11 when the action buttons are aligned to the top

Release v1.3.0

12 Sep 22:12
Compare
Choose a tag to compare

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 and selectedLabel to change the hidden control label texts
  • [#30]: Add moveKeyCodes property to set the key codes that trigger a move for the select options

Release v1.2.0

12 Sep 22:12
Compare
Choose a tag to compare

v1.2.0 (2017-08-12)

  • [#26]: Add support for filter and onFilterChange properties

Release v1.1.0

12 May 00:28
Compare
Choose a tag to compare

v1.1.0 (2017-05-11)

  • [#21]: Add support for disabled property