Skip to content

v6.0.0

Compare
Choose a tag to compare
@HHogg HHogg released this 12 Jun 23:41
· 396 commits to master since this release

6.0.0 (2021-06-12)

Bug Fixes

  • Appear: animation value changing would cause previous stylings to remain (6fede12)
  • Icon: Warning in Safari when using rems for SVG sizing. (2044f81)
  • Input & Range: Uniform height to align with the other form elements. (4b07ca9)
  • Text: Improved sizing and spacings (bd887c9)

chore

  • React: Updated React and FramerMotion (b12fd7f)

Features

  • Base: Changed the accepted value for "basis", "grow" and "shrink" to be any valid CSS value. (2510cd5)
  • Base: Merged Flex into the Base component. (fe91327)
  • Box: Renamed Base component to Box. (95c8b87)

BREAKING CHANGES

  • React: Major Version bumps on React and FramerMotion
  • Box: Renamed Base component to Box.
  • Base: Replaced basis prop values of "none", "content" and "container" with "0", "auto" and "100%".
  • Base: Removed the Flex component. Any uses should be replaced with the Base component, and the "direction" prop should be replaced with "flex".