v0.1.1
Pre-release
Pre-release
New
- Introduced mixins:
multiselectMixin
,pointerMixin
: It is now possible to create custom components that use multiselect’s logic. - Added two additional slots:
beforeList
&afterList
: Those appear as names suggest.
Fixed
- Refactored
toggle()
,activate()
anddeactivate()
methods - Removed unnecessary tests
Deactivate()
method fromblur
event on the multselect won’t happen if it happens because of changing the focus to the search input. This was only happening with thesearchable
props set totrue
.
TODO:
- Add missing tests for edge-cases for refactored
toggle()
,activate()
anddeactivate()
methods. - Figure out how to pass custom Sass variables making it available to customize the default component styling.