Commit Graph

26156 Commits

Author SHA1 Message Date
Chunlei Hou
b9e1f8fedb add three-octree.d.ts and three-ctmloader.d.ts 2017-02-07 22:13:43 +08:00
Yui
4033dffa4d Merge pull request #14476 from DefinitelyTyped/master-revertFix
[Master] Revert incorrect fix to React
2017-02-06 18:09:22 -08:00
Kanchalai Tanglertsampan
e791b29105 Fix trailing whitespace that broke test 2017-02-06 17:54:17 -08:00
Kanchalai Tanglertsampan
47f5a06ab0 Revert "Add tests and fix broken test"
This reverts commit d79f340d57.
2017-02-06 17:05:24 -08:00
Kanchalai Tanglertsampan
a3dd726ba3 Revert "Fix #11566 allows SFC to return null"
This reverts commit 81730dfd22.
2017-02-06 17:05:14 -08:00
Arthur Ozga
62a5d43faf Merge pull request #14346 from olmobrutall/reactRouter3
React router3
2017-02-06 15:47:27 -08:00
Arthur Ozga
6ac26fbf71 Merge pull request #14276 from jacobbaskin/react-native-datepicker
Add typings for react-native-datepicker
2017-02-06 15:33:57 -08:00
Arthur Ozga
d037521075 Merge pull request #14283 from jeffkenney/yargs-6.6.0
yargs: update for 6.6.0
2017-02-06 15:30:51 -08:00
Arthur Ozga
140bdc84fb Merge pull request #14328 from buggy/master
aws-lambda: Added Lambda Proxy and API Gateway Event definitions
2017-02-06 15:29:33 -08:00
Arthur Ozga
d4aa12824c Merge pull request #14372 from deptno/master
react-slick
2017-02-06 15:06:22 -08:00
Arthur Ozga
04b544823b Merge pull request #14376 from kslhunter/master
add Request.buffer() to "chai-http"
2017-02-06 15:06:03 -08:00
Arthur Ozga
566d602b07 Merge pull request #14390 from drewnoakes/react-modal-1.6.5
Update react-modal to 1.6.5
2017-02-06 15:03:49 -08:00
Arthur Ozga
d44ce830f3 Merge pull request #14397 from conradchan/cchan/reactSelectKeyInputDown
add onInputKeyDown to react-select
2017-02-06 15:02:25 -08:00
Arthur Ozga
93b3bdc072 Merge pull request #14355 from rohitkr/feature/fusioncharts
Add FusionCharts definition for Charts, Widgets, Maps, PowerCharts an…
2017-02-06 14:29:55 -08:00
Arthur Ozga
d8211704f0 Merge pull request #14363 from kubiq/master
Updated ngStorage to new version
2017-02-06 14:23:38 -08:00
Arthur Ozga
77d5a1246d Merge pull request #14370 from calvin/master
Updated three/index.d.ts
2017-02-06 14:22:21 -08:00
Arthur Ozga
9c839cb5af Merge pull request #14403 from frsimond/highcharts-ng_noData
Add missing property 'noData' to HighChartsNGConfig
2017-02-06 14:11:50 -08:00
Arthur Ozga
4ecde591d0 Merge pull request #14409 from antjkennedy/master
bugfix: WebResponseHeadersDetails missing method
2017-02-06 13:51:56 -08:00
Arthur Ozga
d1c57cbdc2 Merge pull request #14435 from alex3165/fix/mapbox-gl
Add bundled version of mapbox-gl to the definition
2017-02-06 13:46:58 -08:00
Arthur Ozga
6506fccc45 Merge pull request #14419 from inuscript/axios-not-need
Add axios to not needed packages
2017-02-06 13:43:36 -08:00
Arthur Ozga
f3cd2fc2fa Merge pull request #14465 from geon/patch-2
Made overloads work with union types.
2017-02-06 13:16:30 -08:00
Arthur Ozga
d224c278ec Merge pull request #14466 from KSDaemon/master
Updated definitions for wampy
2017-02-06 13:15:24 -08:00
Arthur Ozga
271b09fdcb Merge pull request #14467 from bradleyayers/patch-1
Add 'index' parameter to fn in .map and .forEach
2017-02-06 13:14:01 -08:00
Arthur Ozga
cc0d69f899 Merge pull request #14463 from meteocontrol/master
Fix definitions of serialport
2017-02-06 11:37:14 -08:00
Arthur Ozga
33d683fce4 Merge pull request #14472 from clementdevos/fix_react_bootstrap_daterangepicker
use correct extended settings from daterangepicker definition
2017-02-06 11:32:53 -08:00
Arthur Ozga
90f9a6816e Merge pull request #14470 from SaschaNaz/patch-2
Refer .md file directly to reduce heavy load
2017-02-06 11:26:47 -08:00
Arthur Ozga
bf72b7f2f1 Merge pull request #14471 from vsaarinen/recompose-optional-second-branch-parameter
recompose: Third parameter to branch() should be optional
2017-02-06 11:25:59 -08:00
Bowden Kelly
9e3c7ecaf1 Merge pull request #13826 from efokschaner/msgpack-lite-definitions
Update msgpack-lite definitions
2017-02-06 09:16:14 -08:00
Bowden Kelly
f804682a4d Merge pull request #14371 from gomoto/patch-2
Fix bintrees callback signature
2017-02-06 09:15:35 -08:00
z21cdevo
6fd8c5eecd use correct settings exdends from daterangepicker definition 2017-02-06 17:38:11 +01:00
Ville Saarinen
dffc2b7078 Increase version number 2017-02-06 17:19:33 +02:00
Ville Saarinen
9d060ae3fa Third parameter to branch() should be optional
This is in line with the API documentation, e.g. the example for renderComponent(): https://github.com/acdlite/recompose/blob/master/docs/API.md#rendercomponent
2017-02-06 17:15:28 +02:00
Kagami Sascha Rosylight
dff9fc5ff4 Refer .md file directly to reduce heavy load
The main page of DefinitlyTyped is heavy because of the long list of types. Linking directly to the .md files can help.
2017-02-06 23:53:51 +09:00
Bradley Ayers
04f5827aca Add 'index' parameter to fn in .map and .forEach
- Map — https://github.com/airbnb/enzyme/blob/master/docs/api/ShallowWrapper/map.md
- forEach — https://github.com/airbnb/enzyme/blob/master/docs/api/ShallowWrapper/forEach.md
2017-02-06 23:41:24 +11:00
Konstantin Burkalev
6a7e086b91 Merge remote-tracking branch 'dt/master' 2017-02-06 14:26:54 +03:00
Victor Widell
b8b063f64b Made overloads work with union types.
https://github.com/Microsoft/TypeScript/issues/1805
2017-02-06 11:47:15 +01:00
Konstantin Burkalev
e6ee8365a2 Merge pull request #3 from 421p/wampy-fix-tests
wampy.d.ts update + fixed tests
2017-02-06 12:58:51 +03:00
Florian Klöpf
91647767d2 Fix definitions of serialport 2017-02-06 10:39:28 +01:00
Rohit Kumar
eae4e98141 Fix error in definition for fusioncharts modules.
- *ERROR in* Argument of type 'FusionChartStatic' is not assignable to parameter of type 'FusionCharts'.
2017-02-06 12:52:39 +05:30
Olmo del Corral
2e14c31a33 make RouteComponentProps non-optional to smoth strictNullChecks 2017-02-06 07:36:39 +01:00
Blake Embrey
f4f0bef0e1 Merge pull request #14417 from blakeembrey/improve-accepts
Improve `accepts` definition, update `raw-body`
2017-02-04 18:59:12 -08:00
Alexandre Rieux
cec3881ae0 Add bundled module 2017-02-04 11:00:14 +00:00
Bowden Kelly
241f8fc6ee Merge pull request #14233 from kacepe/patch-3
(validator.js) Add missing options to isInt method
2017-02-03 19:19:12 -08:00
Bowden Kelly
3b520bd377 Update index.d.ts
Removing patch version.
2017-02-03 19:16:13 -08:00
Bowden Kelly
99e1ee82fb Merge pull request #14226 from bfsmith/master
elastic.js Adding Filter as a type to Request.filter(filter)
2017-02-03 19:15:13 -08:00
Bowden Kelly
2bba2e58bf Merge pull request #14194 from janv/c3-spline
C3: Add spline property to ChartConfiguration
2017-02-03 19:12:32 -08:00
Bowden Kelly
482a5080a7 Merge pull request #14187 from Seikho/types-dockerode
Implement type definitions and tests for Dockerode
2017-02-03 18:59:12 -08:00
inuscript
7aaebd30e0 Merge remote-tracking branch 'upstream/master' into axios-not-need 2017-02-04 11:53:33 +09:00
Bowden Kelly
26a512bcd2 Merge pull request #14104 from LKay/lkay/react-router-update-typings
Update react-router definitions to 3.0.x and react-router-redux to 4.0.x
2017-02-03 18:52:02 -08:00
Bowden Kelly
6d550092ab Merge pull request #14022 from cyrilschumacher/master
Add definitions for shipit, shipit-utils and express-rate-limit.
2017-02-03 18:46:55 -08:00