@office-iss/react-native-win32 0.68.0-preview.1 → 0.68.0
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/.flowconfig +2 -0
- package/CHANGELOG.json +70 -1
- package/CHANGELOG.md +34 -6
- package/Libraries/Components/Switch/Switch.js +2 -1
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +2 -2
- package/package.json +9 -8
package/.flowconfig
CHANGED
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
; Ignore files with flow typing issues #9223
|
|
60
60
|
.*/react-native-win32/Libraries/Core/ReactNativeVersionCheck.js
|
|
61
61
|
|
|
62
|
+
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
|
|
63
|
+
|
|
62
64
|
[untyped]
|
|
63
65
|
.*/node_modules/@react-native-community/cli/.*/.*
|
|
64
66
|
; Should work out how to do this properly
|
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,76 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 04 Apr 2022 15:11:23 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.68.0",
|
|
7
|
+
"version": "0.68.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "133fd353a14c08706d71411191217786347bc10f",
|
|
14
|
+
"comment": "Bump RN Dependency"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"commit": "f5199ee384e936805081462ccb2205feb3f332ad",
|
|
20
|
+
"comment": "Promote 0.68 to latest"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@office-iss/react-native-win32",
|
|
25
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.68.0",
|
|
26
|
+
"commit": "d32c32b9d4cfa48eed7941272af3e9da45c1d51c"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Mon, 21 Mar 2022 15:08:45 GMT",
|
|
33
|
+
"tag": "@office-iss/react-native-win32_v0.68.0-preview.3",
|
|
34
|
+
"version": "0.68.0-preview.3",
|
|
35
|
+
"comments": {
|
|
36
|
+
"prerelease": [
|
|
37
|
+
{
|
|
38
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
39
|
+
"package": "@office-iss/react-native-win32",
|
|
40
|
+
"commit": "94d294948c06c235228acea8204620359da335fa",
|
|
41
|
+
"comment": "Integrate 0.68.0-rc.2"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@office-iss/react-native-win32",
|
|
46
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.68.0-preview.3",
|
|
47
|
+
"commit": "43f8f593963a04cd69f2dee3d00f296d405ac439"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Mon, 14 Feb 2022 16:08:39 GMT",
|
|
54
|
+
"tag": "@office-iss/react-native-win32_v0.68.0-preview.2",
|
|
55
|
+
"version": "0.68.0-preview.2",
|
|
56
|
+
"comments": {
|
|
57
|
+
"prerelease": [
|
|
58
|
+
{
|
|
59
|
+
"author": "jthysell@microsoft.com",
|
|
60
|
+
"package": "@office-iss/react-native-win32",
|
|
61
|
+
"commit": "2d99c664143875740d513d7a9c1e9063eea234d5",
|
|
62
|
+
"comment": "[0.68] Bump minimum Node version to 14"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@office-iss/react-native-win32",
|
|
67
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.68.0-preview.2",
|
|
68
|
+
"commit": "02283c2582cfc8befa62b6fc32df18f022fff29b"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": "Mon, 07 Feb 2022 16:09:26 GMT",
|
|
6
75
|
"tag": "@office-iss/react-native-win32_v0.68.0-preview.1",
|
|
7
76
|
"version": "0.68.0-preview.1",
|
|
8
77
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,46 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 04 Apr 2022 15:11:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.68.0
|
|
7
|
+
## 0.68.0
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 04 Apr 2022 15:11:23 GMT
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
13
|
+
- Bump RN Dependency (34109996+chiaramooney@users.noreply.github.com)
|
|
14
|
+
- Promote 0.68 to latest (34109996+chiaramooney@users.noreply.github.com)
|
|
15
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0
|
|
15
16
|
|
|
17
|
+
## 0.68.0-preview.3
|
|
18
|
+
|
|
19
|
+
Mon, 21 Mar 2022 15:08:45 GMT
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- Integrate 0.68.0-rc.2 (34109996+chiaramooney@users.noreply.github.com)
|
|
24
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.3
|
|
25
|
+
|
|
26
|
+
## 0.68.0-preview.2
|
|
27
|
+
|
|
28
|
+
Mon, 14 Feb 2022 16:08:39 GMT
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- [0.68] Bump minimum Node version to 14 (jthysell@microsoft.com)
|
|
33
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.2
|
|
34
|
+
|
|
35
|
+
## 0.68.0-preview.1
|
|
36
|
+
|
|
37
|
+
Mon, 07 Feb 2022 16:09:26 GMT
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- Promote 0.68 to preview (ngerlem@microsoft.com)
|
|
42
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.1
|
|
43
|
+
|
|
16
44
|
## 0.0.0-canary.131
|
|
17
45
|
|
|
18
46
|
Thu, 03 Feb 2022 06:08:22 GMT
|
|
@@ -170,7 +170,8 @@ const SwitchWithForwardedRef: React.AbstractComponent<
|
|
|
170
170
|
// that the update should be ignored and we should stick with the value
|
|
171
171
|
// that we have in JS.
|
|
172
172
|
const jsValue = value === true;
|
|
173
|
-
const shouldUpdateNativeSwitch =
|
|
173
|
+
const shouldUpdateNativeSwitch =
|
|
174
|
+
native.value != null && native.value !== jsValue;
|
|
174
175
|
if (
|
|
175
176
|
shouldUpdateNativeSwitch &&
|
|
176
177
|
nativeSwitchRef.current?.setNativeProps != null
|
package/overrides.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"**/__snapshots__/**",
|
|
8
8
|
"src/rntypes/**"
|
|
9
9
|
],
|
|
10
|
-
"baseVersion": "0.68.0
|
|
10
|
+
"baseVersion": "0.68.0",
|
|
11
11
|
"overrides": [
|
|
12
12
|
{
|
|
13
13
|
"type": "derived",
|
|
14
14
|
"file": ".flowconfig",
|
|
15
15
|
"baseFile": ".flowconfig",
|
|
16
|
-
"baseHash": "
|
|
16
|
+
"baseHash": "2c2e7e50f6f0583ed3ddd91463abdb13902d7ac1"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"type": "derived",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.68.0
|
|
3
|
+
"version": "0.68.0",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./index.win32.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.0.0",
|
|
24
24
|
"@jest/create-cache-key-function": "^27.0.1",
|
|
25
|
-
"@react-native-community/cli": "^7.0.
|
|
25
|
+
"@react-native-community/cli": "^7.0.3",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^7.0.1",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^7.0.1",
|
|
28
|
-
"@react-native-windows/virtualized-list": "0.68.0
|
|
28
|
+
"@react-native-windows/virtualized-list": "0.68.0",
|
|
29
29
|
"@react-native/assets": "1.0.0",
|
|
30
30
|
"@react-native/normalize-color": "2.0.0",
|
|
31
31
|
"@react-native/polyfills": "2.0.0",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"react-clone-referenced-element": "^1.0.1",
|
|
48
48
|
"react-devtools-core": "^4.23.0",
|
|
49
49
|
"react-native-codegen": "^0.0.13",
|
|
50
|
+
"react-native-gradle-plugin": "^0.0.5",
|
|
50
51
|
"react-refresh": "^0.4.0",
|
|
51
52
|
"react-shallow-renderer": "16.14.1",
|
|
52
53
|
"regenerator-runtime": "^0.13.2",
|
|
@@ -71,25 +72,25 @@
|
|
|
71
72
|
"just-scripts": "^1.3.3",
|
|
72
73
|
"prettier": "^2.4.1",
|
|
73
74
|
"react": "17.0.2",
|
|
74
|
-
"react-native": "0.68.0
|
|
75
|
+
"react-native": "^0.68.0",
|
|
75
76
|
"react-native-platform-override": "^1.6.4",
|
|
76
77
|
"react-shallow-renderer": "16.14.1",
|
|
77
78
|
"typescript": "^4.4.4"
|
|
78
79
|
},
|
|
79
80
|
"peerDependencies": {
|
|
80
81
|
"react": "17.0.2",
|
|
81
|
-
"react-native": "0.68.0
|
|
82
|
+
"react-native": "^0.68.0"
|
|
82
83
|
},
|
|
83
84
|
"beachball": {
|
|
84
|
-
"defaultNpmTag": "
|
|
85
|
+
"defaultNpmTag": "latest",
|
|
85
86
|
"disallowedChangeTypes": [
|
|
86
87
|
"major",
|
|
87
88
|
"minor",
|
|
88
|
-
"
|
|
89
|
+
"prerelease"
|
|
89
90
|
]
|
|
90
91
|
},
|
|
91
92
|
"promoteRelease": true,
|
|
92
93
|
"engines": {
|
|
93
|
-
"node": ">=
|
|
94
|
+
"node": ">= 14"
|
|
94
95
|
}
|
|
95
96
|
}
|