@office-iss/react-native-win32 0.84.0-preview.1 → 0.84.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 +15 -0
- package/CHANGELOG.md +9 -1
- package/Libraries/Core/ReactNativeVersion.js +2 -2
- package/overrides.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 07 Apr 2026 06:17:42 GMT",
|
|
6
|
+
"version": "0.84.0-preview.2",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.84.0-preview.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "66076509+vineethkuttan@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "eec445b81f53fa5dbd9fa27b2f5f3aa26d452c50",
|
|
14
|
+
"comment": "Integrate 0.84.1"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Mon, 06 Apr 2026 06:35:45 GMT",
|
|
6
21
|
"version": "0.84.0-preview.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
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 Tue, 07 Apr 2026 06:17:42 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.84.0-preview.2
|
|
8
|
+
|
|
9
|
+
Tue, 07 Apr 2026 06:17:42 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Integrate 0.84.1 (66076509+vineethkuttan@users.noreply.github.com)
|
|
14
|
+
|
|
7
15
|
## 0.84.0-preview.1
|
|
8
16
|
|
|
9
17
|
Mon, 06 Apr 2026 06:35:45 GMT
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
export default class ReactNativeVersion {
|
|
29
29
|
static major: number = 0;
|
|
30
30
|
static minor: number = 84;
|
|
31
|
-
static patch: number =
|
|
32
|
-
static prerelease: string | null =
|
|
31
|
+
static patch: number = 1;
|
|
32
|
+
static prerelease: string | null = null;
|
|
33
33
|
|
|
34
34
|
static getVersionString(): string {
|
|
35
35
|
return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
|
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.84.0-preview.
|
|
3
|
+
"version": "0.84.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": "20.0.0",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "20.0.0",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.84.
|
|
34
|
-
"@react-native/codegen": "0.84.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.84.
|
|
36
|
-
"@react-native/gradle-plugin": "0.84.
|
|
37
|
-
"@react-native/js-polyfills": "0.84.
|
|
38
|
-
"@react-native/normalize-colors": "0.84.
|
|
39
|
-
"@react-native/virtualized-lists": "0.84.
|
|
33
|
+
"@react-native/assets-registry": "0.84.1",
|
|
34
|
+
"@react-native/codegen": "0.84.1",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.84.1",
|
|
36
|
+
"@react-native/gradle-plugin": "0.84.1",
|
|
37
|
+
"@react-native/js-polyfills": "0.84.1",
|
|
38
|
+
"@react-native/normalize-colors": "0.84.1",
|
|
39
|
+
"@react-native/virtualized-lists": "0.84.1",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"event-target-shim": "^5.0.1",
|
|
50
50
|
"flow-enums-runtime": "^0.0.6",
|
|
51
51
|
"glob": "^7.1.1",
|
|
52
|
-
"hermes-compiler": "250829098.0.
|
|
52
|
+
"hermes-compiler": "250829098.0.9",
|
|
53
53
|
"invariant": "^2.2.4",
|
|
54
54
|
"jest-environment-node": "^29.7.0",
|
|
55
55
|
"memoize-one": "^5.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@babel/core": "^7.25.2",
|
|
76
76
|
"@babel/eslint-parser": "^7.25.1",
|
|
77
|
-
"@react-native/metro-config": "0.84.
|
|
77
|
+
"@react-native/metro-config": "0.84.1",
|
|
78
78
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
79
79
|
"@rnw-scripts/eslint-config": "1.2.38",
|
|
80
80
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.42",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"just-scripts": "^1.3.3",
|
|
92
92
|
"prettier": "^3.6.2",
|
|
93
93
|
"react": "19.2.3",
|
|
94
|
-
"react-native": "0.84.
|
|
94
|
+
"react-native": "0.84.1",
|
|
95
95
|
"react-native-platform-override": "0.84.0-preview.1",
|
|
96
96
|
"typescript": "5.0.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@types/react": "^19.1.1",
|
|
100
100
|
"react": "^19.2.3",
|
|
101
|
-
"react-native": "0.84.
|
|
101
|
+
"react-native": "0.84.1"
|
|
102
102
|
},
|
|
103
103
|
"beachball": {
|
|
104
104
|
"defaultNpmTag": "preview",
|