Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 30 Apr 09:18
· 4 commits to main since this release
ae6fa89

❗️ = breaking change

What's new?

  • Added support for React 19.

What's changed?

  • ❗️ 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.
  • ❗️ Props intended for consumption by React-Clock should now be passed via the clockProps prop. This change was made to avoid conflicts with React-Time-Picker's own props and to make customization easier.

Bug fixes