Skip to content

Releases: bjoluc/next-chakra-ui

v2.1.0

30 Nov 20:43
Compare
Choose a tag to compare

2.1.0 (2022-11-30)

Features

  • Add LinkIconButton component (8692a30)

v2.0.1

29 Nov 17:36
Compare
Choose a tag to compare

2.0.1 (2022-11-29)

Bug Fixes

  • Remove "type": "module" flag from package.json (33d4d23)

v2.0.0

29 Nov 16:45
Compare
Choose a tag to compare

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

15 Jul 19:52
Compare
Choose a tag to compare

1.0.0 (2022-07-15)

Features