·
4 commits
to refs/heads/main
since this release
Changes
🚨 Breaking changes
- Changes to
setChoices
&clearChoices
adjust how the selection and new choices combine when usingreplaceChoices: true
is used to better matchv10.2.0
andv11.0.3
behavior.- 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
&clearChoices
related 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
/clearChoices
actions