@office-iss/react-native-win32 0.75.0-preview.1 → 0.75.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/Libraries/Utilities/Platform.android.js +1 -1
- package/Libraries/Utilities/Platform.d.ts +1 -1
- package/Libraries/Utilities/Platform.flow.js +2 -2
- package/Libraries/Utilities/Platform.flow.win32.js +3 -3
- package/Libraries/Utilities/Platform.ios.js +1 -1
- package/Libraries/Utilities/Platform.win32.js +1 -1
- package/overrides.json +4 -4
- package/package.json +12 -12
- package/src/private/specs/modules/NativePlatformConstantsAndroid.js +1 -1
- package/src/private/specs/modules/NativePlatformConstantsIOS.js +1 -1
- package/src/private/specs/modules/NativePlatformConstantsWin.js +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 29 Jul 2024 15:20:10 GMT",
|
|
6
|
+
"version": "0.75.0-preview.2",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.75.0-preview.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "d5feb184a8555cfc8169dd1c15d4630fff567ffc",
|
|
14
|
+
"comment": "integrate RN 0.75.0-rc.5"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 15 Jul 2024 16:52:20 GMT",
|
|
6
21
|
"version": "0.75.0-preview.1",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.75.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 Mon,
|
|
3
|
+
This log was last generated on Mon, 29 Jul 2024 15:20:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.75.0-preview.
|
|
7
|
+
## 0.75.0-preview.2
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 29 Jul 2024 15:20:10 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.75.0-preview.1
|
|
16
|
+
|
|
17
|
+
Mon, 15 Jul 2024 16:52:20 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Promote 0.75 to preview (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
15
23
|
## 0.0.0-canary.255
|
|
16
24
|
|
|
17
25
|
Fri, 21 Jun 2024 05:17:50 GMT
|
|
@@ -32,7 +32,7 @@ type IOSPlatform = {
|
|
|
32
32
|
major: number,
|
|
33
33
|
minor: number,
|
|
34
34
|
patch: number,
|
|
35
|
-
prerelease: ?
|
|
35
|
+
prerelease: ?string,
|
|
36
36
|
|},
|
|
37
37
|
systemName: string,
|
|
38
38
|
isMacCatalyst?: boolean,
|
|
@@ -65,7 +65,7 @@ type AndroidPlatform = {
|
|
|
65
65
|
major: number,
|
|
66
66
|
minor: number,
|
|
67
67
|
patch: number,
|
|
68
|
-
prerelease: ?
|
|
68
|
+
prerelease: ?string,
|
|
69
69
|
|},
|
|
70
70
|
Version: number,
|
|
71
71
|
Release: string,
|
|
@@ -34,7 +34,7 @@ type IOSPlatform = {
|
|
|
34
34
|
major: number,
|
|
35
35
|
minor: number,
|
|
36
36
|
patch: number,
|
|
37
|
-
prerelease: ?string
|
|
37
|
+
prerelease: ?string,
|
|
38
38
|
|},
|
|
39
39
|
isMacCatalyst?: boolean,
|
|
40
40
|
|},
|
|
@@ -66,7 +66,7 @@ type AndroidPlatform = {
|
|
|
66
66
|
major: number,
|
|
67
67
|
minor: number,
|
|
68
68
|
patch: number,
|
|
69
|
-
prerelease: ?
|
|
69
|
+
prerelease: ?string,
|
|
70
70
|
|},
|
|
71
71
|
Version: number,
|
|
72
72
|
Release: string,
|
|
@@ -105,7 +105,7 @@ type Win32Platform = {
|
|
|
105
105
|
major: number,
|
|
106
106
|
minor: number,
|
|
107
107
|
patch: number,
|
|
108
|
-
prerelease: ?string
|
|
108
|
+
prerelease: ?string,
|
|
109
109
|
|},
|
|
110
110
|
systemName: string,
|
|
111
111
|
isMacCatalyst?: boolean,
|
package/overrides.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"**/__snapshots__/**",
|
|
8
8
|
"src-win/rntypes/**"
|
|
9
9
|
],
|
|
10
|
-
"baseVersion": "0.75.0-rc.
|
|
10
|
+
"baseVersion": "0.75.0-rc.5",
|
|
11
11
|
"overrides": [
|
|
12
12
|
{
|
|
13
13
|
"type": "derived",
|
|
@@ -498,13 +498,13 @@
|
|
|
498
498
|
"type": "derived",
|
|
499
499
|
"file": "src-win/Libraries/Utilities/Platform.flow.win32.js",
|
|
500
500
|
"baseFile": "packages/react-native/Libraries/Utilities/Platform.flow.js",
|
|
501
|
-
"baseHash": "
|
|
501
|
+
"baseHash": "f38efa527b9426ae0178bb2336be2e93af0392ba"
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
"type": "derived",
|
|
505
505
|
"file": "src-win/Libraries/Utilities/Platform.win32.js",
|
|
506
506
|
"baseFile": "packages/react-native/Libraries/Utilities/Platform.android.js",
|
|
507
|
-
"baseHash": "
|
|
507
|
+
"baseHash": "33f07d6fddb5290d05c8d4cc490312e3af88c70b"
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
"type": "copy",
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"type": "derived",
|
|
529
529
|
"file": "src-win/src/private/specs/modules/NativePlatformConstantsWin.js",
|
|
530
530
|
"baseFile": "packages/react-native/src/private/specs/modules/NativePlatformConstantsAndroid.js",
|
|
531
|
-
"baseHash": "
|
|
531
|
+
"baseHash": "fa0f34a2de33b641bd63863629087644796d8b59"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
534
534
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.75.0-preview.
|
|
3
|
+
"version": "0.75.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": "14.0.0-alpha.11",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.75.0-rc.
|
|
34
|
-
"@react-native/codegen": "0.75.0-rc.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.75.0-rc.
|
|
36
|
-
"@react-native/gradle-plugin": "0.75.0-rc.
|
|
37
|
-
"@react-native/js-polyfills": "0.75.0-rc.
|
|
38
|
-
"@react-native/normalize-colors": "0.75.0-rc.
|
|
39
|
-
"@react-native/virtualized-lists": "0.75.0-rc.
|
|
33
|
+
"@react-native/assets-registry": "0.75.0-rc.5",
|
|
34
|
+
"@react-native/codegen": "0.75.0-rc.5",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.75.0-rc.5",
|
|
36
|
+
"@react-native/gradle-plugin": "0.75.0-rc.5",
|
|
37
|
+
"@react-native/js-polyfills": "0.75.0-rc.5",
|
|
38
|
+
"@react-native/normalize-colors": "0.75.0-rc.5",
|
|
39
|
+
"@react-native/virtualized-lists": "0.75.0-rc.5",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"pretty-format": "^26.5.2",
|
|
58
58
|
"promise": "^8.3.0",
|
|
59
59
|
"react-clone-referenced-element": "^1.0.1",
|
|
60
|
-
"react-devtools-core": "5.1
|
|
60
|
+
"react-devtools-core": "^5.3.1",
|
|
61
61
|
"react-refresh": "^0.14.0",
|
|
62
62
|
"react-shallow-renderer": "^16.15.0",
|
|
63
63
|
"regenerator-runtime": "^0.13.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "^7.20.0",
|
|
73
73
|
"@babel/eslint-parser": "^7.20.0",
|
|
74
|
-
"@react-native/metro-config": "0.75.0-rc.
|
|
74
|
+
"@react-native/metro-config": "0.75.0-rc.5",
|
|
75
75
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
76
76
|
"@rnw-scripts/eslint-config": "1.2.23",
|
|
77
77
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
"just-scripts": "^1.3.3",
|
|
88
88
|
"prettier": "2.8.8",
|
|
89
89
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
90
|
-
"react-native": "0.75.0-rc.
|
|
90
|
+
"react-native": "0.75.0-rc.5",
|
|
91
91
|
"react-native-platform-override": "^1.9.42",
|
|
92
92
|
"typescript": "5.0.4"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@types/react": "^18.2.6",
|
|
96
96
|
"react": "^19.0.0-rc-fb9a90fa48-20240614",
|
|
97
|
-
"react-native": "0.75.0-rc.
|
|
97
|
+
"react-native": "0.75.0-rc.5"
|
|
98
98
|
},
|
|
99
99
|
"beachball": {
|
|
100
100
|
"defaultNpmTag": "preview",
|