react-native-windows 0.64.19 → 0.64.23
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 +79 -1
- package/CHANGELOG.md +39 -4
- package/Folly/TEMP_UntilFollyUpdate/dynamic-inl.h +1221 -0
- package/Microsoft.ReactNative/packages.config +1 -1
- package/Mso/future/futureWinRT.h +3 -1
- package/PropertySheets/JSEngine.props +1 -1
- package/Scripts/OfficeReact.Win32.nuspec +6 -4
- package/Shared/Executors/WebSocketJSExecutor.cpp +0 -7
- package/Shared/Executors/WebSocketJSExecutor.h +0 -1
- package/Shared/Modules/PlatformConstantsModule.cpp +9 -3
- package/Shared/OInstance.cpp +20 -0
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,85 @@
|
|
|
2
2
|
"name": "react-native-windows",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 18 Oct 2021 15:07:43 GMT",
|
|
6
|
+
"tag": "react-native-windows_v0.64.23",
|
|
7
|
+
"version": "0.64.23",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Avoid exporting data as that breaks delay loading",
|
|
12
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
13
|
+
"commit": "d6ab3a6fb5a1c5992d295e9cf1d6eacac1696b94",
|
|
14
|
+
"package": "react-native-windows"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Crash using PlatformConstants on Windows 8.1",
|
|
18
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
19
|
+
"commit": "7cd470896df06c5196ee37a5d52eb6dc7abe8498",
|
|
20
|
+
"package": "react-native-windows"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 13 Oct 2021 20:39:16 GMT",
|
|
27
|
+
"tag": "react-native-windows_v0.64.22",
|
|
28
|
+
"version": "0.64.22",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"comment": "Use V8 by default in desktop (if enabled)",
|
|
33
|
+
"author": "anandrag@microsoft.com",
|
|
34
|
+
"commit": "bfd47dd49105fbc28b31a52cb8d95ae15a7a7326",
|
|
35
|
+
"package": "react-native-windows"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Mon, 11 Oct 2021 15:06:31 GMT",
|
|
42
|
+
"tag": "react-native-windows_v0.64.21",
|
|
43
|
+
"version": "0.64.21",
|
|
44
|
+
"comments": {
|
|
45
|
+
"patch": [
|
|
46
|
+
{
|
|
47
|
+
"comment": "[0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL",
|
|
48
|
+
"author": "julio.rocha@microsoft.com",
|
|
49
|
+
"commit": "52156e93730c703dfc55d01f11dd1a28db747b69",
|
|
50
|
+
"package": "react-native-windows"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Mon, 04 Oct 2021 15:06:58 GMT",
|
|
57
|
+
"tag": "react-native-windows_v0.64.20",
|
|
58
|
+
"version": "0.64.20",
|
|
59
|
+
"comments": {
|
|
60
|
+
"patch": [
|
|
61
|
+
{
|
|
62
|
+
"comment": "ReactNative.V8Jsi.Windows to 0.64.17",
|
|
63
|
+
"author": "julio.rocha@microsoft.com",
|
|
64
|
+
"commit": "5a573a64fc55e1065140d8532ff15a690a111e98",
|
|
65
|
+
"package": "react-native-windows"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"comment": "Fix issue using react-native-debugger with react-native-windows",
|
|
69
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
70
|
+
"commit": "b46bc5d00b698f93d155e2c7f67f1267b85082ca",
|
|
71
|
+
"package": "react-native-windows"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"comment": "ReactNativeHost ReloadInstance and UnloadInstance actions do not always fire completed events",
|
|
75
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
76
|
+
"commit": "2552ab3b58714b472787ec5d521a5d730c2b660e",
|
|
77
|
+
"package": "react-native-windows"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Mon, 27 Sep 2021 15:06:37 GMT",
|
|
6
84
|
"tag": "react-native-windows_v0.64.19",
|
|
7
85
|
"version": "0.64.19",
|
|
8
86
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,52 @@
|
|
|
1
1
|
# Change Log - react-native-windows
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 18 Oct 2021 15:07:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.64.
|
|
7
|
+
## 0.64.23
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 18 Oct 2021 15:07:43 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Avoid exporting data as that breaks delay loading (30809111+acoates-ms@users.noreply.github.com)
|
|
14
|
+
- Crash using PlatformConstants on Windows 8.1 (30809111+acoates-ms@users.noreply.github.com)
|
|
14
15
|
|
|
16
|
+
## 0.64.22
|
|
17
|
+
|
|
18
|
+
Wed, 13 Oct 2021 20:39:16 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Use V8 by default in desktop (if enabled) (anandrag@microsoft.com)
|
|
23
|
+
|
|
24
|
+
## 0.64.21
|
|
25
|
+
|
|
26
|
+
Mon, 11 Oct 2021 15:06:31 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- [0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL (julio.rocha@microsoft.com)
|
|
31
|
+
|
|
32
|
+
## 0.64.20
|
|
33
|
+
|
|
34
|
+
Mon, 04 Oct 2021 15:06:58 GMT
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- ReactNative.V8Jsi.Windows to 0.64.17 (julio.rocha@microsoft.com)
|
|
39
|
+
- Fix issue using react-native-debugger with react-native-windows (30809111+acoates-ms@users.noreply.github.com)
|
|
40
|
+
- ReactNativeHost ReloadInstance and UnloadInstance actions do not always fire completed events (30809111+acoates-ms@users.noreply.github.com)
|
|
41
|
+
|
|
42
|
+
## 0.64.19
|
|
43
|
+
|
|
44
|
+
Mon, 27 Sep 2021 15:06:37 GMT
|
|
45
|
+
|
|
46
|
+
### Patches
|
|
47
|
+
|
|
48
|
+
- Migrate NapiJsiRuntime from V8-JSI (#8617) (julio.rocha@microsoft.com)
|
|
49
|
+
|
|
15
50
|
## 0.64.18
|
|
16
51
|
|
|
17
52
|
Mon, 13 Sep 2021 15:06:21 GMT
|