@office-iss/react-native-win32 0.77.0 → 0.77.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 +37 -1
- package/CHANGELOG.md +22 -5
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Core/setUpDeveloperTools.js +2 -3
- package/Libraries/Utilities/HMRClient.js +0 -28
- package/Libraries/Utilities/HMRClientProdShim.js +0 -1
- package/overrides.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 17 Mar 2025 15:29:28 GMT",
|
|
6
|
+
"version": "0.77.2",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.77.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "f11ceab457bb81ac1848e0c2b6ca2e7f7cac35dc",
|
|
14
|
+
"comment": "integrate 0.77.1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "julio.rocha@microsoft.com",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"commit": "a1574f6381eab469ed68378ca9711dad8756fe8c",
|
|
20
|
+
"comment": "Refactor WebSocket resource class (#14377)"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 27 Feb 2025 20:13:38 GMT",
|
|
27
|
+
"version": "0.77.1",
|
|
28
|
+
"tag": "@office-iss/react-native-win32_v0.77.1",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "tatianakapos@microsoft.com",
|
|
33
|
+
"package": "@office-iss/react-native-win32",
|
|
34
|
+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
|
|
35
|
+
"comment": "Promote 0.77 to legacy"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
|
|
6
42
|
"version": "0.77.0",
|
|
7
43
|
"tag": "@office-iss/react-native-win32_v0.77.0",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
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, 17 Mar 2025 15:29:28 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.77.
|
|
7
|
+
## 0.77.2
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 17 Mar 2025 15:29:28 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- integrate 0.77.
|
|
14
|
-
-
|
|
13
|
+
- integrate 0.77.1 (tatianakapos@microsoft.com)
|
|
14
|
+
- Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
|
|
15
15
|
|
|
16
|
+
## 0.77.1
|
|
17
|
+
|
|
18
|
+
Thu, 27 Feb 2025 20:13:38 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
|
|
23
|
+
|
|
24
|
+
## 0.77.0
|
|
25
|
+
|
|
26
|
+
Fri, 24 Jan 2025 21:11:34 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- integrate 0.77.0 (tatianakapos@microsoft.com)
|
|
31
|
+
- Promote 0.76 to latest (tatianakapos@microsoft.com)
|
|
32
|
+
|
|
16
33
|
## 0.77.0-preview.3
|
|
17
34
|
|
|
18
35
|
Mon, 13 Jan 2025 16:31:20 GMT
|
|
@@ -42,9 +42,8 @@ if (__DEV__) {
|
|
|
42
42
|
if (!Platform.isTesting) {
|
|
43
43
|
const HMRClient = require('../Utilities/HMRClient');
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
} else if (console._isPolyfilled) {
|
|
45
|
+
// TODO(T214991636): Remove legacy Metro log forwarding
|
|
46
|
+
if (console._isPolyfilled) {
|
|
48
47
|
// We assume full control over the console and send JavaScript logs to Metro.
|
|
49
48
|
[
|
|
50
49
|
'trace',
|
|
@@ -26,7 +26,6 @@ let hmrUnavailableReason: string | null = null;
|
|
|
26
26
|
let currentCompileErrorMessage: string | null = null;
|
|
27
27
|
let didConnect: boolean = false;
|
|
28
28
|
let pendingLogs: Array<[LogLevel, $ReadOnlyArray<mixed>]> = [];
|
|
29
|
-
let pendingFuseboxConsoleNotification = false;
|
|
30
29
|
|
|
31
30
|
type LogLevel =
|
|
32
31
|
| 'trace'
|
|
@@ -52,7 +51,6 @@ export type HMRClientNativeInterface = {|
|
|
|
52
51
|
isEnabled: boolean,
|
|
53
52
|
scheme?: string,
|
|
54
53
|
): void,
|
|
55
|
-
unstable_notifyFuseboxConsoleEnabled(): void,
|
|
56
54
|
|};
|
|
57
55
|
|
|
58
56
|
/**
|
|
@@ -142,29 +140,6 @@ const HMRClient: HMRClientNativeInterface = {
|
|
|
142
140
|
}
|
|
143
141
|
},
|
|
144
142
|
|
|
145
|
-
unstable_notifyFuseboxConsoleEnabled() {
|
|
146
|
-
if (!hmrClient) {
|
|
147
|
-
pendingFuseboxConsoleNotification = true;
|
|
148
|
-
return;
|
|
149
|
-
}
|
|
150
|
-
hmrClient.send(
|
|
151
|
-
JSON.stringify({
|
|
152
|
-
type: 'log',
|
|
153
|
-
level: 'info',
|
|
154
|
-
data: [
|
|
155
|
-
'\n' +
|
|
156
|
-
'\u001B[7m' +
|
|
157
|
-
' \u001B[1m💡 JavaScript logs have moved!\u001B[22m They can now be ' +
|
|
158
|
-
'viewed in React Native DevTools. Tip: Type \u001B[1mj\u001B[22m in ' +
|
|
159
|
-
'the terminal to open (requires Google Chrome or Microsoft Edge).' +
|
|
160
|
-
'\u001B[27m' +
|
|
161
|
-
'\n',
|
|
162
|
-
],
|
|
163
|
-
}),
|
|
164
|
-
);
|
|
165
|
-
pendingFuseboxConsoleNotification = false;
|
|
166
|
-
},
|
|
167
|
-
|
|
168
143
|
// Called once by the bridge on startup, even if Fast Refresh is off.
|
|
169
144
|
// It creates the HMR client but doesn't actually set up the socket yet.
|
|
170
145
|
setup(
|
|
@@ -341,9 +316,6 @@ function flushEarlyLogs(client: MetroHMRClient) {
|
|
|
341
316
|
pendingLogs.forEach(([level, data]) => {
|
|
342
317
|
HMRClient.log(level, data);
|
|
343
318
|
});
|
|
344
|
-
if (pendingFuseboxConsoleNotification) {
|
|
345
|
-
HMRClient.unstable_notifyFuseboxConsoleEnabled();
|
|
346
|
-
}
|
|
347
319
|
} finally {
|
|
348
320
|
pendingLogs.length = 0;
|
|
349
321
|
}
|
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.77.
|
|
3
|
+
"version": "0.77.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.77.
|
|
34
|
-
"@react-native/codegen": "0.77.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.77.
|
|
36
|
-
"@react-native/gradle-plugin": "0.77.
|
|
37
|
-
"@react-native/js-polyfills": "0.77.
|
|
38
|
-
"@react-native/normalize-colors": "0.77.
|
|
39
|
-
"@react-native/virtualized-lists": "0.77.
|
|
33
|
+
"@react-native/assets-registry": "0.77.1",
|
|
34
|
+
"@react-native/codegen": "0.77.1",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.77.1",
|
|
36
|
+
"@react-native/gradle-plugin": "0.77.1",
|
|
37
|
+
"@react-native/js-polyfills": "0.77.1",
|
|
38
|
+
"@react-native/normalize-colors": "0.77.1",
|
|
39
|
+
"@react-native/virtualized-lists": "0.77.1",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"just-scripts": "^1.3.3",
|
|
91
91
|
"prettier": "2.8.8",
|
|
92
92
|
"react": "18.3.1",
|
|
93
|
-
"react-native": "0.77.
|
|
93
|
+
"react-native": "0.77.1",
|
|
94
94
|
"react-native-platform-override": "^1.9.49",
|
|
95
95
|
"typescript": "5.0.4"
|
|
96
96
|
},
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"react-native": "^0.77.0"
|
|
101
101
|
},
|
|
102
102
|
"beachball": {
|
|
103
|
-
"defaultNpmTag": "
|
|
103
|
+
"defaultNpmTag": "v0.77-stable",
|
|
104
104
|
"disallowedChangeTypes": [
|
|
105
105
|
"major",
|
|
106
106
|
"minor",
|