Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 29 Apr 09:13
· 2 commits to main since this release
5894abe

❗️ = breaking change

What's changed?

  • Added support for React 19.
  • ❗️ New JSX transform is now required. Most likely, you’re already using it, but if you’re not, you’ll need to enable it by following the instructions in the linked blog post.
  • ❗️ propTypes were removed. If you’re using propTypes, we recommend migrating to TypeScript or another type-checking solution.