Skip to content

Releases: csandman/chakra-react-select

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

4.7.3

04 Oct 18:28
Compare
Choose a tag to compare

What's Changed

  • fix: Attempt to update for projects using moduleResolution="bundler" by downgrading react-select by @csandman in #284

This version is a temporary fix to issue #273. It downgrade the react-select dependency version to v5.7.0 to ensure that the custom props work for all users. Once my PR gets merged into the base package, this package will be re-upgraded to the newest version. See this PR for full details.

Full Changelog: v4.7.2...v4.7.3

4.7.2

12 Sep 15:44
Compare
Choose a tag to compare
  • Closes #281 - useBasicStyles was no longer defined.
    • In the haste to get a fix out for #276, some local changes that were not ready for production yet were included in v4.7.1. There are no code changes on git in this version, it just removes these extra local changes.

Full Changelog: v4.7.1...v4.7.2

4.7.1

11 Sep 14:55
Compare
Choose a tag to compare

What's Changed

  • fix: import chakraui/icon by @jonashger in #277
    • This fixed an issue #276, in which the export of Icon from @chakra-ui/icon changed from a default export to a named export in v3.2.0. Thanks to @jonashger for the quick fix, but I went one step further here and removed the dependency on @chakra-ui/icon from the Menu file in general by switching to using the native <svg>, like they do in the original Menu component.

New Contributors

Full Changelog: v4.7.0...v4.7.1

4.7.0

24 Jul 23:18
Compare
Choose a tag to compare

What's Changed

  • chore: Update packages and simplify ThemeObject type by @csandman in #257
  • fix: Add Chakra Menu to provide context for MenuIcon dependency by @malinskibeniamin in #269
  • chore: Update all dependencies by @csandman in #270
    • This PR also fixes some style issues that are caused by @chakra-ui/react@2.8.0, specifically @chakra-ui/theme@3.2.0 in which the theme styles for the Input component were changed, breaking the way they were being used by this package. This change should be backwards compatible with the other 2.x.x versions of Chakra.

New Contributors

Full Changelog: v4.6.0...v4.7.0