react-native-windows 0.64.18 → 0.64.22
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 +73 -1
- package/CHANGELOG.md +39 -5
- package/JSI/Desktop/JSI.Desktop.vcxproj +1 -1
- package/JSI/Shared/NapiJsiV8RuntimeHolder.cpp +1 -1
- package/JSI/Shared/NapiJsiV8RuntimeHolder.h +1 -1
- package/JSI/Universal/JSI.Universal.vcxproj +1 -1
- package/Microsoft.ReactNative/packages.config +1 -1
- package/Microsoft.ReactNative.Cxx/JSI/NodeApiJsiRuntime.cpp +1987 -0
- package/Microsoft.ReactNative.Cxx/JSI/NodeApiJsiRuntime.h +21 -0
- package/Microsoft.ReactNative.Cxx/Microsoft.ReactNative.Cxx.vcxitems +6 -0
- package/Microsoft.ReactNative.Cxx/Microsoft.ReactNative.Cxx.vcxitems.filters +6 -0
- package/Mso/future/futureWinRT.h +3 -1
- package/PropertySheets/JSEngine.props +5 -4
- package/Scripts/OfficeReact.Win32.nuspec +6 -4
- package/Shared/Executors/WebSocketJSExecutor.cpp +0 -7
- package/Shared/Executors/WebSocketJSExecutor.h +0 -1
- package/Shared/OInstance.cpp +20 -0
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "react-native-windows",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 13 Oct 2021 20:38:59 GMT",
|
|
6
|
+
"tag": "react-native-windows_v0.64.22",
|
|
7
|
+
"version": "0.64.22",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Use V8 by default in desktop (if enabled)",
|
|
12
|
+
"author": "anandrag@microsoft.com",
|
|
13
|
+
"commit": "bfd47dd49105fbc28b31a52cb8d95ae15a7a7326",
|
|
14
|
+
"package": "react-native-windows"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 11 Oct 2021 15:06:31 GMT",
|
|
21
|
+
"tag": "react-native-windows_v0.64.21",
|
|
22
|
+
"version": "0.64.21",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "[0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL",
|
|
27
|
+
"author": "julio.rocha@microsoft.com",
|
|
28
|
+
"commit": "52156e93730c703dfc55d01f11dd1a28db747b69",
|
|
29
|
+
"package": "react-native-windows"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 04 Oct 2021 15:06:58 GMT",
|
|
36
|
+
"tag": "react-native-windows_v0.64.20",
|
|
37
|
+
"version": "0.64.20",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "ReactNative.V8Jsi.Windows to 0.64.17",
|
|
42
|
+
"author": "julio.rocha@microsoft.com",
|
|
43
|
+
"commit": "5a573a64fc55e1065140d8532ff15a690a111e98",
|
|
44
|
+
"package": "react-native-windows"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"comment": "Fix issue using react-native-debugger with react-native-windows",
|
|
48
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
49
|
+
"commit": "b46bc5d00b698f93d155e2c7f67f1267b85082ca",
|
|
50
|
+
"package": "react-native-windows"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"comment": "ReactNativeHost ReloadInstance and UnloadInstance actions do not always fire completed events",
|
|
54
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
55
|
+
"commit": "2552ab3b58714b472787ec5d521a5d730c2b660e",
|
|
56
|
+
"package": "react-native-windows"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Mon, 27 Sep 2021 15:06:37 GMT",
|
|
63
|
+
"tag": "react-native-windows_v0.64.19",
|
|
64
|
+
"version": "0.64.19",
|
|
65
|
+
"comments": {
|
|
66
|
+
"patch": [
|
|
67
|
+
{
|
|
68
|
+
"comment": "Migrate NapiJsiRuntime from V8-JSI (#8617)",
|
|
69
|
+
"author": "julio.rocha@microsoft.com",
|
|
70
|
+
"commit": "b679380cf2a36e6602fd52759daf1c7cf3ad00b9",
|
|
71
|
+
"package": "react-native-windows"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Mon, 13 Sep 2021 15:06:21 GMT",
|
|
6
78
|
"tag": "react-native-windows_v0.64.18",
|
|
7
79
|
"version": "0.64.18",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,52 @@
|
|
|
1
1
|
# Change Log - react-native-windows
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 13 Oct 2021 20:38:59 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.64.
|
|
7
|
+
## 0.64.22
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Wed, 13 Oct 2021 20:38:59 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Backport setAccessibilityFocus (34109996+chiaramooney@users.noreply.github.com)
|
|
13
|
+
- Use V8 by default in desktop (if enabled) (anandrag@microsoft.com)
|
|
15
14
|
|
|
15
|
+
## 0.64.21
|
|
16
|
+
|
|
17
|
+
Mon, 11 Oct 2021 15:06:31 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- [0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL (julio.rocha@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.64.20
|
|
24
|
+
|
|
25
|
+
Mon, 04 Oct 2021 15:06:58 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- ReactNative.V8Jsi.Windows to 0.64.17 (julio.rocha@microsoft.com)
|
|
30
|
+
- Fix issue using react-native-debugger with react-native-windows (30809111+acoates-ms@users.noreply.github.com)
|
|
31
|
+
- ReactNativeHost ReloadInstance and UnloadInstance actions do not always fire completed events (30809111+acoates-ms@users.noreply.github.com)
|
|
32
|
+
|
|
33
|
+
## 0.64.19
|
|
34
|
+
|
|
35
|
+
Mon, 27 Sep 2021 15:06:37 GMT
|
|
36
|
+
|
|
37
|
+
### Patches
|
|
38
|
+
|
|
39
|
+
- Migrate NapiJsiRuntime from V8-JSI (#8617) (julio.rocha@microsoft.com)
|
|
40
|
+
|
|
41
|
+
## 0.64.18
|
|
42
|
+
|
|
43
|
+
Mon, 13 Sep 2021 15:06:21 GMT
|
|
44
|
+
|
|
45
|
+
### Patches
|
|
46
|
+
|
|
47
|
+
- Allow injection of custom UI thread (30809111+acoates-ms@users.noreply.github.com)
|
|
48
|
+
- Backport setAccessibilityFocus (34109996+chiaramooney@users.noreply.github.com)
|
|
49
|
+
|
|
16
50
|
## 0.64.17
|
|
17
51
|
|
|
18
52
|
Mon, 06 Sep 2021 15:06:38 GMT
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<PropertyGroup>
|
|
55
55
|
<!-- We need $(ReactNativeWindowsDir)Chakra for ChakraCoreDebugger.h.
|
|
56
56
|
We should remove it from IncludePath once we retire the ChakraExecutor stack. -->
|
|
57
|
-
<IncludePath>$(ReactNativeWindowsDir);$(FollyDir);$(ReactNativeWindowsDir)stubs;$(ReactNativeDir)\ReactCommon;$(ReactNativeDir)ReactCommon\callinvoker;$(JSI_SourcePath);$(JSI_Source);$(ReactNativeWindowsDir)Chakra;$(ReactNativeWindowsDir)Common;$(ReactNativeWindowsDir)Shared;$(IncludePath)</IncludePath>
|
|
57
|
+
<IncludePath>$(ReactNativeWindowsDir);$(FollyDir);$(ReactNativeWindowsDir)stubs;$(ReactNativeDir)\ReactCommon;$(ReactNativeDir)ReactCommon\callinvoker;$(JSI_SourcePath);$(JSI_Source);$(ReactNativeWindowsDir)Chakra;$(ReactNativeWindowsDir)Common;$(ReactNativeWindowsDir)Shared;$(ReactNativeWindowsDir)Microsoft.ReactNative.Cxx;$(IncludePath)</IncludePath>
|
|
58
58
|
<!--
|
|
59
59
|
C4459 - declaration hides global declaration
|
|
60
60
|
-->
|
|
@@ -92,7 +92,7 @@ void NapiJsiV8RuntimeHolder::InitRuntime() noexcept {
|
|
|
92
92
|
// Associate environment to holder.
|
|
93
93
|
napi_set_instance_data(env, this, nullptr /*finalize_cb*/, nullptr /*finalize_hint*/);
|
|
94
94
|
|
|
95
|
-
m_runtime =
|
|
95
|
+
m_runtime = MakeNodeApiJsiRuntime(env);
|
|
96
96
|
m_ownThreadId = std::this_thread::get_id();
|
|
97
97
|
}
|
|
98
98
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<GenerateManifest>false</GenerateManifest>
|
|
66
66
|
</PropertyGroup>
|
|
67
67
|
<PropertyGroup>
|
|
68
|
-
<IncludePath>$(ReactNativeWindowsDir)Common;$(FollyDir);$(JSI_Source);$(ReactNativeWindowsDir);$(ReactNativeWindowsDir)Shared;$(IncludePath)</IncludePath>
|
|
68
|
+
<IncludePath>$(ReactNativeWindowsDir)Common;$(FollyDir);$(JSI_Source);$(ReactNativeWindowsDir);$(ReactNativeWindowsDir)Shared;$(ReactNativeWindowsDir)Microsoft.ReactNative.Cxx;$(IncludePath)</IncludePath>
|
|
69
69
|
</PropertyGroup>
|
|
70
70
|
<ItemDefinitionGroup>
|
|
71
71
|
<ClCompile>
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.210312.4" targetFramework="native" />
|
|
9
9
|
<package id="Microsoft.WinUI" version="3.0.0-preview3.201113.0" targetFramework="native"/>
|
|
10
10
|
<!-- package id="ReactNative.Hermes.Windows" version="0.7.2" targetFramework="native" / -->
|
|
11
|
-
<!-- package id="ReactNative.V8Jsi.Windows.UWP" version="0.64.
|
|
11
|
+
<!-- package id="ReactNative.V8Jsi.Windows.UWP" version="0.64.27" targetFramework="native" / -->
|
|
12
12
|
</packages>
|