Skip to content

Releases: wojtekmaj/react-datetime-picker

v3.2.0

10 Mar 18:52
62217c9
Compare
Choose a tag to compare

What's new?

  • Updated React-Date-Picker.
  • Updated React-Time-Picker.

Bug fixes

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

v3.1.0

14 Feb 13:38
8ee0175
Compare
Choose a tag to compare

What's changed?

  • Updated React-Time-Picker to 4.1.0.
  • Updated React-Clock to 3.0.0 (#124).

v3.0.5

29 Jan 19:22
a67d223
Compare
Choose a tag to compare

What's changed?

  • Updated React-Calendar and React-Date-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.4

15 Sep 09:06
425077e
Compare
Choose a tag to compare

Bug fixes

  • Fixed workspaces warning when installing React-DateTime-Picker using yarn.

v3.0.3

11 Sep 19:49
388fb13
Compare
Choose a tag to compare

Bug fixes

  • Fixed Buddhist year not properly recognized in formatted date, thus displaying static "2560" text (#132).
  • Fixed native input min set to year 1821 (instead of 1) and max to 5760 (instead of 275760) (#133).

v3.0.2

30 Apr 21:38
8160165
Compare
Choose a tag to compare

Bug fixes

  • Fixed React-Time-Picker pinned to v4.0.0

v3.0.1

30 Mar 14:24
0fc369d
Compare
Choose a tag to compare

Bug fixes

  • Fixed support for handling dates in year < 1000.

v3.0.0

30 Mar 14:11
02a0763
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • Added closeWidgets prop which, when set to false, will overwrite default behavior of Calendar or Clock closing on value selection.
  • Added support for handling dates in year < 1000.

What's changed?

  • ❗️ React-DateTime-Picker no longer supports React versions lower than 16.3 (#69).

Bug fixes

  • Fixed native form validation triggered on input.

v2.9.0

02 Jan 11:04
76fa85c
Compare
Choose a tag to compare

What's changed?

  • Default styling was slightly changed to prevent React-DateTime-Picker from shrinking too much & to expand it correctly when width CSS is applied to .react-datetime-picker.

Bug fixes

  • Fix focus not jumping to the next field if e.g. "01" was entered in day field (#87).

v2.8.0

28 Nov 21:13
Compare
Choose a tag to compare

What's new?

  • Added support for autoFocus prop. More details in README.

What's changed?

  • Remove role="presentation" from DateTimeInput which may have caused accessibility issues. Thanks, @emilyuhde!
  • React-DateTime-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#78).
  • Implemented optimizations which should decrease build size.

Bug fixes

  • Fixed month dropdown not accepting monthPlaceholder prop properly. Thanks, @linusmarco!
  • Fixed checking if font was loaded if no font was given.