Releases: hc-oss/react-multi-select-component
Releases · hc-oss/react-multi-select-component
v2.0.2: Merge pull request #7 from harshzalavadiya/ui-improvements
Changelog
- ♻️ additional color for selected item
- 🐛 cursor inconsistency
- ♻️ added new css var for consistant spacing
- 🔖 from v2.0.1 to 2.0.2
v2.0.1
Changelog
- Bundlesize is now reduced to ~3.4KB
- Added
@ampproject/filesize
to keep track of bundlesize after every build
thank you @cristianbote for #4 [both of this changes]
v2.0.0
Changelog
- Removed emotion and replaced with lightweight alternative https://www.npmjs.com/package/goober reducing bundle size from
~14 KB
to~4.5 KB
(both gzipped) - Migrated from rollup to https://github.com/jaredpalmer/tsdx providing better DX
Breaking Changes
<ThemeProvider/>
removed and adopted CSS variables- If you are using library without customized theme it's fully backward comptable
- How to use CSS variables can be found here
v1.3.3: Merge pull request #1 from Ryzoo/master
Added possibility to focus search on start.
v1.3.2
:bookmark: v1.3.1→1.3.2
v1.3.1
:bookmark: v1.3.0→v1.3.1
v1.3.0
Merge branch 'master' of https://github.com/harshzalavadiya/react-mul…
v1.2.0
:pencil: Removed CSB in favor of Storybook
v1.0.1
:recycle: updated isLoading flag for storybook
v1.0.0
:tada: initial code