You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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