@office-iss/react-native-win32 0.75.0 → 0.75.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +20 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/StyleSheet/StyleSheetTypes.d.ts +17 -15
- package/overrides.json +1 -1
- package/package.json +15 -14
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 30 Sep 2024 15:15:30 GMT",
|
|
6
|
+
"version": "0.75.2",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.75.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "cad883d48893bef40110a0f15be7abac071dd15b",
|
|
14
|
+
"comment": "integrate 0.75.3"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 02 Sep 2024 15:14:59 GMT",
|
|
21
|
+
"version": "0.75.1",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.75.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "576f06fd10e020c30e9e204e189c5133a0cbd038",
|
|
29
|
+
"comment": "integrate 0.75.2"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 19 Aug 2024 20:18:59 GMT",
|
|
6
36
|
"version": "0.75.0",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.75.0",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 30 Sep 2024 15:15:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.75.
|
|
7
|
+
## 0.75.2
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 30 Sep 2024 15:15:30 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- integrate 0.75.3 (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.75.1
|
|
16
|
+
|
|
17
|
+
Mon, 02 Sep 2024 15:14:59 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- integrate 0.75.2 (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.75.0
|
|
24
|
+
|
|
25
|
+
Mon, 19 Aug 2024 20:18:59 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Promote 0.75 to latest (tatianakapos@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.75.0-preview.5
|
|
16
32
|
|
|
17
33
|
Mon, 12 Aug 2024 15:18:28 GMT
|
|
@@ -182,21 +182,23 @@ type MaximumOneOf<T, K extends keyof T = keyof T> = K extends keyof T
|
|
|
182
182
|
|
|
183
183
|
export interface TransformsStyle {
|
|
184
184
|
transform?:
|
|
185
|
-
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
185
|
+
| Readonly<
|
|
186
|
+
MaximumOneOf<
|
|
187
|
+
PerspectiveTransform &
|
|
188
|
+
RotateTransform &
|
|
189
|
+
RotateXTransform &
|
|
190
|
+
RotateYTransform &
|
|
191
|
+
RotateZTransform &
|
|
192
|
+
ScaleTransform &
|
|
193
|
+
ScaleXTransform &
|
|
194
|
+
ScaleYTransform &
|
|
195
|
+
TranslateXTransform &
|
|
196
|
+
TranslateYTransform &
|
|
197
|
+
SkewXTransform &
|
|
198
|
+
SkewYTransform &
|
|
199
|
+
MatrixTransform
|
|
200
|
+
>[]
|
|
201
|
+
>
|
|
200
202
|
| string
|
|
201
203
|
| undefined;
|
|
202
204
|
transformOrigin?: Array<string | number> | string | undefined;
|
package/overrides.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.75.
|
|
3
|
+
"version": "0.75.2",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,23 +26,24 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.0.0",
|
|
28
28
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
29
|
-
"@react-native-community/cli": "14.
|
|
30
|
-
"@react-native-community/cli-platform-android": "14.
|
|
31
|
-
"@react-native-community/cli-platform-ios": "14.
|
|
29
|
+
"@react-native-community/cli": "14.1.0",
|
|
30
|
+
"@react-native-community/cli-platform-android": "14.1.0",
|
|
31
|
+
"@react-native-community/cli-platform-ios": "14.1.0",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.75.
|
|
34
|
-
"@react-native/codegen": "0.75.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.75.
|
|
36
|
-
"@react-native/gradle-plugin": "0.75.
|
|
37
|
-
"@react-native/js-polyfills": "0.75.
|
|
38
|
-
"@react-native/normalize-colors": "0.75.
|
|
39
|
-
"@react-native/virtualized-lists": "0.75.
|
|
33
|
+
"@react-native/assets-registry": "0.75.3",
|
|
34
|
+
"@react-native/codegen": "0.75.3",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.75.3",
|
|
36
|
+
"@react-native/gradle-plugin": "0.75.3",
|
|
37
|
+
"@react-native/js-polyfills": "0.75.3",
|
|
38
|
+
"@react-native/normalize-colors": "0.75.3",
|
|
39
|
+
"@react-native/virtualized-lists": "0.75.3",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
43
43
|
"art": "^0.10.0",
|
|
44
44
|
"base64-js": "^1.5.1",
|
|
45
45
|
"chalk": "^4.0.0",
|
|
46
|
+
"commander": "^9.4.1",
|
|
46
47
|
"event-target-shim": "^5.0.1",
|
|
47
48
|
"flow-enums-runtime": "^0.0.6",
|
|
48
49
|
"glob": "^7.1.1",
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
"devDependencies": {
|
|
72
73
|
"@babel/core": "^7.20.0",
|
|
73
74
|
"@babel/eslint-parser": "^7.20.0",
|
|
74
|
-
"@react-native/metro-config": "0.75.
|
|
75
|
+
"@react-native/metro-config": "0.75.3",
|
|
75
76
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
76
77
|
"@rnw-scripts/eslint-config": "1.2.23",
|
|
77
78
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
|
|
@@ -87,14 +88,14 @@
|
|
|
87
88
|
"just-scripts": "^1.3.3",
|
|
88
89
|
"prettier": "2.8.8",
|
|
89
90
|
"react": "18.3.1",
|
|
90
|
-
"react-native": "0.75.
|
|
91
|
+
"react-native": "0.75.3",
|
|
91
92
|
"react-native-platform-override": "^1.9.42",
|
|
92
93
|
"typescript": "5.0.4"
|
|
93
94
|
},
|
|
94
95
|
"peerDependencies": {
|
|
95
96
|
"@types/react": "^18.2.6",
|
|
96
97
|
"react": "^18.2.0",
|
|
97
|
-
"react-native": "^0.75.
|
|
98
|
+
"react-native": "^0.75.3"
|
|
98
99
|
},
|
|
99
100
|
"beachball": {
|
|
100
101
|
"defaultNpmTag": "latest",
|