@office-iss/react-native-win32 0.0.0-canary.269 → 0.0.0-canary.270
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/overrides.json +6 -6
- package/package.json +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": "
|
|
5
|
+
"date": "Sat, 02 Nov 2024 05:27:15 GMT",
|
|
6
|
+
"version": "0.0.0-canary.270",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.270",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "15e5afbf41a7b58eb98bc47eb58db530d9daa9ff",
|
|
14
|
+
"comment": "adds default Modal"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 23 Oct 2024 05:31:16 GMT",
|
|
6
21
|
"version": "0.0.0-canary.269",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.0.0-canary.269",
|
|
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
|
|
3
|
+
<!-- This log was last generated on Sat, 02 Nov 2024 05:27:15 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.270
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Sat, 02 Nov 2024 05:27:15 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- adds default Modal (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.0.0-canary.269
|
|
16
|
+
|
|
17
|
+
Wed, 23 Oct 2024 05:31:16 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Fix ignore files and update cli timeout (jthysell@microsoft.com)
|
|
22
|
+
|
|
15
23
|
## 0.0.0-canary.268
|
|
16
24
|
|
|
17
25
|
Sat, 19 Oct 2024 05:29:45 GMT
|
package/overrides.json
CHANGED
|
@@ -506,6 +506,12 @@
|
|
|
506
506
|
"baseHash": "bc63f57b28f1e98755101f650a2c15b6aa263abf",
|
|
507
507
|
"issue": 11041
|
|
508
508
|
},
|
|
509
|
+
{
|
|
510
|
+
"type": "copy",
|
|
511
|
+
"file": "src-win/src/private/reactdevtools/ReactDevToolsSettingsManager.win32.js",
|
|
512
|
+
"baseFile": "packages/react-native/src/private/reactdevtools/ReactDevToolsSettingsManager.android.js",
|
|
513
|
+
"baseHash": "df41b76dc3d2df9455fae588748261d7b0a22d01"
|
|
514
|
+
},
|
|
509
515
|
{
|
|
510
516
|
"type": "derived",
|
|
511
517
|
"file": "src-win/src/private/specs/modules/NativeAccessibilityInfoWin32.js",
|
|
@@ -523,12 +529,6 @@
|
|
|
523
529
|
"file": "src-win/src/private/specs/modules/NativePlatformConstantsWin.js",
|
|
524
530
|
"baseFile": "packages/react-native/src/private/specs/modules/NativePlatformConstantsAndroid.js",
|
|
525
531
|
"baseHash": "fa0f34a2de33b641bd63863629087644796d8b59"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "copy",
|
|
529
|
-
"file": "src-win/src/private/reactdevtools/ReactDevToolsSettingsManager.win32.js",
|
|
530
|
-
"baseFile": "packages/react-native/src/private/reactdevtools/ReactDevToolsSettingsManager.android.js",
|
|
531
|
-
"baseHash": "df41b76dc3d2df9455fae588748261d7b0a22d01"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
534
534
|
}
|