@office-iss/react-native-win32 0.79.0-preview.1 → 0.79.0-preview.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 +16 -1
- package/CHANGELOG.md +12 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 06 Jun 2025 20:46:18 GMT",
|
|
6
|
+
"version": "0.79.0-preview.2",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.79.0-preview.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "6975f8a65ef8b440fde45e43e9bead6c16fd347a",
|
|
14
|
+
"comment": "integrate rn 0.79.0-rc4"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 03 Jun 2025 19:26:29 GMT",
|
|
6
21
|
"version": "0.79.0-preview.1",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.79.0-preview.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
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 Fri, 06 Jun 2025 20:46:18 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.79.0-preview.
|
|
7
|
+
## 0.79.0-preview.2
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 06 Jun 2025 20:46:18 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- integrate rn 0.79.0-rc4 (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.79.0-preview.1
|
|
16
|
+
|
|
17
|
+
Tue, 03 Jun 2025 19:26:29 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Promote 0.79 to preview (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
15
23
|
## 0.0.0-canary.288
|
|
16
24
|
|
|
17
25
|
Fri, 30 May 2025 05:24:59 GMT
|
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.79.0-preview.
|
|
3
|
+
"version": "0.79.0-preview.2",
|
|
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": "15.0.0-alpha.2",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.79.0-rc.
|
|
34
|
-
"@react-native/codegen": "0.79.0-rc.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.79.0-rc.
|
|
36
|
-
"@react-native/gradle-plugin": "0.79.0-rc.
|
|
37
|
-
"@react-native/js-polyfills": "0.79.0-rc.
|
|
38
|
-
"@react-native/normalize-colors": "0.79.0-rc.
|
|
39
|
-
"@react-native/virtualized-lists": "0.79.0-rc.
|
|
33
|
+
"@react-native/assets-registry": "0.79.0-rc.4",
|
|
34
|
+
"@react-native/codegen": "0.79.0-rc.4",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.79.0-rc.4",
|
|
36
|
+
"@react-native/gradle-plugin": "0.79.0-rc.4",
|
|
37
|
+
"@react-native/js-polyfills": "0.79.0-rc.4",
|
|
38
|
+
"@react-native/normalize-colors": "0.79.0-rc.4",
|
|
39
|
+
"@react-native/virtualized-lists": "0.79.0-rc.4",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"invariant": "^2.2.4",
|
|
53
53
|
"jest-environment-node": "^29.7.0",
|
|
54
54
|
"memoize-one": "^5.0.0",
|
|
55
|
-
"metro-runtime": "^0.
|
|
56
|
-
"metro-source-map": "^0.
|
|
55
|
+
"metro-runtime": "^0.82.0",
|
|
56
|
+
"metro-source-map": "^0.82.0",
|
|
57
57
|
"mkdirp": "^0.5.1",
|
|
58
58
|
"nullthrows": "^1.1.1",
|
|
59
59
|
"pretty-format": "^29.7.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@babel/core": "^7.25.2",
|
|
74
74
|
"@babel/eslint-parser": "^7.25.1",
|
|
75
|
-
"@react-native/metro-config": "0.79.0-rc.
|
|
75
|
+
"@react-native/metro-config": "0.79.0-rc.4",
|
|
76
76
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
77
77
|
"@rnw-scripts/eslint-config": "1.2.36",
|
|
78
78
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.40",
|
|
@@ -88,14 +88,14 @@
|
|
|
88
88
|
"just-scripts": "^1.3.3",
|
|
89
89
|
"prettier": "2.8.8",
|
|
90
90
|
"react": "19.0.0",
|
|
91
|
-
"react-native": "0.79.0-rc.
|
|
91
|
+
"react-native": "0.79.0-rc.4",
|
|
92
92
|
"react-native-platform-override": "^1.9.55",
|
|
93
93
|
"typescript": "5.0.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@types/react": "^19.0.0",
|
|
97
97
|
"react": "^19.0.0",
|
|
98
|
-
"react-native": "0.79.0-rc.
|
|
98
|
+
"react-native": "0.79.0-rc.4"
|
|
99
99
|
},
|
|
100
100
|
"beachball": {
|
|
101
101
|
"defaultNpmTag": "preview",
|