Skip to content

Releases: csandman/chakra-react-select

4.0.3

13 Jun 16:54
Compare
Choose a tag to compare

What's Changed

  • Downgrade all Chakra packages to base versions for v2 by @csandman in #141
    • The peer deps in v4.0.2 were pinned at a higher than base version by accident, this lowers them to allow all users of Chakra UI v2 to use them

Full Changelog: v4.0.2...v4.0.3

4.0.2

08 Jun 01:48
Compare
Choose a tag to compare

What's Changed

  • Chakra Peer Dependencies by @csandman in #139
    • Move all Chakra UI packages back to peer dependencies from normal dependencies
      • Unfortunately the changes in v4.0.0-rc.1 where all Chakra packages were moved to dependencies caused issues with duplicate versions of @chakra-ui/system. The fix in v4.0.1 (moving only @chakra-ui/system to peer dependencies), ended up causing other issues with duplicate packages, so the only fix is to move them all back to peer dependencies. Hopefully another solution to #78 can be found in the future.

Full Changelog: v4.0.1...v4.0.2

4.0.1

07 Jun 01:23
Compare
Choose a tag to compare

What's Changed

  • Move @chakra-ui/system to peer dependencies by @csandman in #136
    • This change is to prevent duplicate versions of @chakra-ui/system from being present in an application, see #136 for further details

Full Changelog: v4.0.0...v4.0.1

4.0.0

17 May 22:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v4.0.0

3.3.7

17 May 22:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.6...v3.3.7

4.0.0-rc.2

13 May 18:37
Compare
Choose a tag to compare
4.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • Fix the types being built by removing "increcemental" from tsconfig by @csandman in #124
    • In 4.0.0-rc.1 the types were not being published with the package, now they are.

Full Changelog: v4.0.0-rc.1...v4.0.0-rc.2

3.3.6

13 May 18:35
Compare
Choose a tag to compare

What's Changed

  • Fix the types being built by @csandman in #125
    • From 3.3.4 to 3.3.5 the types were not being published with the package, now they are.

Full Changelog: v3.3.5...v3.3.6

3.3.5

13 May 00:23
Compare
Choose a tag to compare

What's Changed

  • Move all Chakra UI packages from peerDependencies to dependencies in 78461eb
    • This is to fix a conflicting peer dependency issue that arose since the release of Chakra UI v2. It also mirrors the change already made in v4.0.0-rc.1.
    • This will hopefully prevent any issues from arising with peer dependencies not being installed as mentioned in #78
    • This is also how these "peer" dependencies are handled in each of the Chakra UI packages
    • As long as you are on a compatible version of @chakra-ui/react, each of these dependencies will be de-duplicated during install

Full Changelog: v3.3.4...v3.3.5

4.0.0-rc.1

12 May 21:14
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-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

3.3.4

12 May 20:40
Compare
Choose a tag to compare

What's Changed

Behind the Scenes

  • Update babel.config.js to closer match Chakra UI's
  • Update tsconfig.json to closer match Chakra UI's
  • Clean up package.json
    • Add a new format script
    • Add new tags
    • Downgrade react dev dependencies to match this version of chakra
    • Update remaining dev dependencies

Full Changelog: v3.3.3...v3.3.4