Layne Anderson
2018-07-03 49de8cf59095fa3fb450f7ec938c68af4ea9961a
CHANGELOG.md
@@ -1,5 +1,18 @@
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
@@ -12,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