@office-iss/react-native-win32 0.74.9 → 0.74.11
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/.flowconfig +4 -0
- package/CHANGELOG.json +14337 -14307
- package/CHANGELOG.md +31 -15
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
# Change Log - @office-iss/react-native-win32
|
|
2
|
-
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 0.74.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Patches
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
1
|
+
# Change Log - @office-iss/react-native-win32
|
|
2
|
+
|
|
3
|
+
This log was last generated on Wed, 18 Mar 2026 03:08:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 0.74.11
|
|
8
|
+
|
|
9
|
+
Wed, 18 Mar 2026 03:08:40 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Fix Linter issues (vmorozov@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.74.10
|
|
16
|
+
|
|
17
|
+
Mon, 22 Sep 2025 15:31:50 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump flow-bin (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
23
|
+
## 0.74.9
|
|
24
|
+
|
|
25
|
+
Mon, 28 Apr 2025 15:24:30 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Integrate 0.74.7 (54227869+anupriya13@users.noreply.github.com)
|
|
30
|
+
|
|
15
31
|
## 0.74.8
|
|
16
32
|
|
|
17
33
|
Fri, 07 Mar 2025 20:21:59 GMT
|
|
@@ -5511,4 +5527,4 @@ Mon, 01 May 2017 19:28:16 GMT
|
|
|
5511
5527
|
|
|
5512
5528
|
### Patches
|
|
5513
5529
|
|
|
5514
|
-
- Move @office-iss/react-native to 0.40.1 to fix build
|
|
5530
|
+
- Move @office-iss/react-native to 0.40.1 to fix build
|
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.11",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@types/prop-types": "15.7.1",
|
|
82
82
|
"@types/react": "^18.2.6",
|
|
83
83
|
"eslint": "^8.19.0",
|
|
84
|
-
"flow-bin": "^0.
|
|
84
|
+
"flow-bin": "^0.228.0",
|
|
85
85
|
"jscodeshift": "^0.14.0",
|
|
86
86
|
"just-scripts": "^1.3.3",
|
|
87
87
|
"prettier": "2.8.8",
|