react-native-windows 0.67.0-preview.4 → 0.67.0-preview.5
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
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-windows",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Mon, 06 Dec 2021 16:10:35 GMT",
|
|
6
|
+
"tag": "react-native-windows_v0.67.0-preview.5",
|
|
7
|
+
"version": "0.67.0-preview.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "anandrag@microsoft.com",
|
|
12
|
+
"package": "react-native-windows",
|
|
13
|
+
"commit": "b706da95136fffa1a4deba8f95dc9edfeef1020d",
|
|
14
|
+
"comment": {
|
|
15
|
+
"title": "",
|
|
16
|
+
"value": ""
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"date": "Mon, 22 Nov 2021 16:10:24 GMT",
|
|
24
|
+
"tag": "react-native-windows_v0.67.0-preview.4",
|
|
25
|
+
"version": "0.67.0-preview.4",
|
|
26
|
+
"comments": {
|
|
27
|
+
"prerelease": [
|
|
28
|
+
{
|
|
29
|
+
"author": "vmorozov@microsoft.com",
|
|
30
|
+
"package": "react-native-windows",
|
|
31
|
+
"commit": "not available",
|
|
32
|
+
"comment": "Fix C# Module Event invocation"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
4
37
|
{
|
|
5
38
|
"date": "Mon, 22 Nov 2021 16:10:06 GMT",
|
|
6
39
|
"tag": "react-native-windows_v0.67.0-preview.4",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
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, 06 Dec 2021 16:10:35 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.67.0-preview.
|
|
7
|
+
## 0.67.0-preview.5
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 06 Dec 2021 16:10:35 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- [object Object] (anandrag@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.67.0-preview.4
|
|
16
|
+
|
|
17
|
+
Mon, 22 Nov 2021 16:10:24 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Fix C# Module Event invocation (vmorozov@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.67.0-preview.4
|
|
24
|
+
|
|
25
|
+
Mon, 22 Nov 2021 16:10:06 GMT
|
|
26
|
+
|
|
27
|
+
### Changes
|
|
28
|
+
|
|
29
|
+
- Fix C# Module Event invocation (vmorozov@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.67.0-preview.3
|
|
16
32
|
|
|
17
33
|
Mon, 15 Nov 2021 16:10:10 GMT
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
<package id="Microsoft.UI.Xaml" version="2.7.0" targetFramework="native" />
|
|
8
8
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.210312.4" targetFramework="native" />
|
|
9
9
|
<package id="Microsoft.WinUI" version="3.0.0-preview4.210210.4" targetFramework="native" />
|
|
10
|
-
<package id="ReactNative.Hermes.Windows" version="0.
|
|
10
|
+
<package id="ReactNative.Hermes.Windows" version="0.10.0-ms.1" targetFramework="native" />
|
|
11
11
|
<!-- package id="ReactNative.V8Jsi.Windows.UWP" version="0.65.5" targetFramework="native" / -->
|
|
12
12
|
</packages>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.67.0-preview.
|
|
13
|
+
<ReactNativeWindowsVersion>0.67.0-preview.5</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>67</ReactNativeWindowsMinor>
|
|
16
16
|
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<!-- Enabling this will (1) Include hermes glues in the Microsoft.ReactNative binaries AND (2) Make hermes the default engine -->
|
|
9
9
|
<UseHermes Condition="'$(UseHermes)' == ''">false</UseHermes>
|
|
10
10
|
<!-- This will be true if (1) the client want to use hermes by setting UseHermes to true OR (2) We are building for UWP where dynamic switching is enabled -->
|
|
11
|
-
<HermesVersion Condition="'$(HermesVersion)' == ''">0.
|
|
11
|
+
<HermesVersion Condition="'$(HermesVersion)' == ''">0.10.0-ms.1</HermesVersion>
|
|
12
12
|
<HermesPackage Condition="'$(HermesPackage)' == '' And Exists('$(PkgReactNative_Hermes_Windows)')">$(PkgReactNative_Hermes_Windows)</HermesPackage>
|
|
13
13
|
<HermesPackage Condition="'$(HermesPackage)' == ''">$(SolutionDir)packages\ReactNative.Hermes.Windows.$(HermesVersion)</HermesPackage>
|
|
14
14
|
<EnableHermesInspectorInReleaseFlavor Condition="'$(EnableHermesInspectorInReleaseFlavor)' == ''">false</EnableHermesInspectorInReleaseFlavor>
|