v11.0.6
·
222 commits
to refs/heads/main
since this release
Changes
🚨 Breaking changes
- Changes to
setChoices&clearChoicesadjust how the selection and new choices combine when usingreplaceChoices: trueis used to better matchv10.2.0andv11.0.3behavior.- To remove duplication, consider using the configuration option
duplicateItemsAllowed: false, or use thesetChoices's new 6th argumentreplaceItems:true
- To remove duplication, consider using the configuration option
🐛 Bug Fixes
- Fix
setChoices&clearChoicesrelated regressions @Xon (#1278 #1283) - Revert "Do not preventDefault on item to support dragging" #1266 @Xon (#1282)
Chore
- Add e2e test for dropdown behavior on item mouse down/click
- Add e2e test for serveral
setChoices/clearChoicesactions