@fluentui-react-native/adapters
Advanced tools
Comparing version 0.3.33 to 0.3.34
@@ -5,6 +5,14 @@ { | ||
{ | ||
"date": "Mon, 06 Jul 2020 21:55:06 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.3.33", | ||
"version": "0.3.33", | ||
"date": "Thu, 23 Jul 2020 21:26:55 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.3.34", | ||
"version": "0.3.34", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Revert \"Change files\"", | ||
"author": "email not defined", | ||
"commit": "bac059cfd36f5a43185f3624e60bdda2d318c1b9", | ||
"package": "@fluentui-react-native/adapters" | ||
} | ||
], | ||
"patch": [ | ||
@@ -16,2 +24,14 @@ { | ||
"package": "@fluentui-react-native/adapters" | ||
}, | ||
{ | ||
"comment": "bump rnw version to 0.62.1", | ||
"author": "jasonmo@microsoft.com", | ||
"commit": "ea386320f8810bfea5b808539e9b9498cc94210a", | ||
"package": "@fluentui-react-native/adapters" | ||
}, | ||
{ | ||
"comment": "bump adapters", | ||
"author": "taamireh@microsoft.com", | ||
"commit": "b44fff28c360bf433ad558206b08408d4b857f15", | ||
"package": "@fluentui-react-native/adapters" | ||
} | ||
@@ -18,0 +38,0 @@ ] |
# Change Log - @fluentui-react-native/adapters | ||
This log was last generated on Mon, 06 Jul 2020 21:55:06 GMT and should not be manually modified. | ||
This log was last generated on Thu, 23 Jul 2020 21:26:55 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.33 | ||
## 0.3.34 | ||
Mon, 06 Jul 2020 21:55:06 GMT | ||
Thu, 23 Jul 2020 21:26:55 GMT | ||
@@ -14,2 +14,4 @@ ### Patches | ||
- move rnw version to 0.62 (jasonmo@microsoft.com) | ||
- bump rnw version to 0.62.1 (jasonmo@microsoft.com) | ||
- bump adapters (taamireh@microsoft.com) | ||
@@ -16,0 +18,0 @@ ## 0.3.32 |
@@ -67,3 +67,3 @@ "use strict"; | ||
tvParallaxShiftDistanceY: true, | ||
tvParallaxTiltAngle: true, | ||
tvParallaxTiltAngle: true | ||
}; | ||
@@ -107,3 +107,3 @@ var _textMask = { | ||
selectionColor: true, | ||
textBreakStrategy: true, | ||
textBreakStrategy: true | ||
}; | ||
@@ -155,3 +155,3 @@ var _imageMask = { | ||
height: true, | ||
fadeDuration: true, | ||
fadeDuration: true | ||
}; | ||
@@ -158,0 +158,0 @@ function filterViewProps(propName) { |
@@ -65,3 +65,3 @@ var _viewMask = { | ||
tvParallaxShiftDistanceY: true, | ||
tvParallaxTiltAngle: true, | ||
tvParallaxTiltAngle: true | ||
}; | ||
@@ -105,3 +105,3 @@ var _textMask = { | ||
selectionColor: true, | ||
textBreakStrategy: true, | ||
textBreakStrategy: true | ||
}; | ||
@@ -153,3 +153,3 @@ var _imageMask = { | ||
height: true, | ||
fadeDuration: true, | ||
fadeDuration: true | ||
}; | ||
@@ -156,0 +156,0 @@ export function filterViewProps(propName) { |
{ | ||
"name": "@fluentui-react-native/adapters", | ||
"version": "0.3.33", | ||
"version": "0.3.34", | ||
"description": "Adapters for working with react-native types", | ||
@@ -25,3 +25,3 @@ "main": "lib-commonjs/index.js", | ||
"react-native-web": "0.12.3", | ||
"react-native-windows": "^0.62.0" | ||
"react-native-windows": "^0.62.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "author": "", |
@@ -6,3 +6,3 @@ import { IViewWindowsProps } from 'react-native-windows'; | ||
// export core interface types | ||
// export core interface types from RN | ||
export type ITextProps = TextProps; | ||
@@ -76,3 +76,3 @@ export type IViewProps = IViewWindowsProps; | ||
tvParallaxShiftDistanceY: true, | ||
tvParallaxTiltAngle: true, | ||
tvParallaxTiltAngle: true | ||
}; | ||
@@ -117,3 +117,3 @@ | ||
selectionColor: true, | ||
textBreakStrategy: true, | ||
textBreakStrategy: true | ||
}; | ||
@@ -166,3 +166,3 @@ | ||
height: true, | ||
fadeDuration: true, | ||
fadeDuration: true | ||
}; | ||
@@ -169,0 +169,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
245041
3653