Releases: bjoluc/next-chakra-ui
Releases · bjoluc/next-chakra-ui
v2.1.0
2.1.0 (2022-11-30)
Features
- Add
LinkIconButton
component (8692a30)
v2.0.1
2.0.1 (2022-11-29)
Bug Fixes
- Remove
"type": "module"
flag from package.json
(33d4d23)
v2.0.0
2.0.0 (2022-11-29)
⚠ BREAKING CHANGES
- The
as
prop of Link
and LinkButton
is now passed to next/link
instead of the composed ChakraUI components.
Bug Fixes
- Prevent nested
a
tags on Next.js v13 and support the as
prop of next/link
(06ef9ca)
v1.0.0
1.0.0 (2022-07-15)
Features