Skip to content

Releases: csandman/chakra-react-select

4.1.3

05 Jul 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

3.3.8

05 Jul 17:29
Compare
Choose a tag to compare

What's Changed

  • Chakra v2 fixes by @csandman in #153
    • Update all links to their v1 versions in the README and module-augmentation files.
    • Add missing innerProps to components that should have them.

Full Changelog: v3.3.7...v3.3.8

4.1.2

01 Jul 02:04
Compare
Choose a tag to compare

Revert one of the changes from 4.1.1, something got mixed up 😬

Full Changelog: v4.1.1...v4.1.2

4.1.1

30 Jun 23:28
Compare
Choose a tag to compare

What's Changed

  • Focus Visible Fix by @csandman in #146
    • Add the data-focus-visible prop to all components that had data-focus in order to reenable focus styles. The components affected are the Control, ClearIndicator, and MultiValueRemove.

Full Changelog: v4.1.0...v4.1.1

4.1.0

30 Jun 21:33
Compare
Choose a tag to compare

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's Select component.
    • Update all links to the Chakra website to the new format they've changed them to.
    • Remove the src directory from the files published to NPM.
    • Update react-select to v5.4.0.
    • Update all dev dependencies

use-basic-styles

Full Changelog: v4.0.3...v4.1.0

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