Ron Buckton
|
95235c6239
|
Merge pull request #25746 from madmages/master
@type/chrome discard method & properties
|
2018-05-18 14:36:33 -07:00 |
|
Ron Buckton
|
9e4d5dfc08
|
Merge pull request #25744 from deptno/ramda/bind
types/ramda fix bind definition & test code
|
2018-05-18 14:27:33 -07:00 |
|
Ron Buckton
|
a5aced6c49
|
Merge pull request #25626 from biern/master
[ramda] Improve R.evolve
|
2018-05-18 14:26:36 -07:00 |
|
Ron Buckton
|
b29f77f2b1
|
Merge pull request #25878 from smithmb-code/master
Allow passing a boolean to the sort field of Options
|
2018-05-18 14:24:53 -07:00 |
|
Ron Buckton
|
8facb1cb36
|
Merge pull request #25586 from Ledragon/d3-color-120
#25583 : D3 color 1.2.0
|
2018-05-18 14:23:43 -07:00 |
|
Ron Buckton
|
1ee5063533
|
Merge pull request #25871 from ascariandrea/react-native-auth0
rea t-native-auth0: Added missing optional refreshToken in PasswordRealmResponse
|
2018-05-18 14:10:42 -07:00 |
|
Ron Buckton
|
ef54c688c5
|
Merge pull request #25867 from algolia/feat/algolia-settings
fix(algoliasearch): camelCase & placeholders
|
2018-05-18 14:10:14 -07:00 |
|
Ron Buckton
|
a46b92f7f5
|
Merge pull request #25799 from BlackPepperSoftware/aws-lambda-codepipeline
Add definition for AWS Lambda Code Pipeline event
|
2018-05-18 14:08:46 -07:00 |
|
Ron Buckton
|
7a9adc604a
|
Merge pull request #25831 from ionut-botizan/master
[node] Add debugPort to the Process interface
|
2018-05-18 13:51:10 -07:00 |
|
Ron Buckton
|
2f052d79f7
|
Merge pull request #25847 from bpdsw/master
Update jwplayertypes to work with JWPlayer 8.2.2
|
2018-05-18 13:49:27 -07:00 |
|
Ron Buckton
|
011afe6033
|
Merge pull request #25522 from aj-r/lodash-omit-unset
Lodash omit unset
|
2018-05-18 13:48:42 -07:00 |
|
Ron Buckton
|
ca38f8156b
|
Merge pull request #25827 from gossi/patch-2
Optional 3rd argument for addObserver and removeObserver
|
2018-05-18 13:41:38 -07:00 |
|
Ron Buckton
|
6ce841d152
|
Merge pull request #25839 from affilnost/chartist-improvements
"chartist" improvements: added "series" to the ILineChartOptions, files reformat, definitions change
|
2018-05-18 13:20:30 -07:00 |
|
Ron Buckton
|
d71a9410e4
|
Merge pull request #25876 from csantero/qunit-equiv
[qunit] Add QUnit.equiv
|
2018-05-18 13:16:21 -07:00 |
|
Ron Buckton
|
8192e5b19e
|
Merge pull request #25855 from waltersjack/master
Recharts - Added in missing horizontalFill and verticalFill for CartesianGrid
|
2018-05-18 13:15:17 -07:00 |
|
Ron Buckton
|
42608a6eea
|
Merge pull request #25728 from glicht/tar-stream
Add definitions for tar-stream
|
2018-05-18 13:13:10 -07:00 |
|
Ron Buckton
|
cde3d979d9
|
Merge pull request #25723 from neodon/vue-markdown
Add definitions for vue-markdown
|
2018-05-18 13:12:16 -07:00 |
|
Hugues Stefanski
|
1606c6c190
|
d3-color : use type instead of interface
|
2018-05-18 21:46:44 +02:00 |
|
Hugues Stefanski
|
be78af0d6c
|
d3-color : adress last comments
|
2018-05-18 21:30:03 +02:00 |
|
Ron Buckton
|
e8e0685396
|
Merge pull request #25718 from ckosti/mdc
Updated types for material-components-web and @material group to v0.35.0
|
2018-05-18 12:27:33 -07:00 |
|
Michael Smith
|
5bc9242a21
|
Allow passing a boolean to the sort field of Options
Options.sort can be `false` to disallow sorting (see: https://github.com/LeaVerou/awesomplete/pull/17043)
|
2018-05-18 15:21:04 -04:00 |
|
Ron Buckton
|
245804c80d
|
Merge pull request #25708 from saboya/wreck-v14
wreck: Updating type definitions to v14.0.0.
|
2018-05-18 12:17:58 -07:00 |
|
Ron Buckton
|
680d7edac3
|
Merge pull request #25633 from Aankhen/mention-npx-in-readme
Mention npx when talking about dts-gen in README.md
|
2018-05-18 12:03:03 -07:00 |
|
Ron Buckton
|
aceeb6b67b
|
Merge pull request #25726 from championswimmer/@types/discourse-sso
add types for discourse-sso
|
2018-05-18 12:00:47 -07:00 |
|
Ron Buckton
|
9acaa139c5
|
Merge pull request #25591 from jethrolarson/checkPropTypes
Add checkPropTypes definition to @types/prop-types
|
2018-05-18 11:37:22 -07:00 |
|
Ron Buckton
|
cf4716f430
|
Merge pull request #25700 from robmandoe/patch-1
needs... objectCaching?: boolean; ...on IObjectOptions
|
2018-05-18 11:24:14 -07:00 |
|
Jack Walters
|
cc5f1242dc
|
Update recharts-tests.tsx
|
2018-05-18 11:06:06 -07:00 |
|
Jack Walters
|
b1f8a39a7f
|
Update recharts-tests.tsx
|
2018-05-18 11:05:14 -07:00 |
|
Chris Santero
|
f658544862
|
[qunit] Add QUnit.equiv
|
2018-05-18 11:54:26 -04:00 |
|
Andrea Ascari
|
26255b4c7d
|
Added missing optional refreshToken in PasswordRealmResponse, closes #25823.
|
2018-05-18 16:07:52 +02:00 |
|
Haroen Viaene
|
4ef613d9f9
|
fix(algoliasearch): camel case
[placeholders](https://www.algolia.com/doc/api-reference/api-parameters/placeholders/)
[camelCaseAttributes](https://www.algolia.com/doc/api-reference/api-parameters/camelCaseAttributes/)
|
2018-05-18 14:02:25 +02:00 |
|
Ron Buckton
|
0e3cd2e17c
|
Merge pull request #25828 from wazeHQ/mapbox__geojson-area
add types for @mapbox/geojson-area
|
2018-05-17 22:04:01 -07:00 |
|
Ron Buckton
|
e1972939be
|
Merge pull request #25720 from cavarzan/master
[react-text-mask] Update react-text-mask: added optional render function
|
2018-05-17 22:02:02 -07:00 |
|
Ron Buckton
|
ec4a2f8c6f
|
Merge pull request #25730 from earshinov/ckeditor-fixes
[ckeditor] Various fixes
|
2018-05-17 15:57:06 -07:00 |
|
Jack Walters
|
d3285aecfb
|
Added in missing horizontalFill and verticalFill
|
2018-05-17 14:43:30 -07:00 |
|
Thomas Gossmann
|
14d56932be
|
Add tests for Ember.addObserver and Ember.removeObserver
|
2018-05-17 20:02:36 +02:00 |
|
Thomas Gossmann
|
e41d767e63
|
addListener with 3 or 5 parameters
|
2018-05-17 20:01:51 +02:00 |
|
Benjamin Dobson
|
62901eb27c
|
Add my name and minimum typescript version
|
2018-05-17 17:44:26 +01:00 |
|
Benjamin Dobson
|
1d1c5f8a63
|
Revert "object -> any in AdScheduleParam"
This reverts commit 5f0eecaffc.
|
2018-05-17 17:35:02 +01:00 |
|
Benjamin Dobson
|
629d40c1c2
|
Updated version number in header
|
2018-05-17 17:30:12 +01:00 |
|
Benjamin Dobson
|
5f0eecaffc
|
object -> any in AdScheduleParam
|
2018-05-17 17:26:31 +01:00 |
|
Benjamin Dobson
|
fa80fda507
|
Array style fix
|
2018-05-17 17:20:24 +01:00 |
|
Benjamin Dobson
|
ee93968967
|
Fixed type mismatch between adRequest and adSchedule
|
2018-05-17 17:17:46 +01:00 |
|
Thomas Gossmann
|
38289b5abf
|
no unnecessary generics
|
2018-05-17 18:06:54 +02:00 |
|
Benjamin Dobson
|
318e099c2e
|
@types/jwplayer updated to work with JWP 8.2.2
|
2018-05-17 17:01:06 +01:00 |
|
Thomas Gossmann
|
502c045aef
|
Overloading add/removeObserver and add/removeListener
|
2018-05-17 17:37:42 +02:00 |
|
Anastasiia Antonova
|
74f058695c
|
"chartist": changed definition formatting (due to the parse fail)
|
2018-05-17 17:37:01 +07:00 |
|
Anastasiia Antonova
|
99d2325dd7
|
"chartist": modified definitions - added a new account there
|
2018-05-17 17:17:43 +07:00 |
|
Anastasiia Antonova
|
d09abea64f
|
"chartist": added "series" to the ILineChartOptions, see https://gionkunz.github.io/chartist-js/examples.html#example-line-series-override
|
2018-05-17 17:14:25 +07:00 |
|
Anastasiia Antonova
|
63337ec9f8
|
"chartist" files reformat: 4 spaces indentation according to the .editorconfig
|
2018-05-17 17:06:30 +07:00 |
|