react-native-windows 0.64.21 → 0.64.25

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,73 @@
2
2
  "name": "react-native-windows",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 11 Oct 2021 15:06:18 GMT",
5
+ "date": "Wed, 27 Oct 2021 19:03:53 GMT",
6
+ "tag": "react-native-windows_v0.64.25",
7
+ "version": "0.64.25",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Handle *Undefined* for SolutionPath for the WapProj sdk",
12
+ "author": "dannyvv@microsoft.com",
13
+ "commit": "96f2a44dc56b0d7b4ccb573af6fa74725cceeb7a",
14
+ "package": "react-native-windows"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 25 Oct 2021 15:07:12 GMT",
21
+ "tag": "react-native-windows_v0.64.24",
22
+ "version": "0.64.24",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "comment": "Change the definition of YGUndefined from NAN to __builtin_nanf(\"0\")",
27
+ "author": "30809111+acoates-ms@users.noreply.github.com",
28
+ "commit": "0e9b7079479724b5f86cb8c3c9659f749429ba26",
29
+ "package": "react-native-windows"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 18 Oct 2021 15:07:56 GMT",
36
+ "tag": "react-native-windows_v0.64.23",
37
+ "version": "0.64.23",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "comment": "Avoid exporting data as that breaks delay loading",
42
+ "author": "30809111+acoates-ms@users.noreply.github.com",
43
+ "commit": "d6ab3a6fb5a1c5992d295e9cf1d6eacac1696b94",
44
+ "package": "react-native-windows"
45
+ },
46
+ {
47
+ "comment": "Crash using PlatformConstants on Windows 8.1",
48
+ "author": "30809111+acoates-ms@users.noreply.github.com",
49
+ "commit": "7cd470896df06c5196ee37a5d52eb6dc7abe8498",
50
+ "package": "react-native-windows"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 13 Oct 2021 20:39:16 GMT",
57
+ "tag": "react-native-windows_v0.64.22",
58
+ "version": "0.64.22",
59
+ "comments": {
60
+ "patch": [
61
+ {
62
+ "comment": "Use V8 by default in desktop (if enabled)",
63
+ "author": "anandrag@microsoft.com",
64
+ "commit": "bfd47dd49105fbc28b31a52cb8d95ae15a7a7326",
65
+ "package": "react-native-windows"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Mon, 11 Oct 2021 15:06:31 GMT",
6
72
  "tag": "react-native-windows_v0.64.21",
7
73
  "version": "0.64.21",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,50 @@
1
1
  # Change Log - react-native-windows
2
2
 
3
- This log was last generated on Mon, 11 Oct 2021 15:06:18 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Oct 2021 19:03:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.64.21
7
+ ## 0.64.25
8
8
 
9
- Mon, 11 Oct 2021 15:06:18 GMT
9
+ Wed, 27 Oct 2021 19:03:53 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - [0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL (julio.rocha@microsoft.com)
13
+ - Handle *Undefined* for SolutionPath for the WapProj sdk (dannyvv@microsoft.com)
14
14
 
15
+ ## 0.64.24
16
+
17
+ Mon, 25 Oct 2021 15:07:12 GMT
18
+
19
+ ### Patches
20
+
21
+ - Change the definition of YGUndefined from NAN to __builtin_nanf("0") (30809111+acoates-ms@users.noreply.github.com)
22
+
23
+ ## 0.64.23
24
+
25
+ Mon, 18 Oct 2021 15:07:56 GMT
26
+
27
+ ### Patches
28
+
29
+ - Avoid exporting data as that breaks delay loading (30809111+acoates-ms@users.noreply.github.com)
30
+ - Crash using PlatformConstants on Windows 8.1 (30809111+acoates-ms@users.noreply.github.com)
31
+
32
+ ## 0.64.22
33
+
34
+ Wed, 13 Oct 2021 20:39:16 GMT
35
+
36
+ ### Patches
37
+
38
+ - Use V8 by default in desktop (if enabled) (anandrag@microsoft.com)
39
+
40
+ ## 0.64.21
41
+
42
+ Mon, 11 Oct 2021 15:06:31 GMT
43
+
44
+ ### Patches
45
+
46
+ - [0.64] Add ARM64 support to React.Windows.Desktop.Test.DLL (julio.rocha@microsoft.com)
47
+
15
48
  ## 0.64.20
16
49
 
17
50
  Mon, 04 Oct 2021 15:06:58 GMT