Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Releases: chr-ge/react-column-select

v1.5.0

30 Apr 17:36
ebfe32a
Compare
Choose a tag to compare

Changes

  • Chore: Update dependencies
  • Feat: Can now define custom button labels.
  • Feat: Updated default color theme.

v1.4.0

15 Jul 00:07
f0aba57
Compare
Choose a tag to compare

Changes

  • Add 2 new theme color options: optionSelectedBgColor & optionHoverBgColor
  • Show default theme colors in Storybook

v1.3.0

06 Jun 18:46
4bea28b
Compare
Choose a tag to compare

Changes

  • Add disableAllButtons option that disabled disable the "Add All" and "Remove All" buttons.

v1.2.2

13 May 04:37
Compare
Choose a tag to compare

Changes

  • fix: onChange not receiving latest value fixed
  • fix(Option): clicking option caused the form to be submitted was fixed
  • feat(Examples): add react-hook-form example
  • updated dependencies

v1.2.1

11 May 03:45
Compare
Choose a tag to compare

Minor Changes

  • update tsconfig.json
  • update rollup.config.js
  • update dependencies

v1.2.0

07 May 13:39
aa5ad3f
Compare
Choose a tag to compare

Changes

Introduced searching:

  • Added isSearchable and searchPlaceholder props
  • You can now search through each column's options.

v1.1.1

05 May 17:49
eb2435f
Compare
Choose a tag to compare

Changes

  • Fixed bug that allowed bypassing the max allowed options by double clicking.

v1.1.0

03 May 20:58
Compare
Choose a tag to compare

Changes

  • Add max option to set the max number of options that can be selected.

v1.0.0

02 May 03:32
Compare
Choose a tag to compare

Changes

  • Add onChange and defaultValue

v0.0.2

29 Apr 14:58
b863eac
Compare
Choose a tag to compare

Added:

  • leftHeader: prop to set custom header for left column
  • rightHeader: prop to set custom header for left column