Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
v3.3.2
3.3.2 (2024-08-17)
Bug Fixes
- use setTimeout/setInterval from window object with correct TS type (#294) (95ba819) - by @ghiscoding
v3.3.1
v3.3.0
v3.2.2
v3.2.1
3.2.1 (2024-05-11)
Bug Fixes
- only open drop when exists after open delay (#277) (866ee53) - by @ghiscoding
v3.2.0
v3.1.4
v3.1.3
3.1.3 (2024-05-02)
Bug Fixes
- remove column gap and leave it to be customizable by user (#270) (9db3fd4) - by @ghiscoding
v3.1.2
3.1.2 (2024-05-01)
Bug Fixes
- better flex alignment of label span (55ce09a) - by @ghiscoding
- better flex alignment of label span (48c6fe9) - by @ghiscoding
v3.1.0
3.1.0 (2024-03-23)
Features
- add new event
onFilterClear
missing (#260) (cb8923c) - by @ghiscoding
Bug Fixes
- add missing CSS/SASS variables for SVG icons (cc11a8b) - by @ghiscoding
- select drop should equal same width as select button (#259) (6f854a1) - by @ghiscoding
- tweak CSS and use same border color for both drop & button (1f774d0) - by @ghiscoding
- vscroll event mem leak causing unexpected behavior after filtering (#261) (74fed35) - by @ghiscoding