Skip to content

v11.0.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 13:15

Changes

🚨 Breaking changes

  • Changes to setChoices & clearChoices adjust how the selection and new choices combine when using replaceChoices: true is used to better match v10.2.0 and v11.0.3 behavior.
    • To remove duplication, consider using the configuration optionduplicateItemsAllowed: false, or use the setChoices's new 6th argument replaceItems:true

🐛 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

Contributors

@Xon