Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
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
deepCopywith 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
lazyDatato lazy load only after clicking/opening select (#361) (f42ae19) - by @ghiscoding - add new
preFiltercallback option (#356) (926c82c) - by @ghiscoding - add new
preSortcallback 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
v3.4.4
v3.4.2
3.4.2 (2024-10-25)
Bug Fixes
- add missing div selector in previous CSS class name typo (#310) (1459f35) - by @ghiscoding