Skip to content

4.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@csandman csandman released this 12 May 21:14
· 216 commits to main since this release

What's Changed

This is a test release for @chakra-ui/react@2. If it is stable it will be published as a full release. If you want to test it, you will need to update to @chakra-ui/react@2 and react@18 + react-dom@18 and follow Chakra's migration guide. When a full release is published the docs will be updated accordingly. A branch for chakra-react-select@3 will be maintained for the time being with any maintenance required for pre-chakra v2 being published to chakra-react-select@3.x.

  • Chakra UI v2 by @csandman in #120
    • Update all packages to Chakra UI v2 versions
    • Move all chakra packages to dependencies from peerDependencies
      • This will hopefully prevent any issues from arising with peer dependencies not being installed like mentioned in #78
      • This is also how these peer dependencies are handled in each of the Chakra UI packages
      • As long as the user is on a compatible version of @chakra-ui/react, each of these dependencies will be de-duplicated during install

Full Changelog: v3.3.4...v4.0.0-rc.1