Skip to content

2.6.0

Compare
Choose a tag to compare
@adamberecz adamberecz released this 11 Mar 11:46
· 116 commits to main since this release

🎉 Feature

  • All texts including, option & group labels can now be provided in multiple languages. Added locale and fallbackLocale props.
  • Added searchFilter prop that allow to provide a custom search algorithm #313.
  • Added allowAbsent option to allow adding values that are not among the options.
  • Added closeOnDeselect prop.
  • Deprecated option event, added create instead (option still works).
  • Tags that added can also be disabled, which will prevent their removal.

🐞 Bug Fixes

  • Fix for new option display when using groups, createOption and tags #254 #291.
  • String pointer equality #316.
  • Disabled tags will not be removed on backspace #318.
  • Added .mjs extension build and referenced module to that #290 #258.
  • The selectAll() now does not select disabled options and does not duplicate already selected options.