github-actions
released this
07 Sep 01:13
·
18 commits
to refs/heads/main
since this release
Changes
🚀 Features
duplicateItemsAllowed
option is now respected bysetChoices()
method @Xon (#1198)- Pass
getClassNames
as the 3rd argument tocallbackOnCreateTemplates
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)