react-native-windows 0.66.8 → 0.66.12
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 +1411 -0
- package/Folly/TEMP_UntilFollyUpdate/lang/ToAscii.cpp +336 -0
- package/Folly/TEMP_UntilFollyUpdate/lang/ToAscii.h +182 -0
- package/Microsoft.ReactNative/JsiApi.cpp +3 -3
- package/Microsoft.ReactNative/JsiApi.h +4 -4
- package/Microsoft.ReactNative/Modules/PaperUIManagerModule.cpp +1 -1
- package/Microsoft.ReactNative/ReactCoreInjection.cpp +4 -11
- package/Microsoft.ReactNative/ReactHost/ReactContext.h +2 -2
- package/Microsoft.ReactNative/ReactHost/ReactHost.cpp +6 -1
- package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp +34 -17
- package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.h +2 -2
- package/Microsoft.ReactNative.Cxx/NativeModules.h +1 -1
- package/Mso/future/futureWinRT.h +7 -5
- package/Shared/ChakraRuntimeHolder.cpp +4 -0
- package/Shared/ChakraRuntimeHolder.h +2 -1
- package/Shared/DevSettings.h +3 -5
- package/Shared/HermesRuntimeHolder.cpp +4 -0
- package/Shared/HermesRuntimeHolder.h +2 -1
- package/Shared/JSI/NapiJsiV8RuntimeHolder.cpp +6 -2
- package/Shared/JSI/NapiJsiV8RuntimeHolder.h +2 -1
- package/Shared/JSI/RuntimeHolder.h +5 -4
- package/Shared/OInstance.cpp +20 -96
- package/Shared/V8JSIRuntimeHolder.cpp +4 -0
- package/Shared/V8JSIRuntimeHolder.h +2 -1
- 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, 21 Feb 2022 16:09:24 GMT",
|
|
6
|
+
"tag": "react-native-windows_v0.66.12",
|
|
7
|
+
"version": "0.66.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Use temp folder for v8 bytecode cache",
|
|
12
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
13
|
+
"commit": "7e3d3a9ad44b5ceafceb9aaeb647a0c0193a04c8",
|
|
14
|
+
"package": "react-native-windows"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 14 Feb 2022 16:10:47 GMT",
|
|
21
|
+
"tag": "react-native-windows_v0.66.11",
|
|
22
|
+
"version": "0.66.11",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Stop exporting data blocks across the dll boundary",
|
|
27
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
28
|
+
"commit": "57f51ad8aaa9ee6759b8935e17095f6821571800",
|
|
29
|
+
"package": "react-native-windows"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 07 Feb 2022 16:12:51 GMT",
|
|
36
|
+
"tag": "react-native-windows_v0.66.10",
|
|
37
|
+
"version": "0.66.10",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "UI Manager module is not being destroyed on the UI thread",
|
|
42
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
43
|
+
"commit": "9e305803ba81e2375ce6a7cf894a34a23d9002e5",
|
|
44
|
+
"package": "react-native-windows"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"comment": "Replace __APPLE__ with __clang__ where applicable (#9461)",
|
|
48
|
+
"author": "julio.rocha@microsoft.com",
|
|
49
|
+
"commit": "95b78a0cb078c672a251929d4b56fd104a6b96b8",
|
|
50
|
+
"package": "react-native-windows"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"comment": "Add additional exports for react-native-win32.dll",
|
|
54
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
55
|
+
"commit": "135e512fec934a253ded4bd179171a4608e69fe8",
|
|
56
|
+
"package": "react-native-windows"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"comment": "Hermes inspector is not starting when Hermes engine is used (#9426)",
|
|
60
|
+
"author": "anandrag@microsoft.com",
|
|
61
|
+
"commit": "507432b5c47971f0bc4e76a608e360d56e37b105",
|
|
62
|
+
"package": "react-native-windows"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"date": "Mon, 31 Jan 2022 16:12:38 GMT",
|
|
69
|
+
"tag": "react-native-windows_v0.66.9",
|
|
70
|
+
"version": "0.66.9",
|
|
71
|
+
"comments": {
|
|
72
|
+
"patch": [
|
|
73
|
+
{
|
|
74
|
+
"comment": "Better reporting of failures to load the bundle file",
|
|
75
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
76
|
+
"commit": "0951f3da2e746f1feb0bd7e96d3dd8d5d936d6fb",
|
|
77
|
+
"package": "react-native-windows"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Mon, 24 Jan 2022 16:11:33 GMT",
|
|
6
84
|
"tag": "react-native-windows_v0.66.8",
|
|
7
85
|
"version": "0.66.8",
|
|
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, 21 Feb 2022 16:09:24 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.66.
|
|
7
|
+
## 0.66.12
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 21 Feb 2022 16:09:24 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Use temp folder for v8 bytecode cache (30809111+acoates-ms@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.66.11
|
|
16
|
+
|
|
17
|
+
Mon, 14 Feb 2022 16:10:47 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Stop exporting data blocks across the dll boundary (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
23
|
+
## 0.66.10
|
|
24
|
+
|
|
25
|
+
Mon, 07 Feb 2022 16:12:51 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- UI Manager module is not being destroyed on the UI thread (30809111+acoates-ms@users.noreply.github.com)
|
|
30
|
+
- Replace __APPLE__ with __clang__ where applicable (#9461) (julio.rocha@microsoft.com)
|
|
31
|
+
- Add additional exports for react-native-win32.dll (30809111+acoates-ms@users.noreply.github.com)
|
|
32
|
+
- Hermes inspector is not starting when Hermes engine is used (#9426) (anandrag@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## 0.66.9
|
|
35
|
+
|
|
36
|
+
Mon, 31 Jan 2022 16:12:38 GMT
|
|
37
|
+
|
|
38
|
+
### Patches
|
|
39
|
+
|
|
40
|
+
- Better reporting of failures to load the bundle file (30809111+acoates-ms@users.noreply.github.com)
|
|
41
|
+
|
|
42
|
+
## 0.66.8
|
|
43
|
+
|
|
44
|
+
Mon, 24 Jan 2022 16:11:33 GMT
|
|
45
|
+
|
|
46
|
+
### Patches
|
|
47
|
+
|
|
48
|
+
- Promote 0.66 to legacy (ngerlem@microsoft.com)
|
|
49
|
+
|
|
15
50
|
## 0.66.7
|
|
16
51
|
|
|
17
52
|
Mon, 17 Jan 2022 16:12:35 GMT
|