All Versions
25
Latest Version
Avg Release Cycle
106 days
Latest Release
151 days ago

Changelog History
Page 1

  • v12.0.2 Changes

    April 07, 2026

    πŸš€ This is our first release that uses OIDC trusted publishing and immutable releases! πŸŽ‰

    πŸ› Bug fixes

    • πŸ›  Fixed TypeError: get format called on incompatible undefined thrown on some browsers.
  • v12.0.1 Changes

    August 05, 2025

    πŸ› Bug fixes

    • πŸ›  Fixed build issue.
  • v12.0.0 Changes

    August 05, 2025

    ❗️ = breaking change

    What's new?

    • πŸ— ❗️ Dropped CommonJS build, making the package ESM-only. Chances are you're not going to be affected by this change at all, as all common bundlers support ESM out of the box.
      • However, you may encounter issues running unit tests using Jest. Consider migrating to Vitest.
  • v11.0.0 Changes

    April 30, 2024

    ❗️ = 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-Calendar should now be passed via the calendarProps prop. This change was made to avoid conflicts with React-Date-Picker's own props and to make customization easier (#400).

    πŸ› Bug fixes

    • πŸ›  Fixed leading zero having different font in certain scenarios. Thanks, @AaronWatson2975!
  • v10.6.0 Changes

    December 09, 2023

    What's new?

    • πŸ‘Œ Improved developer experience by moving prop documentation to JSDoc. This means that you can now see descriptions, default values, and examples for all props in your IDE.
    • πŸ‘Œ Improved documentation.
  • v10.5.2 Changes

    October 18, 2023

    What's new?

  • v10.5.1 Changes

    September 28, 2023

    πŸ› Bug fixes

    • πŸ›  Fixed "Failed prop type: DatePicker: prop type portalContainer is invalid" error when using server-side rendering.
  • v10.5.0 Changes

    July 28, 2023

    What's new?

    • βž• Added module format-agnostic exports for internals used by other packages.

    πŸ› Bug fixes

    • πŸ›  Fixed "ReferenceError: HTMLElement is not defined" error when using server-side rendering.
  • v10.4.1 Changes

    July 27, 2023

    πŸ› Bug fixes

    • πŸ›  Fixed backwards compatibility with legacy module resolution.
  • v10.4.0 Changes

    July 27, 2023

    What's new?

    • βž• Added support for native ESM modules (#631).

    What's changed?

    • πŸ‘Œ Improved propTypes.
    • πŸ‘Œ Improved TypeScript types.

    πŸ› Bug fixes

    • πŸ›  Fixed propTypes declared twice in every declaration file.