v0.4.0
0.4.0 (2023-06-25)
⚠ Small Breaking Change
The only breaking change is the customFilter
argument signature changed from multiple arguments to a single object arguments to be more flexible. This version also follows the original multiple-select
v1.6.0 that was released recently which include the following changes:
- added
setSelects
by text support. - added
divider
option support. - added
classes
,classPrefix
andsize
options. - added
dropdown
support for bootstrap theme. - added
getData
method. - fixed clear button display error.
- updated the default parameter of
customFilter
option, changes the argument signature from multiple arguments to a single object argument that accepts multiple options (this is a breaking change) - add new locales
cz-CS
andda-DK
- added 3 new demo pages:
- also modified a few examples as well
⚠ BREAKING CHANGES
- change
customFilter
fn signature & add extra options/methods (#80) (ca9f0ce) - by @ghiscoding
Bug Fixes
- deps: update dependency @popperjs/core to ^2.11.8 (#70) (ce647a0) - by @renovate-bot
Features
- add cz-CS and da-DK locales (#80) (c74ce59) - by @ghiscoding