Skip to content

v11.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 01:13

Changes

🚀 Features

  • duplicateItemsAllowed option is now respected by setChoices() method @Xon (#1198)
  • Pass getClassNames as the 3rd argument to callbackOnCreateTemplates callback @Xon (#1190)

🐛 Bug Fixes

  • Fix various opt-group handling issues @Xon (#1200)
  • Fix clearChoices() would remove items, and clear the search flag @Xon (#1196)
  • Fix "no choices to choose from"/"no results found" notice did not reliably trigger @Xon (#1192 #1197)
  • Fix regression of UnhighlightItem event not firing (#1173) @Xon (#1194)
  • Fix regression where webpack doesn't permit importing scss/css @tagliala (#1193)

🔧 Maintenance

  • Add autocomplete example to end-to-end tests @Xon (#1199)
  • Add e2e tests for "no choices" behavior to match v10 @Xon (#1186)

Contributors

@Xon and @tagliala