@office-iss/react-native-win32 0.74.7 → 0.74.9
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 +11 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 28 Apr 2025 15:23:57 GMT",
|
|
6
|
+
"version": "0.74.9",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.74.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "54227869+anupriya13@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "47d2ccdf0c6c9819757e442c98a6ce79763f67a6",
|
|
14
|
+
"comment": "Integrate 0.74.7"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 07 Mar 2025 20:21:59 GMT",
|
|
21
|
+
"version": "0.74.8",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.74.8",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "julio.rocha@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "4dc7e13a5de99b95f76c058f43474dccded41ac5",
|
|
29
|
+
"comment": "Refactor WebSocket resource class (#14377)"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 05 Nov 2024 21:10:07 GMT",
|
|
6
36
|
"version": "0.74.7",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.74.7",
|
|
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
|
|
3
|
+
This log was last generated on Mon, 28 Apr 2025 15:23:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.74.
|
|
7
|
+
## 0.74.9
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 28 Apr 2025 15:23:57 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Integrate 0.74.7 (54227869+anupriya13@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.74.8
|
|
16
|
+
|
|
17
|
+
Fri, 07 Mar 2025 20:21:59 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.74.7
|
|
24
|
+
|
|
25
|
+
Tue, 05 Nov 2024 21:10:07 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- adds default Modal (tatianakapos@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.74.6
|
|
16
32
|
|
|
17
33
|
Mon, 19 Aug 2024 19:11:33 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.74.
|
|
3
|
+
"version": "0.74.9",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@react-native-community/cli-platform-android": "13.6.9",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "13.6.9",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.74.
|
|
34
|
-
"@react-native/codegen": "0.74.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.74.
|
|
36
|
-
"@react-native/gradle-plugin": "0.74.
|
|
37
|
-
"@react-native/js-polyfills": "0.74.
|
|
38
|
-
"@react-native/normalize-colors": "0.74.
|
|
39
|
-
"@react-native/virtualized-lists": "0.74.
|
|
33
|
+
"@react-native/assets-registry": "0.74.89",
|
|
34
|
+
"@react-native/codegen": "0.74.89",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.74.89",
|
|
36
|
+
"@react-native/gradle-plugin": "0.74.89",
|
|
37
|
+
"@react-native/js-polyfills": "0.74.89",
|
|
38
|
+
"@react-native/normalize-colors": "0.74.89",
|
|
39
|
+
"@react-native/virtualized-lists": "0.74.89",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"chalk": "^4.0.0",
|
|
46
46
|
"event-target-shim": "^5.0.1",
|
|
47
47
|
"flow-enums-runtime": "^0.0.6",
|
|
48
|
+
"glob": "^7.1.1",
|
|
48
49
|
"invariant": "^2.2.4",
|
|
49
50
|
"jest-environment-node": "^29.6.3",
|
|
50
51
|
"jsc-android": "^250231.0.0",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"devDependencies": {
|
|
70
71
|
"@babel/core": "^7.20.0",
|
|
71
72
|
"@babel/eslint-parser": "^7.20.0",
|
|
72
|
-
"@react-native/metro-config": "0.74.
|
|
73
|
+
"@react-native/metro-config": "0.74.89",
|
|
73
74
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
74
75
|
"@rnw-scripts/eslint-config": "1.2.9",
|
|
75
76
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"just-scripts": "^1.3.3",
|
|
86
87
|
"prettier": "2.8.8",
|
|
87
88
|
"react": "18.2.0",
|
|
88
|
-
"react-native": "0.74.
|
|
89
|
+
"react-native": "0.74.7",
|
|
89
90
|
"react-native-platform-override": "^1.9.25",
|
|
90
91
|
"typescript": "5.0.4"
|
|
91
92
|
},
|