Skip to content

Releases: wojtekmaj/react-date-picker

v8.1.0-beta

10 Mar 15:48
c3edfac
Compare
Choose a tag to compare
v8.1.0-beta Pre-release
Pre-release

What's new?

v8.0.7

29 Jan 19:12
4c0135f
Compare
Choose a tag to compare

What's changed?

  • Updated React-Calendar.

Bug fixes

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

v8.0.6

06 Jan 21:36
87620c1
Compare
Choose a tag to compare

Bug fixes

  • Fix crash when typing in React-Date-Picker with only one input.

v8.0.5

30 Nov 14:50
782edc1
Compare
Choose a tag to compare

Bug fixes

  • Fixed crash in SSR environment (#323).

v8.0.4

30 Nov 08:39
92b1ecd
Compare
Choose a tag to compare

Bug fixes

  • Fixed text keyboard shown on iOS
  • Fixed focus/select loop when iOS Safari autofill is triggered

v8.0.3

15 Sep 09:06
13c5979
Compare
Choose a tag to compare

Bug fixes

  • Fixed workspaces warning when installing React-Date-Picker using yarn (#305).

v8.0.2

11 Sep 19:49
c5891a9
Compare
Choose a tag to compare

Bug fixes

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

v8.0.1

06 Apr 07:25
82fecc6
Compare
Choose a tag to compare

Bug fixes

  • Disallow non-numeric characters from being entered in number field (#252).
  • Fixed TypeScript type definitions missing React-Calendar-specific properties (#254). Thanks, @thornyweb!

v8.0.0

30 Mar 13:40
99cb1ff
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • Updated React-Calendar to v3.0.0 (#238). This will reduce your bundle size and allow access to new exciting functions.
  • Added closeCalendar prop which, when set to false, will overwrite default behavior of Calendar closing on value selection.
  • Added support for handling dates in year < 1000 (#240).

What's changed?

  • ❗️ React-Date-Picker no longer supports React versions lower than 16.3 (#182).
  • Typings were updated to add missing props (#223, #227). Thanks, @ismaeliberal!

Bug fixes

  • Fixed native form validation triggered on input.

v7.10.0

02 Jan 10:58
4dee73e
Compare
Choose a tag to compare

What's new?

  • You can no longer enter numbers longer than maximum number (e.g. if maximum year is 2019, you can't enter 12345) (#187).

What's changed?

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

Bug fixes

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