Claas Ahlrichs
|
af2acebec6
|
updated types for react-select/lib/components
|
2018-08-27 08:25:06 +02:00 |
|
Daniel Rosenwasser
|
5e58f71c5e
|
Merge pull request #28373 from Jimexist/weixin-app-fix-event-details
in weixin-app fix typo details => detail
|
2018-08-26 20:23:39 -07:00 |
|
Daniel Rosenwasser
|
8d304f77fc
|
Merge pull request #28399 from danwbyrne/toposort
adds typings for the 'toposort' package
|
2018-08-26 20:20:10 -07:00 |
|
Daniel Rosenwasser
|
84afbea02e
|
Merge pull request #28398 from ddowl/master
react-bootstrap: Allow interval prop to be null
|
2018-08-26 19:54:03 -07:00 |
|
Daniel Rosenwasser
|
dc7bca0643
|
Merge pull request #28394 from MrLuje/sinon-jsdoc
Add JSDoc to Sinon
|
2018-08-26 17:52:39 -07:00 |
|
Daniel Rosenwasser
|
22ad746467
|
Merge pull request #28412 from aomarks/ansi-escape-sequences
Add types for ansi-escape-sequences
|
2018-08-26 17:51:40 -07:00 |
|
Daniel Rosenwasser
|
0e1e54b2d1
|
Merge pull request #28359 from pilagod/sequelize-cursor-pagination
add sequelize-cursor-pagination type declaration
|
2018-08-26 17:50:37 -07:00 |
|
Daniel Rosenwasser
|
060d1bfd87
|
Merge pull request #28410 from sintetico82/patch-1
Added method to LCD class
|
2018-08-26 17:44:27 -07:00 |
|
Alexander Marks
|
d40259ff0f
|
Add types for ansi-escape-sequences
|
2018-08-26 13:33:19 -07:00 |
|
sintetico82
|
a4de39ab3e
|
Added method to LCD class
Added two method to LCD class:
* noBacklight(): void;
* backlight(): void;
|
2018-08-26 21:32:43 +02:00 |
|
Artem
|
3e39c3ebbd
|
ReactPortal extends ReactElement. (#28264)
|
2018-08-26 19:05:59 +01:00 |
|
Eloy Durán
|
c75c51c0e7
|
Merge pull request #28392 from danilobuerger/patch-4
[react-native] SectionList is a VirtualizedList
|
2018-08-26 17:53:38 +02:00 |
|
Danilo Bürger
|
15f698578b
|
[react-native] SectionList is a VirtualizedList
See https://github.com/facebook/react-native/blob/master/Libraries/Lists/SectionList.js#L187
```
export type Props<SectionT> = RequiredProps<SectionT> &
OptionalProps<SectionT> &
VirtualizedSectionListProps<SectionT>;
```
See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedSectionList.js#L119
```
export type Props<SectionT> = RequiredProps<SectionT> &
OptionalProps<SectionT> &
VirtualizedListProps;
```
See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedList.js#L54
```
// TODO: Conflicts with the optional `renderItem` in
// `VirtualizedSectionList`'s props.
renderItem: $FlowFixMe<renderItemType>,
```
|
2018-08-26 15:32:37 +02:00 |
|
Eloy Durán
|
17b491e8f0
|
Merge pull request #28379 from alloy/relay-queries-and-mutations
[react-relay] Add generics to QueryRenderer and commitMutation.
|
2018-08-26 15:18:23 +02:00 |
|
Eloy Durán
|
528076138e
|
Merge pull request #28393 from danilobuerger/patch-5
[react-native] FormData is a class
|
2018-08-26 12:35:32 +02:00 |
|
Eloy Durán
|
55b8085408
|
[react-relay] Make QueryRenderer typings backwards compatible.
|
2018-08-26 12:26:47 +02:00 |
|
Daniel Byrne
|
45baf1fcd5
|
adds typings for the 'toposort' package
|
2018-08-26 00:52:09 -07:00 |
|
Mariusz Pawelski
|
e6568c65f5
|
Basic support for typed "this" in Widget Factory (#28395)
|
2018-08-26 07:21:16 +01:00 |
|
Drew Dowling
|
f137b3e122
|
react-bootstrap: Allow interval prop to be null
The react-bootstrap docs state that the interval prop on a Carousel can
be null. In this state, a Carousel will not automatically cycle through
its items. Tested locally.
https://react-bootstrap.github.io/components/carousel/#carousels-props-carousel
|
2018-08-25 17:28:06 -07:00 |
|
Daniel Rosenwasser
|
7c66ef8856
|
Merge pull request #28299 from romain-faust/gulp-jsonmin
[@types/gulp-jsonmin] Fix imports; remove useless test
|
2018-08-25 14:01:31 -07:00 |
|
Daniel Rosenwasser
|
d4aee01361
|
Merge pull request #28344 from aroslov/patch-1
Credentials object spelling fix
|
2018-08-25 13:59:20 -07:00 |
|
Daniel Rosenwasser
|
0217278516
|
Merge pull request #28286 from aikoven/fix-wu-find
[wu] Make `wu.find` return `T | undefined`
|
2018-08-25 13:54:22 -07:00 |
|
Daniel Rosenwasser
|
2a0f490032
|
Merge pull request #28350 from t49tran/react-bootstrap/update-nav-dropdown-definition
[react-bootstrap] update nav dropdown title definition
|
2018-08-25 13:52:40 -07:00 |
|
Daniel Rosenwasser
|
02f7058d86
|
Merge pull request #28366 from DefinitelyTyped/fix-bad-assignments-react-user-code
Use StyleProp for style properties
|
2018-08-25 13:47:18 -07:00 |
|
MrLuje
|
f8edcaeac6
|
jsdoc: sinon lint
|
2018-08-25 22:47:01 +02:00 |
|
Daniel Rosenwasser
|
e825cce891
|
Merge pull request #28378 from alejo90/leaflet-14809
[leaflet]: Fixes #14809 - improve Polyline and Polygon typings
|
2018-08-25 13:46:04 -07:00 |
|
Daniel Rosenwasser
|
5c320339f0
|
Merge pull request #28389 from lannonbr/teddy
Adding Type definitions for Teddy
|
2018-08-25 13:45:17 -07:00 |
|
Daniel Rosenwasser
|
e7c688a728
|
Merge pull request #28385 from romain-faust/imagemin-svgo
[@types/imagemin-svgo] Add type definitions
|
2018-08-25 13:44:12 -07:00 |
|
Daniel Rosenwasser
|
78555dc84e
|
Merge pull request #28384 from romain-faust/imagemin-optipng
[@types/imagemin-optipng] Add type definitions
|
2018-08-25 13:43:49 -07:00 |
|
Daniel Rosenwasser
|
896bb65df9
|
Merge pull request #28383 from romain-faust/imagemin-jpegtran
[@types/imagemin-jpegtran] Add type definitions
|
2018-08-25 13:43:07 -07:00 |
|
Daniel Rosenwasser
|
397fc6b77a
|
Merge pull request #28382 from romain-faust/imagemin-gifsicle
[@types/imagemin-gifsicle] Add type definitions
|
2018-08-25 13:42:38 -07:00 |
|
MrLuje
|
53cca0fcbd
|
jsdoc: sinon matchers and sandbox
|
2018-08-25 22:24:18 +02:00 |
|
Danilo Bürger
|
98fd1ebaaf
|
[react-native] FormData is a class
See https://github.com/facebook/react-native/blob/master/Libraries/Network/FormData.js#L49
|
2018-08-25 21:50:28 +02:00 |
|
Benjamin Lannon
|
ccdb2edb02
|
Adding Type definitions for Teddy
|
2018-08-25 15:22:30 -04:00 |
|
Romain Faust
|
06e5b267f3
|
[@types/imagemin-svgo] Add type definitions
|
2018-08-25 17:57:21 +02:00 |
|
Romain Faust
|
3f625cb3f2
|
[@types/imagemin-optipng] Add type definitions
|
2018-08-25 17:52:57 +02:00 |
|
Romain Faust
|
61c413402d
|
Fix test incoherence
|
2018-08-25 17:48:55 +02:00 |
|
Romain Faust
|
619e32e0b1
|
Fix test incoherence
|
2018-08-25 17:48:41 +02:00 |
|
Romain Faust
|
f2a7f1dab3
|
[@types/imagemin-jpegtran] Add type definitions
|
2018-08-25 17:45:42 +02:00 |
|
Romain Faust
|
391019b6ca
|
Remove useless reference to "node" types
|
2018-08-25 17:44:11 +02:00 |
|
Romain Faust
|
d33b4a2d93
|
[@types/imagemin-gifsicle] Add type definitions
|
2018-08-25 17:38:40 +02:00 |
|
Eloy Durán
|
f83044211c
|
[react-relay] Add generics to commitMutation to type variables and response.
|
2018-08-25 16:56:13 +02:00 |
|
Alejandro Sánchez
|
76f9bfce33
|
bugfix: improve Polyline and Polygon and add more tests
|
2018-08-25 08:13:04 -06:00 |
|
Eloy Durán
|
cdab315a76
|
[react-relay] Add generics to QueryRenderer to type variables and response.
|
2018-08-25 10:01:14 +02:00 |
|
Jiayu Liu
|
0c46e1fcac
|
in weixin-app fix typo details => detail
|
2018-08-25 15:09:41 +08:00 |
|
pilagod
|
563b1b804b
|
refactor to use overloads on type WithPaginationModel
|
2018-08-25 09:28:55 +08:00 |
|
Daniel Rosenwasser
|
00f8143ceb
|
Merge pull request #28301 from romain-faust/koa-html-minifier
[@types/koa-html-minifier] Fix imports; add type alias to html-minifier Options
|
2018-08-24 17:07:00 -07:00 |
|
Daniel Rosenwasser
|
9073219885
|
Merge pull request #28312 from franklixuefei/patch-5
Switched to `export default`
|
2018-08-24 16:44:33 -07:00 |
|
Daniel Rosenwasser
|
1bc03a3673
|
Merge pull request #28204 from Flarna/node-correct-cipher-decipher
[node] fix crypto cipher/decipher overloads and typos
|
2018-08-24 16:41:16 -07:00 |
|
Daniel Rosenwasser
|
45c9b0ed28
|
Merge branch 'master' into patch-1
|
2018-08-24 16:39:39 -07:00 |
|