Skip to content

v3.0.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 30 Apr 21:29
0c791ee

❗️ = breaking change

What's new?

  • Updated React-Calendar to v3.0.0. This will reduce your bundle size and allow access to new exciting functions.
  • Updated React-Date-Picker to v8.0.0.
  • Added closeCalendar prop which, when set to false, will overwrite default behavior of Calendar closing on value selection (#62).
  • Added rangeDivider prop which you may use to overwrite default divider between the two dates (#48).
  • Added support for handling dates in year < 1000.

What's changed?

  • ❗️ React-DateRange-Picker no longer supports React versions lower than 16.3.

Bug fixes

  • Fixed native form validation triggered on input.
  • Disallowed non-numeric characters from being entered in number field.