Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
4.0.2
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 inv4.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.
- Unfortunately the changes in
- Move all Chakra UI packages back to peer dependencies from normal dependencies
Full Changelog: v4.0.1...v4.0.2
4.0.1
4.0.0
What's Changed
- Chakra UI v2 by @csandman in #120
- v4 officially moves to using
@chakra-ui/react@2
andreact@18
. Check the docs for instructions on usage: https://github.com/csandman/chakra-react-select/tree/main#usage - If still using Chakra UI v1 check the v3 branch: https://github.com/csandman/chakra-react-select/tree/v3
- v4 officially moves to using
Full Changelog: v3.3.4...v4.0.0
3.3.7
What's Changed
- V3 Legacy Version by @csandman in #129
- Officially make version 3 (which supports
@chakra-ui/react@1
andreact@17
) into a legacy version. For documentation on this version see that branch: https://github.com/csandman/chakra-react-select/tree/v3
- Officially make version 3 (which supports
Full Changelog: v3.3.6...v3.3.7
4.0.0-rc.2
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
3.3.5
What's Changed
- Move all Chakra UI packages from
peerDependencies
todependencies
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
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 [email protected]
.
- Chakra UI v2 by @csandman in #120
- Update all packages to Chakra UI v2 versions
- Move all chakra packages to
dependencies
frompeerDependencies
- 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
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
- Add a new
Full Changelog: v3.3.3...v3.3.4
3.3.3
What's Changed
- Add
@emotion/react@^11.8.1
as a peer dependency by @csandman in #115- See the PR Description for more information
Full Changelog: v3.3.2...v3.3.3