Releases: 47ng/chakra-next
Releases · 47ng/chakra-next
v3.0.0-beta.5
v3.0.0-beta.5 (2022-02-18)
Note: this release has been published on NPM under v2.5.0-beta.1
due to branch mismanagement & conflicts with semantic-release, sorry for the inconvenience.
Features
- Update Next.js 12 + Chakra 1.8 (8f6e165)
v3.0.0-beta.4
3.0.0-beta.4 (2021-01-23)
Bug Fixes
v3.0.0-beta.3
3.0.0-beta.3 (2021-01-08)
Bug Fixes
- Explicitly declare path to TS types (d21e726)
- Improve accessibility of NavLinks (e9f66c6)
- Update external link icon (bed78de)
Features
- Add control over rel in outgoing links (8565fc7)
v3.0.0-beta.2
v3.0.0-beta.1
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)