Skip to content

v4.1.5

Compare
Choose a tag to compare
@harshzalavadiya harshzalavadiya released this 28 Aug 15:38
· 57 commits to master since this release
  • 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)