Skip to content

v4.2.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 18 Jan 08:00
· 329 commits to main since this release
fca0ce4

What's new?

  • Added support for data-testid prop.
  • Increased compatibility with Deno (replaced typeof window … checks with typeof 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.