Skip to content

2.4.0

Compare
Choose a tag to compare
@adamberecz adamberecz released this 30 May 19:18
· 241 commits to main since this release

🎉 Feature

  • 🎉 Added accessibility (a11y) support #22, #179.
  • 🎉 Added infinite scroll #76, #165, #198.
  • 🎉 Added RTL support #206.
  • 🎉 Close on click if opened #162.
  • Added id to input when searchable.
  • Re-open input on arrows & search type if closed.
  • Close dropdown instead of blur on select.
  • Added regex option #138.
  • Scroll to first selected on open #168.
  • Options are not reversed when openPosition: true.
  • Added reverse option.
  • Added searchStart option #169.
  • Added disabledProp option #202.
  • Added onCreate option #204.
  • Added select$ as second param to events and async options.
  • Added isSelected & isPointed to option slot scope #195.

🐞 Bug Fixes

  • Headless UI conflict resolved #182.
  • Keep selected options when async #228.
  • Show spinner even when not active #223.
  • Allow false value #222.
  • Resolve options on minChars: 0 too #230.
  • Added keyup, keydown events.
  • Resolved number tag creation duplicate bug.
  • Input height fix when searchable for FF.
  • CSS: moved max height to dropdown container from wrapper.
  • Vite & Nuxt 3 build warn fixes.