Skip to content

v3.2.0

Choose a tag to compare

@based-ghost based-ghost released this 31 Mar 00:31
· 120 commits to master since this release

Change Log

🚀 Feature

  • New property: menuItemDirection | "ltr" | "rtl" | default: "ltr" - the direction of text for each menu option and position of the menu's scroll bar (maps to react-window's direction prop)

🐞 Bugfix

  • Fix intermitent, edge-case scrolling issues - code changes to useMenuPositioner.ts hook
  • Fix touch/mouse event issues with MultiValue.tsx component - clear icon (touch events on clear icon can result in multiple clears as other multi value components shift under finger)

🛠 Misc

  • Performance: hoist frequently referenced functions to utility files and export as static instance; reduce complexity of longer functions via abstraction to smaller, narrowed scope functions to help with JIT optimizations