@office-iss/react-native-win32 0.74.0-preview.3 → 0.74.1
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,43 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 01 May 2024 20:36:55 GMT",
|
|
6
|
+
"version": "0.74.1",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.74.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "19493123db48b16af9ae6ecc6229cea694e00c2f",
|
|
14
|
+
"comment": "target 0.73 and add carets to versions"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 27 Apr 2024 21:16:05 GMT",
|
|
21
|
+
"version": "0.74.0",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.74.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "b332d7b05a4fdb862bde456f7e668fde4e6e5b04",
|
|
29
|
+
"comment": "Promote 0.74 to latest"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
33
|
+
"package": "@office-iss/react-native-win32",
|
|
34
|
+
"commit": "64098613bcff397b400baa4b1870f0311cc073a7",
|
|
35
|
+
"comment": "Fix PaperUIManager (port from windows)"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Mon, 22 Apr 2024 15:16:53 GMT",
|
|
6
42
|
"version": "0.74.0-preview.3",
|
|
7
43
|
"tag": "@office-iss/react-native-win32_v0.74.0-preview.3",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,34 @@
|
|
|
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, 01 May 2024 20:36:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.74.
|
|
7
|
+
## 0.74.1
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Wed, 01 May 2024 20:36:55 GMT
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- target 0.73 and add carets to versions (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.74.0
|
|
16
|
+
|
|
17
|
+
Sat, 27 Apr 2024 21:16:05 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Promote 0.74 to latest (tatianakapos@microsoft.com)
|
|
22
|
+
- Fix PaperUIManager (port from windows) (30809111+acoates-ms@users.noreply.github.com)
|
|
23
|
+
|
|
24
|
+
## 0.74.0-preview.3
|
|
25
|
+
|
|
26
|
+
Mon, 22 Apr 2024 15:16:53 GMT
|
|
27
|
+
|
|
28
|
+
### Changes
|
|
29
|
+
|
|
30
|
+
- integrate rc9 (tatianakapos@microsoft.com)
|
|
31
|
+
|
|
15
32
|
## 0.74.0-preview.2
|
|
16
33
|
|
|
17
34
|
Thu, 11 Apr 2024 16:29:48 GMT
|
|
@@ -98,7 +98,9 @@ const UIManagerJS: UIManagerJSInterface = {
|
|
|
98
98
|
};
|
|
99
99
|
|
|
100
100
|
// [Windows The spread operator doesn't work on JSI turbomodules, so use this instead
|
|
101
|
-
for (const propName of Object.getOwnPropertyNames(
|
|
101
|
+
for (const propName of Object.getOwnPropertyNames(
|
|
102
|
+
Object.getPrototypeOf(NativeUIManager),
|
|
103
|
+
)) {
|
|
102
104
|
// $FlowFixMe
|
|
103
105
|
UIManagerJS[propName] = NativeUIManager[propName];
|
|
104
106
|
}
|
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.74.
|
|
3
|
+
"version": "0.74.1",
|
|
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": "13.6.4",
|
|
31
31
|
"@react-native-community/cli-platform-ios": "13.6.4",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
|
-
"@react-native/assets-registry": "0.74.
|
|
34
|
-
"@react-native/codegen": "0.74.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.74.
|
|
36
|
-
"@react-native/gradle-plugin": "0.74.
|
|
37
|
-
"@react-native/js-polyfills": "0.74.
|
|
38
|
-
"@react-native/normalize-colors": "0.74.
|
|
39
|
-
"@react-native/virtualized-lists": "0.74.
|
|
33
|
+
"@react-native/assets-registry": "0.74.81",
|
|
34
|
+
"@react-native/codegen": "0.74.81",
|
|
35
|
+
"@react-native/community-cli-plugin": "0.74.81",
|
|
36
|
+
"@react-native/gradle-plugin": "0.74.81",
|
|
37
|
+
"@react-native/js-polyfills": "0.74.81",
|
|
38
|
+
"@react-native/normalize-colors": "0.74.81",
|
|
39
|
+
"@react-native/virtualized-lists": "0.74.81",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/core": "^7.20.0",
|
|
71
71
|
"@babel/eslint-parser": "^7.20.0",
|
|
72
|
-
"@react-native/metro-config": "0.74.
|
|
72
|
+
"@react-native/metro-config": "0.74.81",
|
|
73
73
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
74
74
|
"@rnw-scripts/eslint-config": "1.2.9",
|
|
75
75
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
|
|
@@ -85,21 +85,24 @@
|
|
|
85
85
|
"just-scripts": "^1.3.3",
|
|
86
86
|
"prettier": "2.8.8",
|
|
87
87
|
"react": "18.2.0",
|
|
88
|
-
"react-native": "0.74.0
|
|
88
|
+
"react-native": "0.74.0",
|
|
89
89
|
"react-native-platform-override": "^1.9.25",
|
|
90
90
|
"typescript": "5.0.4"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@types/react": "^18.2.6",
|
|
94
94
|
"react": "18.2.0",
|
|
95
|
-
"react-native": "0.74.0
|
|
95
|
+
"react-native": "^0.74.0"
|
|
96
96
|
},
|
|
97
97
|
"beachball": {
|
|
98
|
-
"defaultNpmTag": "
|
|
98
|
+
"defaultNpmTag": "latest",
|
|
99
99
|
"disallowedChangeTypes": [
|
|
100
100
|
"major",
|
|
101
101
|
"minor",
|
|
102
|
-
"
|
|
102
|
+
"prerelease",
|
|
103
|
+
"premajor",
|
|
104
|
+
"preminor",
|
|
105
|
+
"prepatch"
|
|
103
106
|
]
|
|
104
107
|
},
|
|
105
108
|
"promoteRelease": true,
|