react-datetime
Advanced tools
Comparing version 2.8.1 to 2.8.2
Changelog | ||
========= | ||
## 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 | ||
## 2.8.1 | ||
@@ -4,0 +8,0 @@ * Fix timeFormat related bug where 'A' was being picked up but not 'a', for setting 12-hour clock. |
/* | ||
react-datetime v2.8.1 | ||
react-datetime v2.8.2 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
/* | ||
react-datetime v2.8.1 | ||
react-datetime v2.8.2 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
{ | ||
"name": "react-datetime", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "A lightweight but complete datetime picker React.js component.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/arqex/react-datetime", |
117462