Commit Graph

35356 Commits

Author SHA1 Message Date
Benjamin Lichtman
b943a4c45c Merge pull request #19802 from AviVahl/master
webpack: improve loader context typings
2017-09-19 10:29:08 -07:00
Benjamin Lichtman
29e0be7c8e Merge pull request #19794 from Ledragon/master
Update d3-geo to version 1.7.1
2017-09-19 10:28:16 -07:00
Benjamin Lichtman
5f162b7770 Merge pull request #19789 from srowan/patch-1
Support multiple colors / styles
2017-09-19 10:26:44 -07:00
Benjamin Lichtman
242aa73699 Merge pull request #19769 from tyronedougherty/master
Add missing types on ILoadingBarProvider in @types/angular-loading-bar
2017-09-19 10:20:32 -07:00
Benjamin Lichtman
148e70b283 Merge pull request #19766 from royxue/master
[Recharts] Add new label type for X/YAxis
2017-09-19 10:18:09 -07:00
Benjamin Lichtman
56c23c5496 Merge pull request #19764 from lruckman/patch-2
[react-data-grid] Added openCellEditor signature to ReactDataGrid ins…
2017-09-19 10:15:42 -07:00
Larry Ruckman
2016c85c8f Merge PR #19726: [react-data-grid] Added getValidateFilterValues signature to GridProps
* [react-data-grid] Added getValidateFilterValues signature to GridProps
2017-09-19 10:00:40 -07:00
Andy
4fd03a732e Ramda: disable no-unnecessary-generics (#19785) 2017-09-19 09:12:20 -07:00
Eloy Durán
9e5e85d32f Merge pull request #19793 from ifiokjr/react-native-elements
Add all exports for react-native-elements
2017-09-19 14:37:31 +02:00
Benjamin Lichtman
d525d2763f Merge pull request #19679 from clark-stevenson/master
Minor Pixi.js updates to v4.5.5
2017-09-18 14:12:12 -07:00
Benjamin Lichtman
2860805306 Merge pull request #19770 from EricByers/master
Update sqs-consumer -- type callback function
2017-09-18 14:07:19 -07:00
Andy
ea0d14ce5f argparse: Remove unnecessary type parameters (#19843) 2017-09-18 12:57:42 -07:00
Andy
f3c57d8590 express-brute-mongo: Fix export (#19851) 2017-09-18 12:49:45 -07:00
Andy
5316c5da8c strophe: Fix export (#19850) 2017-09-18 12:49:16 -07:00
Andy
b61528ed5b adal: Fix export style (#19838) 2017-09-18 12:48:28 -07:00
Andy
a2cd042961 logat: Fix export (#19848) 2017-09-18 12:47:56 -07:00
Andy
22721ffe2e history/v2 and /v3: Fix export default of object (#19847) 2017-09-18 11:08:51 -07:00
Andy
5027017378 react-router/v2: Fix default export of object (#19849) 2017-09-18 11:08:36 -07:00
Andy
2aef6a4d66 angular-gridster: Can't export a string literal (#19842) 2017-09-18 10:32:15 -07:00
Andy
2f1bc54214 angular-ui-router: Can't export a string literal (#19839) 2017-09-18 10:30:24 -07:00
Arthur Ozga
92f0f8813d Merge pull request #19759 from smvilar/add-editor-state
DraftJS: add editorState param to event handlers
2017-09-18 09:36:48 -07:00
Eloy Durán
fe5c5ca9ac Merge pull request #19833 from gyzerok/patch-1
Remove myself from list of maintainers
2017-09-18 17:09:04 +02:00
Fedor Nezhivoi
c06bd42bb5 Remove myself from list of maintainers 2017-09-18 15:40:56 +03:00
Ifiok Jr
4d55fe5cd4 docs(react-native-elements): remove deprecated message 2017-09-18 00:56:49 +01:00
Ifiok Jr
08753baeb1 feat(react-native-elements): add utility exports 2017-09-17 23:11:16 +01:00
Ifiok Jr
64bbfa8c78 feat(react-native-elements): add Tile component 2017-09-17 22:42:57 +01:00
Eloy Durán
e4ce585bf2 Merge pull request #19809 from huhuanming/react-native
Timeout can be optional in setInterval & setTimeout
2017-09-17 23:35:55 +02:00
Ifiok Jr
2385b0fa66 feat(react-native-elements): add Tabs component 2017-09-17 22:03:21 +01:00
Jason Mihalick
6060fc0e1b Add toData() method and add optional media type parameter to toDataURL() (#19722) 2017-09-17 20:26:20 +01:00
Eloy Durán
eb219f30d6 Merge pull request #19808 from mathieudutour/patch-1
[react-native] add specific RN console properties
2017-09-17 19:18:14 +02:00
huhuanming
8232bb0afc Timeout can be optional in setInterval & setTimeout 2017-09-17 23:51:59 +08:00
Mathieu Dutour
d644aafab0 add specific RN console properties
add the following properties to the console global object
* console.disableYellowBox
* console.ignoredYellowBox
See http://facebook.github.io/react-native/releases/0.48/docs/debugging.html#warnings
2017-09-17 17:29:01 +02:00
Ifiok Jr
27bb912ad8 feat(react-native-elements): add SwipeDeck component 2017-09-17 16:14:24 +01:00
Ifiok Jr
d27b1fb10a feat(react-native-elements): add SocialIcons component 2017-09-17 15:56:05 +01:00
Ifiok Jr
ad15db02b0 feat(react-native-elements): add Slider component 2017-09-17 15:29:56 +01:00
Ifiok Jr
b0b594b14b feat(react-native-elements): add SideMenu component 2017-09-17 14:58:49 +01:00
Avi Vahl
c3bb037cc6 webpack: improve loader context typings
emitError() and emitWarning() both can accept an Error as well, for exposing caught Errors.
See: https://github.com/webpack/webpack/blob/master/lib/NormalModule.js#L115

Added relevant type tests.
2017-09-17 13:30:38 +03:00
Ifiok Jr
8ddbfde82f feat(react-native-elements): add SearchBar component 2017-09-17 10:44:18 +01:00
Ifiok Jr
eef8baf613 feat(react-native-elements): add rating component 2017-09-17 09:58:32 +01:00
Hugues Stefanski
20c13f62e1 Update d3-geo to version 1.7.1
Includes geoNaturalEarth1 and geoNaturalEarth1Raw
2017-09-16 15:54:53 +02:00
Ifiok Jr
af86165a93 fix(react-native-elements): unneeded breaking imports 2017-09-16 14:50:55 +01:00
Ifiok Jr
bf74cd2904 feat(react-native-element): add multiple components
The work is not yet completed, however there are several components provided and the rest will be completed in the next few days.
2017-09-16 09:12:40 +01:00
Arthur Ozga
d537c6b050 Merge pull request #19765 from joscha/joscha/react-dnd-dnd-context-provider
react-dnd: add DragDropContextProvider
2017-09-15 14:06:16 -07:00
srowan
5ddfeb8e7f Support multiple colors / styles
Winston supports configuring multiple styles rather than a single color.  For example you could winston.addColors( { error: ['white', 'underline', 'bgRed'] });
2017-09-15 13:46:03 -04:00
Roy Xue
0ac64e3a4b Update Label type 2017-09-15 10:44:51 -07:00
Arthur Ozga
d5d91acec5 Merge pull request #19767 from segayuu/create-hexo-log
Created Types of [hexo-bunyan] and [hexo-log]
2017-09-15 10:21:59 -07:00
Arthur Ozga
fa1c082c47 Merge pull request #19725 from adrianbardan/twitter-stream-channels
add types for twitter-stream-channels 1.0.0
2017-09-15 10:21:15 -07:00
Arthur Ozga
cfede02a91 Merge pull request #19772 from chinkan/drag-timetable
Added declarations for 'drag-timetable'
2017-09-15 10:19:53 -07:00
Arthur Ozga
29657b3996 Merge pull request #19773 from ifiokjr/react-native-modal
Initial types for react-native-modal
2017-09-15 10:19:29 -07:00
Arthur Ozga
acd15e6e6a Merge pull request #19779 from kenchris/master
Add definitions for W3C Screen Orientation API
2017-09-15 10:18:32 -07:00