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