- 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)