v3.0.0-beta.1
Pre-release
Pre-release
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 (intheme.config
)globalCss
is now part of Chakra (intheme.styles.global
)getGlobalConfig
is deprecated
and spread around in Chakra's config & global styles.- Removed
Container
,StackContainer
andFlexContainer
. SvgBox
renamedSvg
- Replaced
PseudoBox
byBox
(Chakra-UI v1)