Skip to content

Releases: csandman/chakra-react-select

4.10.1

10 Oct 00:48
Compare
Choose a tag to compare

What's Changed

  • fix: Reduce selected menu option styles specificity by @csandman in #338

Full Changelog: v4.10.0...v4.10.1

4.10.0

09 Oct 18:57
Compare
Choose a tag to compare

What's Changed

  • fix: Switch peer dependencies to depend on @chakra-ui/react instead of sub-packages by @csandman in #336

Full Changelog: v4.9.2...v4.10.0

4.9.2

05 Sep 01:09
Compare
Choose a tag to compare

What's Changed

  • fix: Change package type back to default of "commonjs" by @csandman in #331
    • This was to fix #329, which was being caused by Jest importing the wrong build of the package.

Full Changelog: v4.9.1...v4.9.2

4.9.1

04 Jul 01:29
Compare
Choose a tag to compare

What's Changed

  • fix: Fix react-select core Props type export by @csandman in #324

Full Changelog: v4.9.0...v4.9.1

4.9.0

29 Jun 02:43
Compare
Choose a tag to compare

What's Changed

  • chore: Switch to tsup for building and update dependencies by @csandman in #298
    • This change should finally make this package fully support ESM, where as before it didn't really which was causing some issues. It should fix an issue with the ID prop not matching mentioned in #260, without the need for a workaround. Check the PR description for full details!

I tested this change in a few different environments with different module resolution setups but it's possible I missed a case. If it ends up not working for your particular setup, please open a bug report with as much specific information as you can give me, such as:

  • Chakra Package Versions
  • React Version
  • TypeScript or Vanilla
  • Yarn or NPM (and which version of the package manager you're on)
  • Your jsconfig/tsconfig setup

I'm not likely to figure out what's going on if I can't replicate the environment locally, so the more information you can provide the better!

Full Changelog: v4.8.0...v4.9.0

4.8.0

12 Jun 03:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.6...v4.8.0

3.3.10

16 Nov 22:45
Compare
Choose a tag to compare

What's Changed

  • Fix for V3: Prevent a selected option from being removed when isDisabled is passed by @lschlesinger in #302

New Contributors

Full Changelog: v3.3.9...v3.3.10

4.7.6

27 Oct 20:25
Compare
Choose a tag to compare

What's Changed

  • chore: Fix GroupHeading props + some other cleanup by @csandman in #296
    • This PR fixes the issue brought up in #295 along with a few other small changes. See the PR for more details.

Full Changelog: v4.7.5...v4.7.6

4.7.5

17 Oct 22:57
Compare
Choose a tag to compare

What's Changed

  • fix: Fix module augmentation and install latest version of react-select again by @csandman in #292
    • This is a real fix for #273, meaning chakra-react-select is no longer stuck on an older version of react-select!

Full Changelog: v4.7.4...v4.7.5

4.7.4

11 Oct 19:57
Compare
Choose a tag to compare

What's Changed

  • fix: Make the isRequired prop forward to the internal required prop by @csandman in #288

Full Changelog: v4.7.3...v4.7.4