Skip to content

Releases: arqex/react-datetime

Version 2.7.1

16 Nov 22:26
Compare
Choose a tag to compare
  • Bug fix: onFocus and onBlur were being called in a way causing state to reset. This unwanted behavior is now adjusted.

Version 2.7.0

15 Nov 23:31
Compare
Choose a tag to compare
  • isValidDate now supports months and years.
  • utc prop was added, by setting it to true input time values will be interpreted as UTC (Zulu time).
  • Bug fix: The input value now updates when dateFormat changes.
  • Removed the source-map file because the commit it was introduced in was causing the minified file to be bigger than the non-minified.

Version 2.6.1

18 Oct 23:02
Compare
Choose a tag to compare
  • Added a source-map file
  • Fixed bug with invalid moment object
  • Decreased npm package size by ~29.3KB
    • Amount of data saved each day: ~52MB
    • Amount of data saved each week: ~300MB
    • Amount of data saved each month: ~1.22GB

(Data about downloads taken from here)

Version 2.6.0

06 Sep 09:32
Compare
Choose a tag to compare
  • Fixed hover styles for days
  • Added multiple simultaneous datetime component support.
  • className prop now supports string arrays
  • Fixes 12:00am
  • Removed warning for missing element keys.

Version 2.4.0

19 Jul 11:20
Compare
Choose a tag to compare
  • Adds the closeOnTab prop, true by default

Version 2.1.0

v1.2.1

24 Aug 16:14
Compare
Choose a tag to compare

Removed classlist-polyfill so the component can be used in the server side.

v1.1.1

22 Aug 09:06
Compare
Choose a tag to compare

Updates react-onclickoutside dependency to avoid the bug Pomax/react-onclickoutside#20

Version 1.1.0

20 Aug 14:28
Compare
Choose a tag to compare
  • Input accepts empty values
  • onBlur is not triggering anymore if the calendar is not open

1.0.0-rc1

24 Jul 06:51
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release
Adds  prop and a changelog file. Release candidate