Commit Graph

44701 Commits

Author SHA1 Message Date
Rick-Kirkham
e44f90650a Merge pull request #7 from Rick-Kirkham/AlexJ-StandardizeCallbackStrings
Normailzing callback and async result strings
2018-05-22 10:42:03 -07:00
Alex Jerabek
92281d5ff0 fix merge changes 2018-05-22 10:23:34 -07:00
Alex Jerabek
bd17acb558 merge conflict fixes 2018-05-22 10:22:57 -07:00
Alex Jerabek
e7e64d2735 Normailzing callback and async result strings 2018-05-21 16:14:53 -07:00
Rick-Kirkham
4ef1e1b65a Merge pull request #6 from Rick-Kirkham/AlexJ-Migration-Cleanup
Adding Requirement Sets and spacing cleanup
2018-05-21 12:08:23 -07:00
Alex Jerabek
d43c45aaa3 Adding documention from UI.Dialog to DialogHandler class 2018-05-21 11:45:52 -07:00
Alex Jerabek
94e8c22ab3 Adding Requirement Sets and spacing cleanup 2018-05-21 11:38:34 -07:00
Rick-Kirkham
818d3f6b0b Merge pull request #5 from Rick-Kirkham/AlexJ-Migration-Cleanup
Alex j migration cleanup
2018-05-21 11:27:45 -07:00
Alex Jerabek
0d24e9589b Correcting IdentityAPI capitalization 2018-05-21 11:16:21 -07:00
Alex Jerabek
4e3aa7a59c Fix spacing and 'last modified in' prose 2018-05-21 11:14:06 -07:00
Alex Jerabek
7cdd1daa0d Spacing cleanup and removing 'last modified in' comments (#4) 2018-05-21 10:46:26 -07:00
Ricky Kirkham
0275ec9ca0 typo and fixing DialogOptions info 2018-05-20 13:24:50 -07:00
Ricky Kirkham
156c92a610 adding missing documentation for many APIs 2018-05-20 13:12:58 -07:00
Ricky Kirkham
b5531b89ea fixing small merge conflict 2018-05-18 14:43:27 -07:00
Ricky Kirkham
c755eb27cf Mainly the bindings APIs 2018-05-18 14:16:29 -07:00
Rick-Kirkham
1d2ae08d38 Merge pull request #2 from Rick-Kirkham/aljerabe-SharedAPIMigration
Adding Office.js Shared API enum descriptions
2018-05-18 14:12:02 -07:00
Alex Jerabek
842e9d0a6a Adding Office.js Shared API enum descriptions 2018-05-18 13:30:45 -07:00
Rick-Kirkham
250fcdbd1f Merge pull request #1 from Rick-Kirkham/aljerabe-SharedAPIMigration
First pass porting old dev.office doc text in office/index.d.ts (Classes E-Z)
2018-05-18 09:51:44 -07:00
Alex Jerabek
6a825c9425 first pass porting old docs text 2018-05-17 15:20:53 -07:00
Alex Jerabek
7ccb318b17 TestErrorChange 2018-05-17 13:42:36 -07:00
Ron Buckton
131650c616 Merge pull request #25802 from SimonSchick/fix/vision-decoration-handler
fix(vision): fix incorrect interface extension
2018-05-16 23:01:31 -07:00
Ron Buckton
29db44ccae Merge pull request #25757 from kento1218/fix-bitcoinjs
[bitcoinjs-lib] fix argument/return types of script templates
2018-05-16 23:00:48 -07:00
Ron Buckton
69398693f5 Merge pull request #25781 from mnquintana/webpack-4-split-chunks-chunks-func
[@types/webpack] Add support for chunks filter function in SplitChunksPlugin
2018-05-16 22:42:45 -07:00
Ron Buckton
f7440e7971 Merge pull request #25778 from shetzel/jsforce/fixes_and_additions
Adds 'success' and 'errors' properties to BatchResultInfo.
2018-05-16 22:40:20 -07:00
Ron Buckton
371431709f Merge pull request #25818 from OliverJAsh/oja/node/parsed-url-query-nullable-index-signature
Node: add `undefined` to `ParsedUrlQuery` index signature
2018-05-16 22:38:34 -07:00
Ron Buckton
f4ebb84c3c Merge pull request #25702 from hasantayyar/patch-1
open() is deprecated in mongoose >= 4.11.0
2018-05-16 17:35:03 -07:00
Ron Buckton
b8a9738dba Merge pull request #25795 from HolgerJeromin/documentfragment
[types/jQuery] add DocumentFragment to allowed jQuery objects
2018-05-16 17:02:24 -07:00
Ron Buckton
212fd27fd9 Merge pull request #25792 from HolgerJeromin/patch-2
jQuery: Add overload for on() handler for JQueryEventObject
2018-05-16 17:00:29 -07:00
Ron Buckton
d979b71584 Merge pull request #25817 from isLishude/feat-bitcoinjslib-patch1
feat(bitcoinjs-lib): add bech32 field to Network interface
2018-05-16 16:59:07 -07:00
Eloy Durán
c0fe97a75b Merge pull request #25737 from VincentLanglet/react-native/fetch
[react-native] Add missing GlobalFetch / RequestInfo definitions
2018-05-16 15:41:07 +02:00
Eloy Durán
23f52199a3 Merge pull request #25735 from brunolemos/view-style-props
[react-native] Add missing style props to View
2018-05-16 15:38:50 +02:00
Eloy Durán
e4e2349442 Merge pull request #25803 from tn0502/tido/batchedbridge
[react-native] Add declarations for MessageQueue and BatchedBridge.
2018-05-16 15:37:11 +02:00
islishude
47fab38e32 fix: fix typo 2018-05-16 20:25:36 +08:00
Oliver Joseph Ash
7da1141f4e Node: add undefined to ParsedUrlQuery index signature 2018-05-16 13:13:56 +01:00
islishude
4461c0f211 feat(bitcoinjs-lib): add bech32 field to Network interface 2018-05-16 20:12:20 +08:00
Tommy Nguyen
63fb6fdcb4 fixup! [react-native] Add declarations for MessageQueue and BatchedBridge. 2018-05-16 13:21:57 +02:00
Holger Jeromin
cda7bba75c asterisks fix 2018-05-16 11:47:48 +02:00
Holger Jeromin
7007542e78 adding JQueryEventObject to all on handlers and fix tests 2018-05-16 11:29:25 +02:00
Bruno Lemos
cf5dd197b3 [react-native] [Image] Disable broken props: width, height and tintColor 2018-05-16 04:03:08 -03:00
Bruno Lemos
ddac6e2625 [react-native] Add tests for ImageStyle and ViewStyle as props 2018-05-16 04:02:57 -03:00
Bruno Lemos
d12e4ba256 [react-native] Image props should extend ImageStyle intead of ViewStyle 2018-05-16 01:30:49 -03:00
Machisté Quintana
c1c69f4913 Update chunks function test to use updated type 2018-05-15 14:44:42 -07:00
Machisté Quintana
3ef1d0d822 Use the actual compilation.Chunk type instead of any 2018-05-15 14:42:52 -07:00
Machisté Quintana
6744394a0a Bump webpack typings to v4.4.x 2018-05-15 14:04:28 -07:00
Ron Buckton
e22846ad77 Merge pull request #25788 from Flarna/node_http2_incoming_pseudo_headers
[node] Add http/2 pseudo headers to IncomingHttpHeaders
2018-05-15 12:54:35 -07:00
Ron Buckton
dea34b5798 Merge pull request #25766 from RookY2K/react-native-sortable-list
Added missing propTypes for react-native-sortable-list
2018-05-15 12:52:35 -07:00
Ron Buckton
6789b63802 Merge pull request #25782 from DefinitelyTyped/node10.1
Move 'fs/promises' to fs.promises per changes in Node 10.1
2018-05-15 12:51:18 -07:00
Ron Buckton
7103b727bf Merge pull request #25752 from sethk/threejs-updates
Update some three.js types
2018-05-15 12:50:29 -07:00
Ron Buckton
dff045fcc6 Merge pull request #25787 from henrikra/master
Add missing functions and classes (react-native-navigation)
2018-05-15 12:46:43 -07:00
Ron Buckton
d5c080c65d Merge pull request #25667 from tbrannam/tbrannam-navigator-register
Allow additional options to be passed via `registerComponent`
2018-05-15 12:43:45 -07:00