Simon Egersand
2017-11-13 c1a952d4fe02173646362bba85582c45b515edee
CHANGELOG.md
@@ -1,5 +1,49 @@
Changelog
=========
## 2.11.0
* onFocus now receives the browser event
* Do not open browser menu on right click of arrows in time view
* Open calendar when onClick is triggered, before it would just react to onFocus
* Update TypeScript definitions for value and defaultValue to comply with code
* Fix bug where AM/PM would not sync between component value and input field value
* Add renderInput prop which let's the consumer of the component render their own HTML input element
## 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
## 2.8.8
* Fixes issues introduced in v2.8.7 recognizing any calendar view as clickingOutside trigger
## 2.8.7
* Update react-onclickoutside dependency. That should fix most of the problems about closeOnSelect.
## 2.8.6
* Revert commits related to `closeOnSelect` that did not fix all issues they were meant to