@office-iss/react-native-win32 0.75.0-preview.1 → 0.75.0-preview.3
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 +31 -1
- package/CHANGELOG.md +20 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Renderer/implementations/ReactFabric-dev.js +26149 -15434
- package/Libraries/Renderer/implementations/ReactFabric-prod.js +1630 -2675
- package/Libraries/Renderer/implementations/ReactFabric-profiling.js +1691 -2954
- package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js +27069 -16192
- package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js +1657 -2714
- package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js +1733 -2980
- package/Libraries/Utilities/Platform.android.js +1 -1
- package/Libraries/Utilities/Platform.d.ts +1 -1
- package/Libraries/Utilities/Platform.flow.js +2 -2
- package/Libraries/Utilities/Platform.flow.win32.js +3 -3
- package/Libraries/Utilities/Platform.ios.js +1 -1
- package/Libraries/Utilities/Platform.win32.js +1 -1
- package/overrides.json +4 -4
- package/package.json +18 -18
- package/src/private/specs/modules/NativePlatformConstantsAndroid.js +1 -1
- package/src/private/specs/modules/NativePlatformConstantsIOS.js +1 -1
- package/src/private/specs/modules/NativePlatformConstantsWin.js +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 31 Jul 2024 21:16:19 GMT",
|
|
6
|
+
"version": "0.75.0-preview.3",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.75.0-preview.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "32b32b325f3005913a8ec72d7051e5f4a519a813",
|
|
14
|
+
"comment": "integrate 0.75.0-rc.6"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 29 Jul 2024 15:20:55 GMT",
|
|
21
|
+
"version": "0.75.0-preview.2",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.75.0-preview.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "d5feb184a8555cfc8169dd1c15d4630fff567ffc",
|
|
29
|
+
"comment": "integrate RN 0.75.0-rc.5"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 15 Jul 2024 16:52:20 GMT",
|
|
6
36
|
"version": "0.75.0-preview.1",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.75.0-preview.1",
|
|
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
|
|
3
|
+
This log was last generated on Wed, 31 Jul 2024 21:16:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.75.0-preview.
|
|
7
|
+
## 0.75.0-preview.3
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Wed, 31 Jul 2024 21:16:19 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- integrate 0.75.0-rc.6 (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.75.0-preview.2
|
|
16
|
+
|
|
17
|
+
Mon, 29 Jul 2024 15:20:55 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.75.0-preview.1
|
|
24
|
+
|
|
25
|
+
Mon, 15 Jul 2024 16:52:20 GMT
|
|
26
|
+
|
|
27
|
+
### Changes
|
|
28
|
+
|
|
29
|
+
- Promote 0.75 to preview (tatianakapos@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.0.0-canary.255
|
|
16
32
|
|
|
17
33
|
Fri, 21 Jun 2024 05:17:50 GMT
|