Commit Graph
14 Commits
Author SHA1 Message Date
Tanguy Krotoff 573083a518 Replace React.Component<(any|void|\{\}|null)> by React.Component
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Ian Lin 7b9bc454ce fix lint errors 2017-06-15 10:40:17 -07:00
Ian Lin f5ca8f2cf8 Add optional property parent to TableCellProps 2017-06-14 18:54:42 -07:00
Nathan Shively-Sanders 43d74e2dfe Add a Component interface that merges w/the class
The Component interface extends ComponentLifecycle. ComponentLifecycle
goes back to being an interface.

Also fix some lint in react-virtualized
2017-05-24 09:15:22 -07:00
kao 92c71c210a fixed another indentation error 2017-05-15 00:18:43 +02:00
kao 65546a38d5 fixed linting errors 2017-05-15 00:15:15 +02:00
kao c3110c9321 updated types to version 9.7 and moved comments to the types 2017-05-14 23:55:06 +02:00
AndyandGitHub 53ecd41e90 Remove unnecessary namespaces in tests (#15922) 2017-04-18 13:57:54 -07:00
Kalle OttandAndy 7aa9acc6b9 update to react-virtualized 9.5 (#15613) 2017-04-17 09:10:46 -07:00
Kalle OttandAndy 4fd2d7547c fixed the semver note in the header comment (#15522)
* fixed the semver note in the header comment

* changed tslint config

* fixed linting
2017-03-30 13:12:51 -07:00
Kalle Ott 97fd2fc247 replaced mulstiple testfiles with on to obey definitely typed naming 2017-03-27 21:54:40 +02:00
Kalle Ott 8484faf774 update for react-virtualized 9.4
replaced single declaration file with multiple files to represent the module structure of react-virtualized. 
This makes the future maintanance easier, because changes in the lib can be easier mirrored in the corresponding declaration file.
This typings update should be the last with large breaking changes
2017-03-27 21:23:45 +02:00
Andy Hanson 354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00