Layne Anderson
2017-09-30 39b8275f9b2bbd8f11ffecba94fce7d339c4d577
CHANGELOG.md
@@ -1,5 +1,32 @@
Changelog
=========
## 2.10.3
* Update react-onclickoutside dependancy
* Remove isValidDate check before rendering as implementation was causing crashes in some ednge cases.
## 2.10.2
* Move @types/react back to devDependencies
* Add [demo](https://youcanbookme.github.io/react-datetime) app.
## 2.10.1
* Fix build files.
## 2.10.0
* Add isValidDate check before rendering so it doesn't render with an invalid date.
## 2.9.0
* Trigger callback method on view mode changes
## 2.8.11
* Update TypeScript definitions
* Replace deprecated React method with non-deprecated method
## 2.8.10
* Increase click area of arrows for changing day/month/year
* Update code according to React 15.5.0
  * Remove usage of React.createClass
  * Use separate module for PropTypes
## 2.8.9
* Fixes issue where incorrect current month is shown