Simon Egersand
2018-02-11 c6bf905a9c74a8c12fd4e3be1802385e22bf3108
CHANGELOG.md
@@ -1,5 +1,21 @@
Changelog
=========
## 2.14.0
* Make `viewDate` dynamic
## 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
@@ -9,8 +25,8 @@
* 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.
* Update react-onclickoutside dependency
* Remove isValidDate check before rendering as implementation was causing crashes in some edge cases.
## 2.10.2
* Move @types/react back to devDependencies