Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
v4.3.7
v4.3.6
4.3.6 (2025-07-25)
Performance Improvements
- use
.some()
instead of.filter()
for testing filter length (#411) (d24b011) - by @ghiscoding
v4.3.5
4.3.5 (2025-07-17)
Bug Fixes
- fully reimplement code to calculate widest drop text width (#407) (566242e) - by @ghiscoding
- properly adjust drop position only after rendering (#408) (a8dbc41) - by @ghiscoding
v4.3.4
4.3.4 (2025-07-12)
Bug Fixes
- add back source map since its required to debug in browser (fa405af) - by @ghiscoding
- any min/max width options should be applied to drop CSS style (#402) (7743bc3) - by @ghiscoding
v4.3.3
4.3.3 (2025-07-05)
Bug Fixes
- deps: update all non-major dependencies (#392) (2cd8e74) - by @renovate-bot
- remove select options padding to make it more clickable, fixes #391 (#397) (5edb14e) - by @ghiscoding
- use only TS declaration maps (#398) (ddb59f4) - by @ghiscoding
v4.3.2
4.3.2 (2025-06-19)
Bug Fixes
event.composePath()
throws in Salesforce environment (#390) (fbbc405) - by @ghiscoding
v4.3.1
4.3.1 (2025-06-14)
Bug Fixes
- when
closeOnTab
w/OK button, it should take 2 Tabs to close (#388) (9742825) - by @ghiscoding
v4.3.0
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