Skip to content

v3.3.0

Choose a tag to compare

@based-ghost based-ghost released this 10 Apr 05:37
· 109 commits to master since this release

Change Log

🚀 Feature

  • New property (Theme object) : Add new key placeholder to theme object that has an animation key with a fade-in default
  • *** Related to bullet point above - only apply that animation on renders after the first render/component mount

🐞 Bugfix

  • Fix issue with special scenario: when prop openMenuOnClick = false and the device is touch-capable, the touch event triggered by the caret icon does not open the menu

🛠 Misc

  • Performance: memoize Value.tsx component (helps especially during initial component mount as this cuts out 2 extraneous rerenders for this component