v11.0.2
·
340 commits
to refs/heads/main
since this release
Changes
🚀 Features
duplicateItemsAllowedoption is now respected bysetChoices()method @Xon (#1198)- Pass
getClassNamesas the 3rd argument tocallbackOnCreateTemplatescallback @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
UnhighlightItemevent 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)