Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
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
v0.3.1
0.3.1 (2023-05-18)
Bug Fixes
- create DOM element util should spread element props (#62) (97d1d64) - by @ghiscoding
v0.3.0
0.3.0 (2023-05-03)
Features
- add CSS/SASS variables for ul > li vertical alignment (#54) (07ac9ab) - by @ghiscoding
v0.2.9
0.2.9 (2023-04-15)
Bug Fixes
- deps: update all non-major dependencies (#38) (dd0998e) - by @renovate-bot
v0.2.8
0.2.8 (2023-03-23)
Bug Fixes
- calling open() method multiple times should keep drop (re)open (#33) (c36cf45) - by @ghiscoding
v0.2.7
0.2.7 (2023-03-11)
Bug Fixes
- VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding
v0.2.6
0.2.6 (2023-03-11)
Bug Fixes
- VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding
v0.2.5
0.2.5 (2023-03-11)
Bug Fixes
- single select radio should work with empty label select option (9b5c7ea) - by @ghiscoding