Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
v4.2.2
4.2.2 (2025-06-14)
Bug Fixes
- add missing blur event and option types (#386) (3a489ed) - by @ghiscoding
v4.2.1
4.2.1 (2025-06-14)
Bug Fixes
- should call
onBlur
anytime Tab key is pressed (#380) (a4ca1ec) - by @ghiscoding
v4.2.0
4.2.0 (2025-05-31)
Features
- add
onChange
event whenever a selection changes, fix #372 (#374) (d2b94ed) - by @ghiscoding
Bug Fixes
- normalize event data & remove null group items (#376) (0771895) - by @ghiscoding
v4.1.4
4.1.4 (2025-05-09)
Bug Fixes
- simplify more code and avoid reusing code (DRY) (#368) (4d3ea4e) - by @ghiscoding
v4.1.3
4.1.3 (2025-05-09)
Bug Fixes
- simplify code and avoid reusing code (DRY) (#367) (47576b8) - by @ghiscoding
v4.1.2
4.1.2 (2025-05-05)
Bug Fixes
- remove unused functions (1e2acb6) - by @ghiscoding
- replace
deepCopy
with a simpler function (#365) (483762b) - by @ghiscoding
v4.1.1
4.1.1 (2025-05-03)
Bug Fixes
- couple of issues related to lazy loading (#363) (3948b21) - by @ghiscoding
- make sure select drop list isn't null when adjusting drop width (#364) (aad8f64) - by @ghiscoding
v4.1.0 - preFilter/Sort and Lazy Load
4.1.0 (2025-05-01)
This release brings 3 awesome new features and also a new onBeforeOpen
event 🚀
preFilter
(see Options 40 demo)preSort
(see Options 41 demo)lazyLoad
(see Options 42 demo)
Features
- add
lazyData
to lazy load only after clicking/opening select (#361) (f42ae19) - by @ghiscoding - add new
preFilter
callback option (#356) (926c82c) - by @ghiscoding - add new
preSort
callback option, fixes #355 (#358) (0491b8d) - by @ghiscoding
Bug Fixes
- remove open drop delay when changing data & add demo (#351) (8a1784f) - by @ghiscoding
Reverts
v4.0.0 - ESM-Only
4.0.0 (2025-04-12)
The project now ships as ESM-Only which mean no more CommonJS (CJS) and that's all this new release includes.
⚠ BREAKING CHANGES
- build as ESM-Only, drop CJS (#348)
Features
- build as ESM-Only, drop CJS (#348) (1cd1dd4) - by @ghiscoding
Bug Fixes
- deps: update all non-major dependencies (#349) (781be20) - by @renovate-bot
v3.5.0
3.5.0 (2025-03-12)
Features
- add Indonesian locale (#337) (5216284) - by @ghiscoding
Bug Fixes
- deps: update all non-major dependencies (#319) (5d69d3c) - by @renovate-bot
- deps: update all non-major dependencies (#324) (bb38fe7) - by @renovate-bot