Skip to content

v3.2.2

Choose a tag to compare

@based-ghost based-ghost released this 06 Apr 22:40
· 114 commits to master since this release

Change Log

🛠 Misc

  • Performance/functionality: Moved multiple callback function props from being referenced directly in the useEffect in which they were executed and to their own useEffect in which their values would be written to a ref object. This potentially boosts both performance and unintentional side-effects in scenarios where the props are not properly memoized or where they update frequently. Impacted props: onMenuOpen, onMenuClose, onOptionChange, and onSearchChange.