Simon Egersand
2018-02-11 db7315ac35b5257824ba2cdbf46b150450f961ed
CHANGELOG.md
@@ -1,7 +1,33 @@
Changelog
=========
## 2.13.0
* Use more appropriate cursor for empty space in time picker and in day texts
* Add `viewDate` prop that sets a value when opening the calendar when there is no selected date
* Make `disableOnClickOutside` work as intended
* Better touch support for tapping and holding
* Use static property `defaultProps` instead of `getDefaultProps`
## 2.12.0
* The `renderInput` prop now receives `closeCalendar` function as well
## 2.11.1
* The open prop should now work as intended
## 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.