v11.0.4
·
25 commits
to refs/heads/main
since this release
Changes
🚀 Features
- Do not preventDefault on item to support dragging @joeworkman (#1266)
🐛 Bug Fixes
- Fix v11
setChoice
performance regression @Xon (#1276) - Fix
renderSelectedChoices
option when all choices are selected @Xon (#1274) - Fix v11 regression for disabled placeholder option handling @Xon (#1273)
- Fix v11 regression where
clearChoices
(andsetChoices
withreplaceChoices:true
) did not remove selected items @Xon (#1272) - Fix v11 regression where
duplicateItemsAllowed
option did not work withselect-one
/select-multiple
@Xon (#1271) - Fix: Reached maximum item limit notice is not cleared after removing selections @ticktackk (#1270)
- Fix: Disabled options are not visible (#1257) @ticktackk (#1269)
- Fix: Clear button reverses items order @ticktackk (#1265)
- Fix
tab
=> direction keys handling with disabled search @zoglo (#1260) - Improve cjs compatibility by removing pinned "module" type in package.json @roma-formio (#1254)
🔧 Maintenance
- Bump vitest and @vitest/coverage-v8 @dependabot (#1264)
- Bump undici from 5.28.4 to 5.28.5 @dependabot (#1255)
- Bump vite from 5.4.6 to 5.4.14 @dependabot (#1256)
Contributors
@Xon, @dependabot, @joeworkman, @roma-formio, @ticktackk and @zoglo