Skip to content

Releases: wojtekmaj/react-datetimerange-picker

v4.0.0

14 Sep 10:18
fa5a184
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • Improved Preact compatibility.
  • Added support for portalContainer prop.

What's changed?

❗️ React-DateTimeRange-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

04 Feb 12:12
4406c95
Compare
Choose a tag to compare

What's new?

  • Added support for React 18.
  • Default to current year if year input is missing.
  • Widgets now close when Escape key is pressed.

What's changed?

  • Improved performance of date formatters.

Bug fixes

  • Fixes styles not reset on widgets close.

v3.4.2

09 Oct 06:47
3b3125a
Compare
Choose a tag to compare

Bug fixes

  • Fix crash after make-event-props update (#46).

v3.4.1

27 Sep 09:43
113f83d
Compare
Choose a tag to compare

Bug fixes

  • Fixed widgets opening behind dropdowns.
  • Fixed autoselect on focus not working on Internet Explorer 11.
  • Fixed typing over values not working on Internet Explorer 11.

v3.4.0

13 Aug 12:36
8ac0481
Compare
Choose a tag to compare

What's new?

  • Added support for closing calendar in shadow DOM. Thanks, @jorrit!

What's changed?

  • Refactored handling internal refs in DateTimeInput to use React.createRef.

v3.3.0

28 May 15:55
88b5e09
Compare
Choose a tag to compare

What's new?

  • Added support for openWidgetsOnFocus prop (#43).

v3.2.0

10 Mar 18:52
05cd00d
Compare
Choose a tag to compare

What's new?

  • Updated React-DateTime-Picker.

Bug fixes

  • Fixed double leading zeros displayed if the user typed leading zero themselves (#33).

v3.1.0

14 Feb 13:40
dffefd9
Compare
Choose a tag to compare

What's changed?

  • Updated React-DateTime-Picker to 3.1.0.
  • Updated React-Clock to 3.0.0 (#29).

v3.0.1

29 Jan 19:26
ca0874b
Compare
Choose a tag to compare

What's changed?

  • Updated React-Calendar and React-DateTime-Picker.

Bug fixes

  • Fix crash on IE 11 caused by passing date to Date constructor.
  • Fixed default min date to be 0001-01-01 local time, not UTC time.

v3.0.0

03 Jun 14:21
52561bd
Compare
Choose a tag to compare

❗️ = 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-DateTime-Picker to v3.0.0.
  • Added closeWidgets prop which, when set to false, will overwrite default behavior of widgets 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-DateTimeRange-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.