Skip to content

v4.2.0

Compare
Choose a tag to compare
@HHogg HHogg released this 02 Mar 00:29
· 456 commits to master since this release

4.2.0 (2020-03-02)

Bug Fixes

  • Flex: Allow maxWidth to be used with children of Flex with gap (d23a80e)
  • Link: Updated Link style (5425d1c)
  • Tabs: Updated Tabs style (a353031)

Features

  • Appear: Added origin props to change the animation origin. Also added a transition prop to pass a Framer Motion transition. Removed the duration property, as transition allows for more flexibility in configuring the animation. (34161a7)
  • Base: Added maxHeight prop (3db5e68)
  • Modal: Added modal component (1b3ad32)
  • Placement: Added trigger prop to allow uncontrolled use of Placement by adding handlers onto the reference element. (26bd669)
  • Tooltip: Added tooltip component (ae650b1)