All Versions
25
Latest Version
Avg Release Cycle
106 days
Latest Release
151 days ago
Changelog History
Page 1
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 undefinedthrown on some browsers.
- π Fixed
-
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.
- π βοΈ 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.
-
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.
- π βοΈ
propTypeswere removed. If youβre usingpropTypes, we recommend migrating to TypeScript or another type-checking solution. - βοΈ Props intended for consumption by React-Calendar should now be passed via the
calendarPropsprop. 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, 2023What'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, 2023What's new?
- π¦ Package is now published with npm provenance statements.
-
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, 2023What'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, 2023What'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.