Releases: csandman/chakra-react-select
Releases · csandman/chakra-react-select
4.1.3
What's Changed
- [ImgBot] Optimize images by @imgbot in #149
- Chakra 2 Fixes by @csandman in #150
- A bunch of behind the scenes fixes that can be seen in the original PR
- Add
zod
React Hook form examples to the README - Add missing
innerProps
to components that should have them - closes #152
Full Changelog: v4.1.2...v4.1.3
3.3.8
4.1.2
Revert one of the changes from 4.1.1, something got mixed up 😬
Full Changelog: v4.1.1...v4.1.2
4.1.1
What's Changed
- Focus Visible Fix by @csandman in #146
- Add the
data-focus-visible
prop to all components that haddata-focus
in order to reenable focus styles. The components affected are theControl
,ClearIndicator
, andMultiValueRemove
.
- Add the
Full Changelog: v4.1.0...v4.1.1
4.1.0
What's Changed
- Add a useBasicStyles prop + other updates by @csandman in #144
- Add a
useBasicStyles
prop which changes the dropdown indicator's styles to match those of Chakra UI'sSelect
component. - Update all links to the Chakra website to the new format they've changed them to.
- Remove the
src
directory from thefiles
published to NPM. - Update
react-select
tov5.4.0
. - Update all dev dependencies
- Add a
Full Changelog: v4.0.3...v4.1.0
4.0.3
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
- The peer deps in
Full Changelog: v4.0.2...v4.0.3
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