Releases: chr-ge/react-column-select
Releases · chr-ge/react-column-select
v1.5.0
Changes
- Chore: Update dependencies
- Feat: Can now define custom button labels.
- Feat: Updated default color theme.
v1.4.0
Changes
- Add 2 new theme color options:
optionSelectedBgColor
& optionHoverBgColor
- Show default theme colors in Storybook
v1.3.0
Changes
- Add
disableAllButtons
option that disabled disable the "Add All" and "Remove All" buttons.
v1.2.2
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
Minor Changes
- update tsconfig.json
- update rollup.config.js
- update dependencies
v1.2.0
Changes
Introduced searching:
- Added
isSearchable
and searchPlaceholder
props
- You can now search through each column's options.
v1.1.1
Changes
- Fixed bug that allowed bypassing the max allowed options by double clicking.
v1.1.0
Changes
- Add
max
option to set the max number of options that can be selected.
v1.0.0
Changes
- Add
onChange
and defaultValue
v0.0.2
Added:
leftHeader
: prop to set custom header for left column
rightHeader
: prop to set custom header for left column