react-native-windows 0.66.7 → 0.66.11

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,85 @@
2
2
  "name": "react-native-windows",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Jan 2022 16:12:09 GMT",
5
+ "date": "Mon, 14 Feb 2022 16:10:33 GMT",
6
+ "tag": "react-native-windows_v0.66.11",
7
+ "version": "0.66.11",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Stop exporting data blocks across the dll boundary",
12
+ "author": "30809111+acoates-ms@users.noreply.github.com",
13
+ "commit": "57f51ad8aaa9ee6759b8935e17095f6821571800",
14
+ "package": "react-native-windows"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 07 Feb 2022 16:12:51 GMT",
21
+ "tag": "react-native-windows_v0.66.10",
22
+ "version": "0.66.10",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "comment": "UI Manager module is not being destroyed on the UI thread",
27
+ "author": "30809111+acoates-ms@users.noreply.github.com",
28
+ "commit": "9e305803ba81e2375ce6a7cf894a34a23d9002e5",
29
+ "package": "react-native-windows"
30
+ },
31
+ {
32
+ "comment": "Replace __APPLE__ with __clang__ where applicable (#9461)",
33
+ "author": "julio.rocha@microsoft.com",
34
+ "commit": "95b78a0cb078c672a251929d4b56fd104a6b96b8",
35
+ "package": "react-native-windows"
36
+ },
37
+ {
38
+ "comment": "Add additional exports for react-native-win32.dll",
39
+ "author": "30809111+acoates-ms@users.noreply.github.com",
40
+ "commit": "135e512fec934a253ded4bd179171a4608e69fe8",
41
+ "package": "react-native-windows"
42
+ },
43
+ {
44
+ "comment": "Hermes inspector is not starting when Hermes engine is used (#9426)",
45
+ "author": "anandrag@microsoft.com",
46
+ "commit": "507432b5c47971f0bc4e76a608e360d56e37b105",
47
+ "package": "react-native-windows"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Mon, 31 Jan 2022 16:12:38 GMT",
54
+ "tag": "react-native-windows_v0.66.9",
55
+ "version": "0.66.9",
56
+ "comments": {
57
+ "patch": [
58
+ {
59
+ "comment": "Better reporting of failures to load the bundle file",
60
+ "author": "30809111+acoates-ms@users.noreply.github.com",
61
+ "commit": "0951f3da2e746f1feb0bd7e96d3dd8d5d936d6fb",
62
+ "package": "react-native-windows"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Mon, 24 Jan 2022 16:11:33 GMT",
69
+ "tag": "react-native-windows_v0.66.8",
70
+ "version": "0.66.8",
71
+ "comments": {
72
+ "patch": [
73
+ {
74
+ "comment": "Promote 0.66 to legacy",
75
+ "author": "ngerlem@microsoft.com",
76
+ "commit": "919d91a3e9845f9a60417fb8e47a36d7caedbc28",
77
+ "package": "react-native-windows"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Mon, 17 Jan 2022 16:12:35 GMT",
6
84
  "tag": "react-native-windows_v0.66.7",
7
85
  "version": "0.66.7",
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, 17 Jan 2022 16:12:09 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 14 Feb 2022 16:10:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.66.7
7
+ ## 0.66.11
8
8
 
9
- Mon, 17 Jan 2022 16:12:09 GMT
9
+ Mon, 14 Feb 2022 16:10:33 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Fork HoverState.js to allow hover events on Pressable (saadnajmi2@gmail.com)
13
+ - Stop exporting data blocks across the dll boundary (30809111+acoates-ms@users.noreply.github.com)
14
14
 
15
+ ## 0.66.10
16
+
17
+ Mon, 07 Feb 2022 16:12:51 GMT
18
+
19
+ ### Patches
20
+
21
+ - UI Manager module is not being destroyed on the UI thread (30809111+acoates-ms@users.noreply.github.com)
22
+ - Replace __APPLE__ with __clang__ where applicable (#9461) (julio.rocha@microsoft.com)
23
+ - Add additional exports for react-native-win32.dll (30809111+acoates-ms@users.noreply.github.com)
24
+ - Hermes inspector is not starting when Hermes engine is used (#9426) (anandrag@microsoft.com)
25
+
26
+ ## 0.66.9
27
+
28
+ Mon, 31 Jan 2022 16:12:38 GMT
29
+
30
+ ### Patches
31
+
32
+ - Better reporting of failures to load the bundle file (30809111+acoates-ms@users.noreply.github.com)
33
+
34
+ ## 0.66.8
35
+
36
+ Mon, 24 Jan 2022 16:11:33 GMT
37
+
38
+ ### Patches
39
+
40
+ - Promote 0.66 to legacy (ngerlem@microsoft.com)
41
+
42
+ ## 0.66.7
43
+
44
+ Mon, 17 Jan 2022 16:12:35 GMT
45
+
46
+ ### Patches
47
+
48
+ - Fork HoverState.js to allow hover events on Pressable (saadnajmi2@gmail.com)
49
+
15
50
  ## 0.66.6
16
51
 
17
52
  Mon, 03 Jan 2022 16:10:55 GMT