Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 12:34
· 149 commits to next since this release

3.0.0-beta.1 (2020-12-02)

chore

  • Remove containers (now part of Chakra core) (9dc0e35)
  • Simplify _app.tsx (d447493)
  • Upgrade existing components (d4713d4)

Features

  • Add basic Image component (019628f)

BREAKING CHANGES

  • enableColorMode is now part of Chakra (in theme.config)
  • globalCss is now part of Chakra (in theme.styles.global)
  • getGlobalConfig is deprecated
    and spread around in Chakra's config & global styles.
  • Removed Container, StackContainer and FlexContainer.
  • SvgBox renamed Svg
  • Replaced PseudoBox by Box (Chakra-UI v1)