Skip to content

Commit

Permalink
Bumps to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Jul 24, 2018
1 parent 49de8cf commit 87a4ca3
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 679 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
Changelog
=========
## 2.15.0
* New `onNavigateBack` and `onNavigateForward` hooks thanks to @DaanDD and @simeg.
* Touch improvements by @NicoDos
* TS and debugging improvements

## 2.14.0
* Make `viewDate` dynamic

Expand Down
2 changes: 1 addition & 1 deletion DateTime.d.ts
Expand Up @@ -81,7 +81,7 @@ declare namespace ReactDatetimeClass {
only parameter, if the date in the input is valid. If the date in the input is not valid, the
callback receives the value of the input (a string).
*/
onChange?: EventOrValueHandler<ChangeEvent<any>>;
onChange?: (value: Moment | string) => void;
/*
Callback trigger for when the user opens the datepicker.
*/
Expand Down

0 comments on commit 87a4ca3

Please sign in to comment.