Releases: csandman/chakra-react-select
4.9.1
4.9.0
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
What's Changed
- chore: Update all dependencies by @csandman in #315
- This introduces
[email protected]
which improves the native accessibility.
- This introduces
Full Changelog: v4.7.6...v4.8.0
3.3.10
What's Changed
- Fix for V3: Prevent a selected option from being removed when isDisabled is passed by @lschlesinger in #302
New Contributors
- @lschlesinger made their first contribution in #302
Full Changelog: v3.3.9...v3.3.10
4.7.6
4.7.5
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 ofreact-select
!
- This is a real fix for #273, meaning
Full Changelog: v4.7.4...v4.7.5
4.7.4
4.7.3
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
- Closes #281 -
useBasicStyles
was no longer defined.
Full Changelog: v4.7.1...v4.7.2
4.7.1
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 inv3.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 theMenu
file in general by switching to using the native<svg>
, like they do in the originalMenu
component.
- This fixed an issue #276, in which the export of
New Contributors
- @jonashger made their first contribution in #277
Full Changelog: v4.7.0...v4.7.1