Skip to content

Releases: hc-oss/react-multi-select-component

v4.0.0

26 Mar 16:10
Compare
Choose a tag to compare

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 rollup postcss 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

v3.1.7

24 Mar 08:52
80eae41
Compare
Choose a tag to compare
  • Type validation error on ClearSelectedIcon and ClearSelectedIcon prop does not accept JSX Component #343
  • on clearing in filter auto focus to input from @canary to @latest

v3.1.6

15 Mar 16:41
6bc5cb6
Compare
Choose a tag to compare
  • fix: 🐛 onMenuToggle gets called on first render #325

v3.1.5

03 Mar 16:33
6da1057
Compare
Choose a tag to compare
  • added async filterOptions

v3.1.4

02 Mar 16:34
4fbf23e
Compare
Choose a tag to compare

v3.1.3

11 Feb 15:23
dc55a20
Compare
Choose a tag to compare
  • 🐛 disable clearing options by pressing X icon when disabled
  • ⬆️ dependency updates

v3.1.2

22 Jan 06:33
86c143a
Compare
Choose a tag to compare

Changelog

  • ♻️ second param to dependency array in useEffect (thanks @chenjie-b1)

v3.1.1

17 Jan 15:25
Compare
Choose a tag to compare

Changelog

  • fixed auto publish
  • for more see v3.1.1

v3.1.0

17 Jan 15:10
81454e4
Compare
Choose a tag to compare

Changelog

  • ♻️ move to react context from of prop drilling

v3.0.8

26 Dec 10:37
3a11a83
Compare
Choose a tag to compare

Changelog