@office-iss/react-native-win32 0.76.2 → 0.76.4

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 CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Dec 2024 16:30:21 GMT",
5
+ "date": "Mon, 10 Feb 2025 16:37:16 GMT",
6
+ "version": "0.76.4",
7
+ "tag": "@office-iss/react-native-win32_v0.76.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "4c239177bec99b6d108edf7c1a7d40ca5948cc2d",
14
+ "comment": "integrate RN 76.6"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 24 Jan 2025 19:55:46 GMT",
21
+ "version": "0.76.3",
22
+ "tag": "@office-iss/react-native-win32_v0.76.3",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "9e5773549f78a634e927694536d280f86f85e530",
29
+ "comment": "Promote 0.76 to legacy"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 16 Dec 2024 16:31:11 GMT",
6
36
  "version": "0.76.2",
7
37
  "tag": "@office-iss/react-native-win32_v0.76.2",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Mon, 16 Dec 2024 16:30:21 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 10 Feb 2025 16:37:16 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.76.2
7
+ ## 0.76.4
8
8
 
9
- Mon, 16 Dec 2024 16:30:21 GMT
9
+ Mon, 10 Feb 2025 16:37:16 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - adds default Modal (tatianakapos@microsoft.com)
13
+ - integrate RN 76.6 (email not defined)
14
14
 
15
+ ## 0.76.3
16
+
17
+ Fri, 24 Jan 2025 19:55:46 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.76 to legacy (tatianakapos@microsoft.com)
22
+
23
+ ## 0.76.2
24
+
25
+ Mon, 16 Dec 2024 16:31:11 GMT
26
+
27
+ ### Patches
28
+
29
+ - adds default Modal (tatianakapos@microsoft.com)
30
+
15
31
  ## 0.76.1
16
32
 
17
33
  Mon, 25 Nov 2024 16:29:57 GMT
@@ -16,7 +16,7 @@ const version: $ReadOnly<{
16
16
  }> = {
17
17
  major: 0,
18
18
  minor: 76,
19
- patch: 2,
19
+ patch: 6,
20
20
  prerelease: null,
21
21
  };
22
22
 
package/jest/setup.js CHANGED
@@ -417,4 +417,8 @@ jest
417
417
  return jest.requireActual(
418
418
  '../Libraries/ReactNative/RendererImplementation',
419
419
  );
420
- });
420
+ })
421
+ .mock('../Libraries/Utilities/useColorScheme', () => ({
422
+ __esModule: true,
423
+ default: jest.fn().mockReturnValue('light'),
424
+ }));
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.76.2",
10
+ "baseVersion": "0.76.6",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.76.2",
3
+ "version": "0.76.4",
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.76.2",
34
- "@react-native/codegen": "0.76.2",
35
- "@react-native/community-cli-plugin": "0.76.2",
36
- "@react-native/gradle-plugin": "0.76.2",
37
- "@react-native/js-polyfills": "0.76.2",
38
- "@react-native/normalize-colors": "0.76.2",
39
- "@react-native/virtualized-lists": "0.76.2",
33
+ "@react-native/assets-registry": "0.76.6",
34
+ "@react-native/codegen": "0.76.6",
35
+ "@react-native/community-cli-plugin": "0.76.6",
36
+ "@react-native/gradle-plugin": "0.76.6",
37
+ "@react-native/js-polyfills": "0.76.6",
38
+ "@react-native/normalize-colors": "0.76.6",
39
+ "@react-native/virtualized-lists": "0.76.6",
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.76.2",
93
+ "react-native": "0.76.6",
94
94
  "react-native-platform-override": "^1.9.46",
95
95
  "typescript": "5.0.4"
96
96
  },
@@ -100,7 +100,7 @@
100
100
  "react-native": "^0.76.2"
101
101
  },
102
102
  "beachball": {
103
- "defaultNpmTag": "latest",
103
+ "defaultNpmTag": "v0.76-stable",
104
104
  "disallowedChangeTypes": [
105
105
  "major",
106
106
  "minor",
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<0bff47ec5af8ed96d8b2abe351f318f1>>
7
+ * @generated SignedSource<<cbc00457c9b6f4639083b6fa970683eb>>
8
8
  * @flow strict-local
9
9
  */
10
10
 
@@ -46,7 +46,6 @@ export type ReactNativeFeatureFlagsJsOnlyOverrides = Partial<ReactNativeFeatureF
46
46
  export type ReactNativeFeatureFlags = {
47
47
  ...ReactNativeFeatureFlagsJsOnly,
48
48
  commonTestFlag: Getter<boolean>,
49
- allowRecursiveCommitsWithSynchronousMountOnAndroid: Getter<boolean>,
50
49
  batchRenderingUpdatesInEventLoop: Getter<boolean>,
51
50
  completeReactInstanceCreationOnBgThreadOnAndroid: Getter<boolean>,
52
51
  destroyFabricSurfacesInReactInstanceManager: Getter<boolean>,
@@ -164,10 +163,6 @@ export const useRefsForTextInputState: Getter<boolean> = createJavaScriptFlagGet
164
163
  * Common flag for testing. Do NOT modify.
165
164
  */
166
165
  export const commonTestFlag: Getter<boolean> = createNativeFlagGetter('commonTestFlag', false);
167
- /**
168
- * Adds support for recursively processing commits that mount synchronously (Android only).
169
- */
170
- export const allowRecursiveCommitsWithSynchronousMountOnAndroid: Getter<boolean> = createNativeFlagGetter('allowRecursiveCommitsWithSynchronousMountOnAndroid', false);
171
166
  /**
172
167
  * When enabled, the RuntimeScheduler processing the event loop will batch all rendering updates and dispatch them together at the end of each iteration of the loop.
173
168
  */
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
- * @generated SignedSource<<6d4aa48dfdd3b78ac5f0f8e70eb3895f>>
7
+ * @generated SignedSource<<ac46e3eb810d890a0f8199fe100936cb>>
8
8
  * @flow strict-local
9
9
  */
10
10
 
@@ -24,7 +24,6 @@ import * as TurboModuleRegistry from '../../../../Libraries/TurboModule/TurboMod
24
24
 
25
25
  export interface Spec extends TurboModule {
26
26
  +commonTestFlag?: () => boolean;
27
- +allowRecursiveCommitsWithSynchronousMountOnAndroid?: () => boolean;
28
27
  +batchRenderingUpdatesInEventLoop?: () => boolean;
29
28
  +completeReactInstanceCreationOnBgThreadOnAndroid?: () => boolean;
30
29
  +destroyFabricSurfacesInReactInstanceManager?: () => boolean;