Skip to content

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

v3.0.7

18 Nov 14:04
0cba0a9
Compare
Choose a tag to compare

Changelog

  • 🐛 #206 dropdown content not closing when clicking outside the component

v3.0.6

16 Nov 17:17
1f74e41
Compare
Choose a tag to compare

Changelog

  • 🐛 Keyboard scrolling issue - Can't scroll to the last element #201
  • ✨ Added isOpen and defaultIsOpen #137

v3.0.5

03 Nov 14:40
c4316a3
Compare
Choose a tag to compare
:bookmark: v3.0.5

v3.0.4

06 Oct 17:39
Compare
Choose a tag to compare

Changelog

All changes are non-breaking

  • ✨ Debounced Search (@Kannndev)
  • ✨ Clear Selected Items Button (@Kannndev )
  • ✨ Select all now works on filtered results (@Kannndev)
  • 🐛 space wasn't allowed in filter input

v3.0.3

06 Oct 14:12
a1e9d55
Compare
Choose a tag to compare
:bug: space not allowed in search input (#164)

v3.0.2

04 Sep 15:29
095427a
Compare
Choose a tag to compare

Changes (non breaking)

  • cross-browser support for clear search button (thanks @Kannndev)

v3.0.1

29 Jul 18:18
bbb9560
Compare
Choose a tag to compare

Changelog (non-breaking)

  • Dropdown not closing on outside click #82

v3.0.0

11 Jul 20:46
0a4adcf
Compare
Choose a tag to compare

Changelog

This release mostly focused on making this component more faster, accessible and as lightweight as possible

✅ Non Breaking Changes

  • ♿ Improved Accessablity + Keyboard Support
  • 🗑️ Removed @rooks/use-outside-click dependency that was costing around ~300B
  • 🧹 Code cleanup

💥 Breaking Changes

  • CSS variables have been renamed please follow below migration guide

Migrating from v2.x to v3.x

If you have not overwritten CSS variables for custom style there's no change needed but in case CSS variables were customized then it's just find and replace in your project

--rmsc-primary to --rmsc-main
--rmsc-background to --rmsc-bg
--rmsc-spacing to --rmsc-p
--rmsc-border-radius to --rmsc-radius
--rmsc-height to --rmsc-h

This release ended up reducing bundle size from ~4KB to ~3KB 🎉

v2.0.14: select all checked on open (#69)

08 Jul 14:10
d63c15e
Compare
Choose a tag to compare

Changes (non breaking)

v2.0.13

07 Jul 20:51
5b410ea
Compare
Choose a tag to compare

Changes (non breaking)

  • disable expansion when input is disabled thanks (@mkhbragg)