@fluentui-react-native/adapters
Advanced tools
Comparing version 0.3.35 to 0.3.36
@@ -5,6 +5,36 @@ { | ||
{ | ||
"date": "Mon, 17 Aug 2020 22:05:39 GMT", | ||
"date": "Fri, 25 Sep 2020 19:18:20 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.3.36", | ||
"version": "0.3.36", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Update react-native-win32 versions - enable logbox", | ||
"author": "acoates-ms@noreply.github.com", | ||
"commit": "a95ab1b66822cceacc74e24094f85c6917f58086", | ||
"package": "@fluentui-react-native/adapters" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 11 Sep 2020 20:25:42 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.3.35", | ||
"version": "0.3.35", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Add samples and some README text to use-slots and use-styling packages", | ||
"author": "jasonmo@microsoft.com", | ||
"commit": "2566347850eff4ed67bfad2a85134481e088cba6", | ||
"package": "@fluentui-react-native/adapters" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 17 Aug 2020 22:08:34 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.3.35", | ||
"version": "0.3.35", | ||
"comments": { | ||
"patch": [ | ||
@@ -11,0 +41,0 @@ { |
# Change Log - @fluentui-react-native/adapters | ||
This log was last generated on Mon, 17 Aug 2020 22:05:39 GMT and should not be manually modified. | ||
This log was last generated on Fri, 25 Sep 2020 19:18:20 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.36 | ||
Fri, 25 Sep 2020 19:18:20 GMT | ||
### Patches | ||
- Update react-native-win32 versions - enable logbox (acoates-ms@noreply.github.com) | ||
## 0.3.35 | ||
Mon, 17 Aug 2020 22:05:39 GMT | ||
Mon, 17 Aug 2020 22:08:34 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -9,3 +9,5 @@ "use strict"; | ||
accessibilityAnnotation: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityLevel: true, | ||
@@ -60,3 +62,3 @@ accessibilityPositionInSet: true, | ||
tooltip: true, | ||
type: true | ||
type: true, | ||
}; | ||
@@ -66,4 +68,6 @@ var _textMask = { | ||
accessibilityActions: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityHint: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityRole: true, | ||
@@ -88,3 +92,3 @@ accessibilityState: true, | ||
textStyle: true, | ||
tooltip: true | ||
tooltip: true, | ||
}; | ||
@@ -136,3 +140,3 @@ var _imageMask = { | ||
height: true, | ||
fadeDuration: true | ||
fadeDuration: true, | ||
}; | ||
@@ -139,0 +143,0 @@ function filterViewProps(propName) { |
@@ -7,3 +7,5 @@ var _viewMask = { | ||
accessibilityAnnotation: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityLevel: true, | ||
@@ -58,3 +60,3 @@ accessibilityPositionInSet: true, | ||
tooltip: true, | ||
type: true | ||
type: true, | ||
}; | ||
@@ -64,4 +66,6 @@ var _textMask = { | ||
accessibilityActions: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityHint: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityRole: true, | ||
@@ -86,3 +90,3 @@ accessibilityState: true, | ||
textStyle: true, | ||
tooltip: true | ||
tooltip: true, | ||
}; | ||
@@ -134,3 +138,3 @@ var _imageMask = { | ||
height: true, | ||
fadeDuration: true | ||
fadeDuration: true, | ||
}; | ||
@@ -137,0 +141,0 @@ export function filterViewProps(propName) { |
{ | ||
"name": "@fluentui-react-native/adapters", | ||
"version": "0.3.35", | ||
"version": "0.3.36", | ||
"description": "Adapters for working with react-native types", | ||
@@ -21,4 +21,4 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@office-iss/react-native-win32": "0.62.0-preview.3", | ||
"@types/jest": "^19.2.2", | ||
"@office-iss/react-native-win32": "0.62.3", | ||
"@types/jest": "^25.1.4", | ||
"@types/react-native": "^0.62.0", | ||
@@ -25,0 +25,0 @@ "@uifabricshared/build-native": "^0.1.1", |
@@ -16,3 +16,5 @@ import { ITextWin32Props, IViewWin32Props } from '@office-iss/react-native-win32'; | ||
accessibilityAnnotation: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityLevel: true, | ||
@@ -67,3 +69,3 @@ accessibilityPositionInSet: true, | ||
tooltip: true, | ||
type: true | ||
type: true, | ||
}; | ||
@@ -74,4 +76,6 @@ | ||
accessibilityActions: true, | ||
accessibilityDescribedBy: true, | ||
accessibilityHint: true, | ||
accessibilityLabel: true, | ||
accessibilityLabeledBy: true, | ||
accessibilityRole: true, | ||
@@ -96,3 +100,3 @@ accessibilityState: true, | ||
textStyle: true, | ||
tooltip: true | ||
tooltip: true, | ||
}; | ||
@@ -145,3 +149,3 @@ | ||
height: true, | ||
fadeDuration: true | ||
fadeDuration: true, | ||
}; | ||
@@ -148,0 +152,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
185403
3793