Commit Graph

15 Commits

Author SHA1 Message Date
Lewis Diamond
4db14a2b1b Add missing type on react-datepicker v0.62.0
customInputRef was just introduced and is missing from
current type definitions.
2017-12-14 10:30:10 -05:00
Igor Oleinikov
ecabf5526f
Merge pull request #20987 from pelotom/patch-10
[react] Make component constructor props non-optional
2017-11-08 13:58:44 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Tom Crockett
73216e2ef2 Propagate non-optional props change to dependent libraries 2017-10-24 22:04:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Roy Xue
a139f83712 [react-datepicker]Add select time feature for react-datepicker 0.55 (#20009)
* Add select time feature for react-datepicker

* Fix lint error
2017-09-25 12:11:50 -07:00
Andy
0537c1fb27 Add "private": true to every package.json (#19483) 2017-08-31 08:02:56 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Rogach
45bcdda85e [react-datepicker] align typing to v0.52.0 (#18374) 2017-07-31 14:55:47 -07:00
Hussein Shabbir
7bff99cf63 Export the ReactDatePickerProps interface
This is useful when wrapping the date picker in a custom component so that the props of the custom component can extend ReactDatePickerProps.
2017-06-27 21:00:24 +04:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Greg Smith
9ab9dd2efc Add tslint configuration to react-datepicker 2017-04-19 15:24:00 -05:00
Greg Smith
648ab29096 Update react-datepicker typings for 0.46 2017-04-19 15:23:44 -05:00
slozier
528386483d Add missing props to react-datepicker
Used the following doc as reference:
https://github.com/Hacker0x01/react-datepicker/blob/v0.40.0/docs/datepicker.md
2017-04-06 10:25:56 -04:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00