Skip to content

4.9.0

Compare
Choose a tag to compare
@csandman csandman released this 29 Jun 02:43
· 17 commits to main since this release

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