Releases: arqex/react-datetime
Releases · arqex/react-datetime
Version 2.8.2
- 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
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
- Bug fix:
onFocus
andonBlur
were being called in a way causing state to reset. This unwanted behavior is now adjusted.
Version 2.7.0
isValidDate
now supports months and years.utc
prop was added, by setting it totrue
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
- 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
- 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
- Adds the
closeOnTab
prop,true
by default
Version 2.1.0
v1.2.1
v1.1.1
Updates react-onclickoutside dependency to avoid the bug Pomax/react-onclickoutside#20