@office-iss/react-native-win32 0.0.0-canary.294 → 0.0.0-canary.296

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,61 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 26 Jul 2025 05:25:35 GMT",
5
+ "date": "Wed, 03 Sep 2025 05:22:43 GMT",
6
+ "version": "0.0.0-canary.296",
7
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.296",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "mmaring@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "dca862a71a36a4c8147bb0d26376bdf59afba232",
14
+ "comment": "Add reply count prop to AccessibilityAnnotationInfo"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 23 Aug 2025 05:30:39 GMT",
21
+ "version": "0.0.0-canary.295",
22
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.295",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "10109130+sharath2727@users.noreply.github.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "8d0845243469a6c9901f4a48f701a8ddf907af7f",
29
+ "comment": "Upgrade to node22"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@office-iss/react-native-win32",
34
+ "comment": "Bump @rnw-scripts/eslint-config to v1.2.37",
35
+ "commit": "not available"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@office-iss/react-native-win32",
40
+ "comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.41",
41
+ "commit": "not available"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@office-iss/react-native-win32",
46
+ "comment": "Bump @rnw-scripts/just-task to v2.3.55",
47
+ "commit": "not available"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@office-iss/react-native-win32",
52
+ "comment": "Bump react-native-platform-override to v1.9.57",
53
+ "commit": "not available"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Sat, 26 Jul 2025 05:26:13 GMT",
6
60
  "version": "0.0.0-canary.294",
7
61
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.294",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Sat, 26 Jul 2025 05:25:35 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 03 Sep 2025 05:22:43 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.294
7
+ ## 0.0.0-canary.296
8
8
 
9
- Sat, 26 Jul 2025 05:25:35 GMT
9
+ Wed, 03 Sep 2025 05:22:43 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Integrate RN Nightly Build 0.80.0-nightly-20250506-3ac16dd6a (54227869+anupriya13@users.noreply.github.com)
13
+ - Add reply count prop to AccessibilityAnnotationInfo (mmaring@microsoft.com)
14
14
 
15
+ ## 0.0.0-canary.295
16
+
17
+ Sat, 23 Aug 2025 05:30:39 GMT
18
+
19
+ ### Changes
20
+
21
+ - Upgrade to node22 (10109130+sharath2727@users.noreply.github.com)
22
+ - Bump @rnw-scripts/eslint-config to v1.2.37
23
+ - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.41
24
+ - Bump @rnw-scripts/just-task to v2.3.55
25
+ - Bump react-native-platform-override to v1.9.57
26
+
27
+ ## 0.0.0-canary.294
28
+
29
+ Sat, 26 Jul 2025 05:26:13 GMT
30
+
31
+ ### Changes
32
+
33
+ - Integrate RN Nightly Build 0.80.0-nightly-20250506-3ac16dd6a (54227869+anupriya13@users.noreply.github.com)
34
+
15
35
  ## 0.0.0-canary.293
16
36
 
17
37
  Thu, 17 Jul 2025 05:27:00 GMT
@@ -417,6 +417,7 @@ export type AccessibilityAnnotationInfo = Readonly<{
417
417
  author?: string;
418
418
  dateTime?: string;
419
419
  target?: string;
420
+ replyCount?: number;
420
421
  }>;
421
422
 
422
423
  // [Win32]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.0.0-canary.294",
3
+ "version": "0.0.0-canary.296",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -74,22 +74,22 @@
74
74
  "@babel/eslint-parser": "^7.25.1",
75
75
  "@react-native/metro-config": "0.80.0-nightly-20250506-3ac16dd6a",
76
76
  "@rnw-scripts/babel-react-native-config": "0.0.0",
77
- "@rnw-scripts/eslint-config": "1.2.36",
78
- "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.40",
79
- "@rnw-scripts/just-task": "2.3.54",
77
+ "@rnw-scripts/eslint-config": "1.2.37",
78
+ "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.41",
79
+ "@rnw-scripts/just-task": "2.3.55",
80
80
  "@rnw-scripts/metro-dev-config": "0.0.0",
81
81
  "@rnx-kit/jest-preset": "^0.1.17",
82
- "@types/node": "^18.0.0",
82
+ "@types/node": "^22.0.0",
83
83
  "@types/prop-types": "15.7.1",
84
84
  "@types/react": "^19.0.0",
85
85
  "eslint": "^8.19.0",
86
- "flow-bin": "^0.267.0",
86
+ "flow-bin": "^0.269.0",
87
87
  "jscodeshift": "^0.14.0",
88
88
  "just-scripts": "^1.3.3",
89
89
  "prettier": "2.8.8",
90
90
  "react": "19.1.0",
91
91
  "react-native": "0.80.0-nightly-20250506-3ac16dd6a",
92
- "react-native-platform-override": "^1.9.56",
92
+ "react-native-platform-override": "^1.9.57",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "promoteRelease": true,
112
112
  "engines": {
113
- "node": ">= 18"
113
+ "node": ">= 22"
114
114
  }
115
115
  }
@@ -417,6 +417,7 @@ export type AccessibilityAnnotationInfo = Readonly<{
417
417
  author?: string;
418
418
  dateTime?: string;
419
419
  target?: string;
420
+ replyCount?: number;
420
421
  }>;
421
422
 
422
423
  // [Win32]