Skip to content

Releases: arqex/react-datetime

Version 2.8.2

06 Jan 16:07
Compare
Choose a tag to compare
  • Fix year related bug in tests where year was set to 2016
  • Add a yarnfile so yarn is now possible to use for installing dependencies

Version 2.7.2

17 Nov 22:39
Compare
Choose a tag to compare

Bug fix: When setting locale and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.

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

29 Feb 15:28
Compare
Choose a tag to compare

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