Skip to content

v9.2.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 18 Jan 07:57
· 287 commits to main since this release
0cdbd07

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 sometimes showing on Safari (#421).