Releases: hc-oss/react-multi-select-component
Releases · hc-oss/react-multi-select-component
v4.0.0
if you are not havily customizing this should be easy upgrade
- breaking: 💥
focusSearchOnOpen
prop removed since by default focus will be on search bar - refactor: ♻️ clean
ref
based navigation - refactor: 🏗️ removed
goober
and replaced it with rolluppostcss
making this component zero dependency- all css classes are now scoped under
.rmsc
- if you are customizing styles / color variables in older version
.multi-select
and facing issues please replace it with.rmsc .xyz
- all css classes are now scoped under
v3.1.7
v3.1.6
v3.1.5
- added async
filterOptions
v3.1.4
- #317 accepts
ReactNode
instead ofstring
thanks @breynolds-dev for the PR
v3.1.3
- 🐛 disable clearing options by pressing
X
icon when disabled - ⬆️ dependency updates
v3.1.2
Changelog
- ♻️ second param to dependency array in useEffect (thanks @chenjie-b1)
v3.1.1
v3.1.0
Changelog
- ♻️ move to react context from of prop drilling
v3.0.8
Changelog
- 🐛 #118 (thanks @maxnathaniel)
- ⬆️ dependency updates