Releases: wojtekmaj/react-datetime-picker
Releases · wojtekmaj/react-datetime-picker
v4.2.0
What's new?
- Added support for
data-testid
prop. - Increased compatibility with Deno (replaced
typeof window …
checks withtypeof document …
checks).
What's changed?
- Replaced Less with CSS. Don't worry - the CSS produced didn't change, we just have one less tool in our stack.
Bug fixes
- Fixed "Warning: useLayoutEffect does nothing on the server" warning when using SSR (see: wojtekmaj/react-daterange-picker#152).
- Fixed divider and leading zero positioning.
- Fixed native calendar and time picker sometimes showing on Safari.
v4.1.1
v4.1.0
v4.0.1
v4.0.0
❗️ = breaking change
What's new?
- Improved Preact compatibility.
- Added support for
portalContainer
prop.
What's changed?
❗️ React-DateTime-Picker no longer supports React versions lower than 16.8.
Bug fixes
- Fixed inputs sometimes not properly sized until focused.
- Fixed Calendar closing on value selection even if
closeCalendar
was set to false. - Fixed memory leak when calling getFormatter.
v3.5.0
v3.4.3
Bug fixes
- Fixed "17" rendered instead of YearInput on iOS 15 and macOS Monterey due to a bug in date formatting.