Skip to content

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

v4.1.10

08 Sep 08:35
d4858a1
Compare
Choose a tag to compare
  • fix: 🐛 select all bug #474
  • feat: ✨ added selectAllFiltered key to overrideStrings

  • breaking: 💥 selectAllLabel prop is removed please use filterOptions

v4.1.9

07 Sep 06:48
Compare
Choose a tag to compare
  • chore: 🤖 dependency updates

v4.1.8

30 Aug 08:10
Compare
Choose a tag to compare
  • fix: 🐛 TypeScript + CRA missing types production build issue #467

v4.1.5

28 Aug 15:38
Compare
Choose a tag to compare
  • refactor: ♻️ Moved to microbundle from tsdx since tsdx is no longer maintained
  • docs: 📖 created docs/recipes folder to show different examples

  • breaking: 💥 removed default export for MultiSelect so all imports have to make change as below
- import MultiSelect from "react-multi-select-component";
+ import { MultiSelect } from "react-multi-select-component";

# hint: for changing `MultiSelect` to something else
- import MySelect from "react-multi-select-component";
+ import { MultiSelect as MySelect } from "react-multi-select-component";

  • misc: 👷 moved repo from @harshzalavadiya to @hc-oss since I'm maintaining many open-source projects
  • misc: 👷 moved storybook deployment from vercel to cloudflare pages since deployment from org comes under pro plan or something... 😔 (but thank you for keeping storybook alive for all this time)

v4.0.6

05 Aug 15:02
cacb68d
Compare
Choose a tag to compare
  • fix: 🐛 usablity fix for border color when input is disabled

v4.0.5

02 Aug 09:35
Compare
Choose a tag to compare
  • chore: 🤖 dependency updates

v4.0.4

02 Aug 09:29
81bd3a4
Compare
Choose a tag to compare
  • fix: 🐛 component options do not update when the state changes #438

v4.0.3

12 Jul 11:12
e7408d7
Compare
Choose a tag to compare
  • feat: ✨ added isCreatable and onCreateOption thanks @jorge-cob for the PR

v4.0.2

19 May 09:36
Compare
Choose a tag to compare
  • fix: 🐛 <ClearSelectedIcon/> button not working using keyboard
  • chore: 🤖 dependency updates
  • chore: ♻️ storybook preview moved from netlify to vercel

v4.0.1

13 Apr 09:14
Compare
Choose a tag to compare
  • fix: 🐛 space not allowed in search input