react-native-windows 0.66.1 → 0.67.0-preview.2
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/.flowconfig +2 -1
- package/CHANGELOG.json +879 -47
- package/CHANGELOG.md +342 -27
- package/Libraries/ActionSheetIOS/ActionSheetIOS.js +14 -1
- package/Libraries/ActionSheetIOS/NativeActionSheetManager.js +2 -0
- package/Libraries/Alert/Alert.windows.js +48 -21
- package/Libraries/Alert/NativeDialogManagerWindows.js +49 -0
- package/Libraries/Animated/AnimatedEvent.js +23 -4
- package/Libraries/Animated/NativeAnimatedHelper.js +2 -2
- package/Libraries/Animated/components/AnimatedImage.js +3 -3
- package/Libraries/Animated/components/AnimatedScrollView.js +3 -3
- package/Libraries/Animated/components/AnimatedText.js +3 -3
- package/Libraries/Animated/components/AnimatedView.js +1 -3
- package/Libraries/Animated/createAnimatedComponent.js +3 -34
- package/Libraries/AppTheme/AppTheme.d.ts +3 -2
- package/Libraries/AppTheme/AppTheme.js +20 -2
- package/Libraries/AppTheme/AppTheme.js.map +1 -1
- package/Libraries/Components/Button.js +3 -0
- package/Libraries/Components/Button.windows.js +70 -38
- package/Libraries/Components/DatePicker/DatePickerIOS.ios.js +3 -6
- package/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +4 -7
- package/Libraries/Components/Flyout/Flyout.js +3 -3
- package/Libraries/Components/Flyout/Flyout.js.map +1 -1
- package/Libraries/Components/Flyout/FlyoutProps.d.ts +4 -0
- package/Libraries/Components/Flyout/FlyoutProps.js.map +1 -1
- package/Libraries/Components/Glyph/Glyph.js +2 -2
- package/Libraries/Components/Glyph/Glyph.js.map +1 -1
- package/Libraries/Components/Keyboard/KeyboardExt.js +4 -3
- package/Libraries/Components/Keyboard/KeyboardExt.js.map +1 -1
- package/Libraries/Components/Popup/Popup.js +3 -3
- package/Libraries/Components/Popup/Popup.js.map +1 -1
- package/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js +1 -0
- package/Libraries/Components/ScrollView/ScrollView.js +17 -16
- package/Libraries/Components/ScrollView/ScrollViewStickyHeader.js +268 -252
- package/Libraries/Components/View/View.js +1 -1
- package/Libraries/Components/View/View.windows.js +1 -1
- package/Libraries/Components/View/ViewAccessibility.js +1 -1
- package/Libraries/Components/View/ViewAccessibility.windows.js +1 -1
- package/Libraries/Components/View/ViewWindows.js +1 -1
- package/Libraries/Components/View/ViewWindows.js.map +1 -1
- package/Libraries/Components/View/ViewWindowsProps.d.ts +42 -2
- package/Libraries/Components/View/ViewWindowsProps.js.map +1 -1
- package/Libraries/Core/ExceptionsManager.js +45 -80
- package/Libraries/Core/ExtendedError.js +0 -1
- package/Libraries/Core/ReactNativeVersion.js +2 -2
- package/Libraries/Core/setUpBatchedBridge.js +1 -1
- package/Libraries/Core/setUpGlobals.js +2 -4
- package/Libraries/Core/setUpTimers.js +2 -2
- package/Libraries/Image/Image.ios.js +6 -0
- package/Libraries/Image/Image.windows.js +6 -0
- package/Libraries/Image/ImageBackground.js +10 -8
- package/Libraries/Image/ImageProps.js +28 -0
- package/Libraries/LogBox/Data/LogBoxData.js +18 -19
- package/Libraries/LogBox/UI/LogBoxImages/alert-triangle.png +0 -0
- package/Libraries/LogBox/UI/LogBoxImages/chevron-left.png +0 -0
- package/Libraries/LogBox/UI/LogBoxImages/chevron-right.png +0 -0
- package/Libraries/LogBox/UI/LogBoxImages/close.png +0 -0
- package/Libraries/LogBox/UI/LogBoxImages/loader.png +0 -0
- package/Libraries/NewAppScreen/components/logo.png +0 -0
- package/Libraries/PermissionsAndroid/NativePermissionsAndroid.js +2 -1
- package/Libraries/PermissionsAndroid/PermissionsAndroid.js +2 -0
- package/Libraries/Pressability/Pressability.js +13 -13
- package/Libraries/Pressability/Pressability.windows.js +13 -13
- package/Libraries/Pressability/PressabilityPerformanceEventEmitter.js +1 -1
- package/Libraries/ReactNative/AppRegistry.js +4 -2
- package/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +1569 -875
- package/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +529 -319
- package/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +570 -362
- package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +1592 -891
- package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +521 -311
- package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +562 -354
- package/Libraries/Share/Share.js +1 -1
- package/Libraries/StyleSheet/normalizeColor.js +2 -2
- package/Libraries/Text/Text.windows.js +1 -0
- package/Libraries/Text/TextNativeComponent.windows.js +72 -0
- package/Libraries/Text/TextProps.js +1 -7
- package/Libraries/TurboModule/TurboModuleRegistry.js +1 -1
- package/Libraries/Utilities/HMRClient.js +1 -1
- package/Microsoft.ReactNative/ABIViewManager.cpp +10 -1
- package/Microsoft.ReactNative/ABIViewManager.h +3 -0
- package/Microsoft.ReactNative/Base/CoreNativeModules.cpp +0 -6
- package/Microsoft.ReactNative/IReactDispatcher.cpp +16 -1
- package/Microsoft.ReactNative/IViewManager.idl +25 -0
- package/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +37 -8
- package/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters +60 -0
- package/Microsoft.ReactNative/Modules/AccessibilityInfoModule.cpp +3 -4
- package/Microsoft.ReactNative/Modules/AccessibilityInfoModule.h +3 -3
- package/Microsoft.ReactNative/Modules/AlertModule.cpp +57 -14
- package/Microsoft.ReactNative/Modules/AlertModule.h +17 -24
- package/Microsoft.ReactNative/Modules/Animated/InterpolationAnimatedNode.cpp +4 -2
- package/Microsoft.ReactNative/Modules/Animated/PropsAnimatedNode.cpp +3 -1
- package/Microsoft.ReactNative/Modules/AppStateModule.cpp +8 -6
- package/Microsoft.ReactNative/Modules/AppStateModule.h +6 -9
- package/Microsoft.ReactNative/Modules/DeviceInfoModule.cpp +34 -22
- package/Microsoft.ReactNative/Modules/DeviceInfoModule.h +8 -4
- package/Microsoft.ReactNative/Modules/I18nManagerModule.cpp +6 -4
- package/Microsoft.ReactNative/Modules/I18nManagerModule.h +3 -2
- package/Microsoft.ReactNative/Modules/ImageViewManagerModule.cpp +47 -95
- package/Microsoft.ReactNative/Modules/ImageViewManagerModule.h +28 -17
- package/Microsoft.ReactNative/Modules/LinkingManagerModule.cpp +14 -4
- package/Microsoft.ReactNative/Modules/NativeUIManager.cpp +4 -6
- package/Microsoft.ReactNative/Modules/PaperUIManagerModule.cpp +82 -66
- package/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp +14 -5
- package/Microsoft.ReactNative/ReactInstanceSettings.idl +3 -1
- package/Microsoft.ReactNative/ReactPointerEventArgs.cpp +37 -0
- package/Microsoft.ReactNative/ReactPointerEventArgs.h +28 -0
- package/Microsoft.ReactNative/ReactPointerEventArgs.idl +67 -0
- package/Microsoft.ReactNative/ReactRootView.cpp +28 -3
- package/Microsoft.ReactNative/ReactRootView.h +6 -0
- package/Microsoft.ReactNative/Utils/TextTransform.h +1 -1
- package/Microsoft.ReactNative/Utils/XamlIslandUtils.cpp +24 -10
- package/Microsoft.ReactNative/Utils/XamlIslandUtils.h +4 -2
- package/Microsoft.ReactNative/Version.rc +2 -19
- package/Microsoft.ReactNative/Views/DevMenu.cpp +0 -1
- package/Microsoft.ReactNative/Views/FlyoutViewManager.cpp +57 -2
- package/Microsoft.ReactNative/Views/FrameworkElementTransferProperties.cpp +3 -0
- package/Microsoft.ReactNative/Views/FrameworkElementViewManager.cpp +7 -2
- package/Microsoft.ReactNative/Views/Image/ImageViewManager.cpp +16 -6
- package/Microsoft.ReactNative/Views/Image/ReactImage.cpp +18 -11
- package/Microsoft.ReactNative/Views/Image/ReactImage.h +3 -1
- package/Microsoft.ReactNative/Views/RawTextViewManager.cpp +4 -53
- package/Microsoft.ReactNative/Views/RawTextViewManager.h +0 -3
- package/Microsoft.ReactNative/Views/RootViewManager.cpp +8 -9
- package/Microsoft.ReactNative/Views/ShadowNodeBase.h +5 -0
- package/Microsoft.ReactNative/Views/Text/TextHighlighterVisitor.cpp +52 -0
- package/Microsoft.ReactNative/Views/Text/TextHighlighterVisitor.h +37 -0
- package/Microsoft.ReactNative/Views/Text/TextHitTestUtils.cpp +343 -0
- package/Microsoft.ReactNative/Views/Text/TextHitTestUtils.h +13 -0
- package/Microsoft.ReactNative/Views/Text/TextHitTestVisitor.cpp +76 -0
- package/Microsoft.ReactNative/Views/Text/TextHitTestVisitor.h +32 -0
- package/Microsoft.ReactNative/Views/Text/TextParentVisitor.cpp +12 -0
- package/Microsoft.ReactNative/Views/Text/TextParentVisitor.h +19 -0
- package/Microsoft.ReactNative/Views/Text/TextPropertyChangedParentVisitor.cpp +80 -0
- package/Microsoft.ReactNative/Views/Text/TextPropertyChangedParentVisitor.h +43 -0
- package/Microsoft.ReactNative/Views/Text/TextTransformParentVisitor.cpp +21 -0
- package/Microsoft.ReactNative/Views/Text/TextTransformParentVisitor.h +23 -0
- package/Microsoft.ReactNative/Views/Text/TextTransformVisitor.cpp +70 -0
- package/Microsoft.ReactNative/Views/Text/TextTransformVisitor.h +34 -0
- package/Microsoft.ReactNative/Views/Text/TextVisitor.cpp +56 -0
- package/Microsoft.ReactNative/Views/Text/TextVisitor.h +34 -0
- package/Microsoft.ReactNative/Views/Text/TextVisitorScope.h +35 -0
- package/Microsoft.ReactNative/Views/Text/TextVisitors.h +47 -0
- package/Microsoft.ReactNative/Views/TextViewManager.cpp +112 -103
- package/Microsoft.ReactNative/Views/TextViewManager.h +6 -12
- package/Microsoft.ReactNative/Views/TouchEventHandler.cpp +171 -129
- package/Microsoft.ReactNative/Views/TouchEventHandler.h +19 -15
- package/Microsoft.ReactNative/Views/ViewManagerBase.cpp +31 -0
- package/Microsoft.ReactNative/Views/ViewManagerBase.h +2 -0
- package/Microsoft.ReactNative/Views/ViewViewManager.cpp +0 -5
- package/Microsoft.ReactNative/Views/VirtualTextViewManager.cpp +21 -91
- package/Microsoft.ReactNative/Views/VirtualTextViewManager.h +5 -8
- package/Microsoft.ReactNative/XamlView.h +3 -3
- package/Microsoft.ReactNative/packages.config +1 -1
- package/Microsoft.ReactNative.Cxx/NativeModules.h +114 -0
- package/Microsoft.ReactNative.Cxx/VersionMacros.h +19 -0
- package/PropertySheets/External/Microsoft.ReactNative.Common.props +2 -0
- package/PropertySheets/External/Microsoft.ReactNative.Uwp.CppApp.props +1 -0
- package/PropertySheets/External/Microsoft.ReactNative.Uwp.CppLib.props +1 -0
- package/PropertySheets/Generated/PackageVersion.g.props +19 -0
- package/PropertySheets/JSEngine.props +0 -3
- package/PropertySheets/PackageVersionDefinitions.props +28 -0
- package/PropertySheets/React.Cpp.props +0 -1
- package/PropertySheets/WinUI.props +1 -1
- package/Scripts/Microsoft.ReactNative.Managed.nuspec +1 -1
- package/Scripts/Microsoft.ReactNative.targets +1 -1
- package/Scripts/copyRNLibraries.js +12 -0
- package/Scripts/rnw-dependencies.ps1 +25 -24
- package/Shared/HermesSamplingProfiler.cpp +5 -25
- package/Shared/HermesShim.cpp +34 -8
- package/Shared/Modules/PlatformConstantsModule.cpp +1 -15
- package/Shared/OInstance.cpp +6 -10
- package/Shared/Shared.vcxitems +4 -12
- package/Shared/Utils.cpp +58 -0
- package/Shared/Utils.h +3 -0
- package/codegen/NativeAccessibilityInfoSpec.g.h +9 -9
- package/codegen/NativeAccessibilityManagerSpec.g.h +49 -21
- package/codegen/NativeActionSheetManagerSpec.g.h +62 -6
- package/codegen/NativeAlertManagerSpec.g.h +4 -4
- package/codegen/NativeAnimatedModuleSpec.g.h +10 -10
- package/codegen/NativeAnimatedTurboModuleSpec.g.h +10 -10
- package/codegen/NativeAppStateSpec.g.h +25 -3
- package/codegen/NativeAppearanceSpec.g.h +3 -3
- package/codegen/NativeAsyncLocalStorageSpec.g.h +66 -18
- package/codegen/NativeAsyncSQLiteDBStorageSpec.g.h +66 -18
- package/codegen/NativeBlobModuleSpec.g.h +24 -6
- package/codegen/NativeBugReportingSpec.g.h +3 -3
- package/codegen/NativeDatePickerAndroidSpec.g.h +3 -3
- package/codegen/NativeDevLoadingViewSpec.g.h +3 -3
- package/codegen/NativeDeviceInfoSpec.g.h +18 -0
- package/codegen/NativeDialogManagerAndroidSpec.g.h +28 -4
- package/codegen/NativeDialogManagerWindowsSpec.g.h +77 -0
- package/codegen/NativeExceptionsManagerSpec.g.h +11 -11
- package/codegen/NativeFileReaderModuleSpec.g.h +6 -6
- package/codegen/NativeFrameRateLoggerSpec.g.h +11 -3
- package/codegen/NativeI18nManagerSpec.g.h +20 -0
- package/codegen/NativeImageEditorSpec.g.h +30 -6
- package/codegen/NativeImageLoaderAndroidSpec.g.h +6 -6
- package/codegen/NativeImageLoaderIOSSpec.g.h +6 -6
- package/codegen/NativeImagePickerIOSSpec.g.h +28 -12
- package/codegen/NativeImageStoreAndroidSpec.g.h +3 -3
- package/codegen/NativeImageStoreIOSSpec.g.h +21 -9
- package/codegen/NativeIntentAndroidSpec.g.h +3 -3
- package/codegen/NativeJSCHeapCaptureSpec.g.h +3 -3
- package/codegen/NativeJSCSamplingProfilerSpec.g.h +3 -3
- package/codegen/NativeJSDevSupportSpec.g.h +18 -0
- package/codegen/NativeNetworkingAndroidSpec.g.h +6 -6
- package/codegen/NativeNetworkingIOSSpec.g.h +26 -6
- package/codegen/NativePermissionsAndroidSpec.g.h +3 -3
- package/codegen/NativePlatformConstantsAndroidSpec.g.h +48 -0
- package/codegen/NativePlatformConstantsIOSSpec.g.h +38 -0
- package/codegen/NativePlatformConstantsWinSpec.g.h +32 -0
- package/codegen/NativePushNotificationManagerIOSSpec.g.h +35 -25
- package/codegen/NativeRedBoxSpec.g.h +3 -3
- package/codegen/NativeSampleTurboModuleSpec.g.h +32 -12
- package/codegen/NativeSegmentFetcherSpec.g.h +6 -6
- package/codegen/NativeSettingsManagerSpec.g.h +22 -6
- package/codegen/NativeShareModuleSpec.g.h +11 -3
- package/codegen/NativeSourceCodeSpec.g.h +16 -0
- package/codegen/NativeStatusBarManagerAndroidSpec.g.h +21 -3
- package/codegen/NativeStatusBarManagerIOSSpec.g.h +30 -6
- package/codegen/NativeToastAndroidSpec.g.h +24 -0
- package/codegen/NativeUIManagerSpec.g.h +63 -63
- package/codegen/NativeVibrationSpec.g.h +3 -3
- package/codegen/NativeWebSocketModuleSpec.g.h +9 -3
- package/index.js +15 -10
- package/index.windows.js +15 -10
- package/jest/mockModal.js +31 -0
- package/jest/setup.js +5 -3
- package/just-task.js +2 -1
- package/package.json +23 -20
- package/rntypes/BatchedBridge.d.ts +23 -0
- package/rntypes/Devtools.d.ts +20 -0
- package/rntypes/LaunchScreen.d.ts +9 -0
- package/rntypes/globals.d.ts +496 -0
- package/rntypes/index.d.ts +9966 -0
- package/rntypes/legacy-properties.d.ts +266 -0
- package/template/cpp-app/proj/MyApp.vcxproj +0 -5
- package/template/cpp-app/src/pch.h +1 -0
- package/template/cpp-lib/src/pch.h +3 -0
- package/template/cs-app/proj/MyApp.csproj +0 -6
- package/template/metro.config.js +8 -1
- package/template/metro.devMode.config.js +3 -1
- package/typings-index.d.ts +2 -1
- package/typings-index.js +7 -5
- package/typings-index.js.map +1 -1
- package/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android.js +0 -87
- package/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios.js +0 -30
- package/Libraries/Components/DatePickerAndroid/DatePickerAndroid.windows.js +0 -30
- package/Libraries/Components/DatePickerAndroid/DatePickerAndroidTypes.js +0 -30
- package/Libraries/Components/StaticContainer.react.js +0 -51
- package/Libraries/Components/Touchable/ensurePositiveDelayProps.js +0 -25
- package/Libraries/Interaction/InteractionMixin.js +0 -54
- package/Libraries/ReactNative/queryLayoutByID.js +0 -58
- package/template/cpp-app/keys/MyApp_TemporaryKey.pfx +0 -0
- package/template/cs-app/keys/MyApp_TemporaryKey.pfx +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,144 +2,976 @@
|
|
|
2
2
|
"name": "react-native-windows",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "react-native-windows_v0.
|
|
7
|
-
"version": "0.
|
|
5
|
+
"date": "Tue, 09 Nov 2021 01:12:18 GMT",
|
|
6
|
+
"tag": "react-native-windows_v0.67.0-preview.2",
|
|
7
|
+
"version": "0.67.0-preview.2",
|
|
8
8
|
"comments": {
|
|
9
|
-
"
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "agnel@microsoft.com",
|
|
12
|
+
"package": "react-native-windows",
|
|
13
|
+
"commit": "186e6c70baf32cd5b01329a1d94911b75d928a4d",
|
|
14
|
+
"comment": "applying package updates ***NO_CI***"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "jthysell@microsoft.com",
|
|
18
|
+
"package": "react-native-windows",
|
|
19
|
+
"commit": "8dd7e1d0f3c7b0a9a54bc3b3bf352e787382a7c1",
|
|
20
|
+
"comment": "Switch to MUX:CommandBarFlyout in XAML Islands proofing menu"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "jthysell@microsoft.com",
|
|
24
|
+
"package": "react-native-windows",
|
|
25
|
+
"commit": "3436887f967daf3664d0b40dc273f5a873a1cc4d",
|
|
26
|
+
"comment": "Upgrade WinUI/MUX to 2.7"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
30
|
+
"package": "react-native-windows",
|
|
31
|
+
"commit": "3b3c7a35df3864b247f2e7900e4fc0cb3a15062d",
|
|
32
|
+
"comment": "Do not remove LoadingUI and FocusSafeHarbor from UI when reloading an instance"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "react-native-windows",
|
|
37
|
+
"comment": "Bump @react-native-windows/cli to v0.67.0-preview.2",
|
|
38
|
+
"commit": "d4affbcb57c0b99c4808ed76428d78fa27507845"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Mon, 25 Oct 2021 15:07:48 GMT",
|
|
45
|
+
"tag": "react-native-windows_v0.67.0-preview.1",
|
|
46
|
+
"version": "0.67.0-preview.1",
|
|
47
|
+
"comments": {
|
|
48
|
+
"prerelease": [
|
|
49
|
+
{
|
|
50
|
+
"author": "ngerlem@microsoft.com",
|
|
51
|
+
"package": "react-native-windows",
|
|
52
|
+
"commit": "not available",
|
|
53
|
+
"comment": "Promote 0.67 to preview"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "react-native-windows",
|
|
58
|
+
"comment": "Bump @react-native-windows/cli to v0.67.0-preview.1",
|
|
59
|
+
"commit": "666510e980ced292bffd23a44982e8a800f91444"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "react-native-windows",
|
|
64
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.67.0-preview.1",
|
|
65
|
+
"commit": "666510e980ced292bffd23a44982e8a800f91444"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "react-native-windows",
|
|
70
|
+
"comment": "Bump @react-native-windows/codegen to v0.67.0-preview.1",
|
|
71
|
+
"commit": "666510e980ced292bffd23a44982e8a800f91444"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Mon, 25 Oct 2021 15:07:19 GMT",
|
|
78
|
+
"tag": "react-native-windows_v0.67.0-preview.1",
|
|
79
|
+
"version": "0.67.0-preview.1",
|
|
80
|
+
"comments": {
|
|
81
|
+
"prerelease": [
|
|
82
|
+
{
|
|
83
|
+
"author": "ngerlem@microsoft.com",
|
|
84
|
+
"package": "react-native-windows",
|
|
85
|
+
"commit": "5ca0feb9bccbf395aa8297f97a1a8832971d4f2e",
|
|
86
|
+
"comment": "Promote 0.67 to preview"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "beachball",
|
|
90
|
+
"package": "react-native-windows",
|
|
91
|
+
"comment": "Bump @react-native-windows/cli to v0.67.0-preview.1",
|
|
92
|
+
"commit": "be5b1c696dc4bb50281f444713575830d3bf72e3"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "beachball",
|
|
96
|
+
"package": "react-native-windows",
|
|
97
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.67.0-preview.1",
|
|
98
|
+
"commit": "be5b1c696dc4bb50281f444713575830d3bf72e3"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "beachball",
|
|
102
|
+
"package": "react-native-windows",
|
|
103
|
+
"comment": "Bump @react-native-windows/codegen to v0.67.0-preview.1",
|
|
104
|
+
"commit": "be5b1c696dc4bb50281f444713575830d3bf72e3"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"date": "Sun, 24 Oct 2021 14:04:42 GMT",
|
|
111
|
+
"tag": "react-native-windows_v0.0.0-canary.405",
|
|
112
|
+
"version": "0.0.0-canary.405",
|
|
113
|
+
"comments": {
|
|
114
|
+
"prerelease": [
|
|
115
|
+
{
|
|
116
|
+
"author": "ngerlem@microsoft.com",
|
|
117
|
+
"package": "react-native-windows",
|
|
118
|
+
"commit": "not available",
|
|
119
|
+
"comment": "Stamp version into Props + Definitions"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"author": "ngerlem@microsoft.com",
|
|
123
|
+
"package": "react-native-windows",
|
|
124
|
+
"commit": "not available",
|
|
125
|
+
"comment": "Add more symbols to Hermes DLL Loader Shim"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "anandrag@microsoft.com",
|
|
129
|
+
"package": "react-native-windows",
|
|
130
|
+
"commit": "not available",
|
|
131
|
+
"comment": "This PR has the following changes, 1. Hermes sampling profiler integration PR regressed RNW builds with INCLUDE_HERMES turned off. This change fixes it. 2. Don't try to start Hermes inspector when hermes is not being used in the current instance."
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"author": "ngerlem@microsoft.com",
|
|
135
|
+
"package": "react-native-windows",
|
|
136
|
+
"commit": "not available",
|
|
137
|
+
"comment": "Fix AppTheme Regressions"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"date": "Sun, 24 Oct 2021 14:04:21 GMT",
|
|
144
|
+
"tag": "react-native-windows_v0.0.0-canary.405",
|
|
145
|
+
"version": "0.0.0-canary.405",
|
|
146
|
+
"comments": {
|
|
147
|
+
"prerelease": [
|
|
148
|
+
{
|
|
149
|
+
"author": "ngerlem@microsoft.com",
|
|
150
|
+
"package": "react-native-windows",
|
|
151
|
+
"commit": "3d191bf9794bf19869676de1558760f502650aca",
|
|
152
|
+
"comment": "Stamp version into Props + Definitions"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "ngerlem@microsoft.com",
|
|
156
|
+
"package": "react-native-windows",
|
|
157
|
+
"commit": "e65e6b13eff0f2644361e2f9d9b3855a56e58dc8",
|
|
158
|
+
"comment": "Add more symbols to Hermes DLL Loader Shim"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "anandrag@microsoft.com",
|
|
162
|
+
"package": "react-native-windows",
|
|
163
|
+
"commit": "1b11bdc61da7680dbe5842060650cb375d8b761e",
|
|
164
|
+
"comment": "This PR has the following changes, 1. Hermes sampling profiler integration PR regressed RNW builds with INCLUDE_HERMES turned off. This change fixes it. 2. Don't try to start Hermes inspector when hermes is not being used in the current instance."
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"author": "ngerlem@microsoft.com",
|
|
168
|
+
"package": "react-native-windows",
|
|
169
|
+
"commit": "0fdf672e4e99208fdb7cc1397518e59176b076be",
|
|
170
|
+
"comment": "Fix AppTheme Regressions"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"date": "Sun, 24 Oct 2021 05:06:50 GMT",
|
|
177
|
+
"tag": "react-native-windows_v0.0.0-canary.404",
|
|
178
|
+
"version": "0.0.0-canary.404",
|
|
179
|
+
"comments": {
|
|
180
|
+
"prerelease": [
|
|
181
|
+
{
|
|
182
|
+
"author": "asklar@microsoft.com",
|
|
183
|
+
"package": "react-native-windows",
|
|
184
|
+
"commit": "e18fd3f87be9237ff82f97758a334c4302287bb0",
|
|
185
|
+
"comment": "Fix win32 apps referencing the M.RN nuget package so they can use RNW"
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"date": "Sat, 23 Oct 2021 05:06:49 GMT",
|
|
192
|
+
"tag": "react-native-windows_v0.0.0-canary.403",
|
|
193
|
+
"version": "0.0.0-canary.403",
|
|
194
|
+
"comments": {
|
|
195
|
+
"prerelease": [
|
|
196
|
+
{
|
|
197
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
198
|
+
"package": "react-native-windows",
|
|
199
|
+
"commit": "c39ba3f4e8eac73445eec4d405a0209ccf2df1bf",
|
|
200
|
+
"comment": "fix codegen task"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"author": "beachball",
|
|
204
|
+
"package": "react-native-windows",
|
|
205
|
+
"comment": "Bump @react-native-windows/codegen to v0.0.0-canary.19",
|
|
206
|
+
"commit": "82aa530d95d792b3c68fb0ff75103336976afe5d"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"date": "Fri, 22 Oct 2021 05:06:46 GMT",
|
|
213
|
+
"tag": "react-native-windows_v0.0.0-canary.402",
|
|
214
|
+
"version": "0.0.0-canary.402",
|
|
215
|
+
"comments": {
|
|
216
|
+
"prerelease": [
|
|
217
|
+
{
|
|
218
|
+
"author": "erozell@outlook.com",
|
|
219
|
+
"package": "react-native-windows",
|
|
220
|
+
"comment": "Fixes resizeMode for data URI images",
|
|
221
|
+
"commit": "e8d09f86fce740a0c16b6f6f9fd876d2122cfc74"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"author": "erozell@outlook.com",
|
|
225
|
+
"package": "react-native-windows",
|
|
226
|
+
"comment": "Allow text selection on Alert content",
|
|
227
|
+
"commit": "e8d09f86fce740a0c16b6f6f9fd876d2122cfc74"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"author": "beachball",
|
|
231
|
+
"package": "react-native-windows",
|
|
232
|
+
"comment": "Bump @react-native-windows/codegen to v0.0.0-canary.18",
|
|
233
|
+
"commit": "e8d09f86fce740a0c16b6f6f9fd876d2122cfc74"
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"date": "Thu, 21 Oct 2021 05:08:01 GMT",
|
|
240
|
+
"tag": "react-native-windows_v0.0.0-canary.401",
|
|
241
|
+
"version": "0.0.0-canary.401",
|
|
242
|
+
"comments": {
|
|
243
|
+
"prerelease": [
|
|
244
|
+
{
|
|
245
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
246
|
+
"package": "react-native-windows",
|
|
247
|
+
"comment": "Update to typescript 4",
|
|
248
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
249
|
+
},
|
|
10
250
|
{
|
|
251
|
+
"author": "erozell@outlook.com",
|
|
252
|
+
"package": "react-native-windows",
|
|
253
|
+
"comment": "Fixes issue with lambda capture of structured bindings",
|
|
254
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"author": "beachball",
|
|
258
|
+
"package": "react-native-windows",
|
|
259
|
+
"comment": "Bump @react-native-windows/cli to v0.0.0-canary.95",
|
|
260
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"author": "beachball",
|
|
264
|
+
"package": "react-native-windows",
|
|
265
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.0.0-canary.14",
|
|
266
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"author": "beachball",
|
|
270
|
+
"package": "react-native-windows",
|
|
271
|
+
"comment": "Bump @react-native-windows/codegen to v0.0.0-canary.17",
|
|
272
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"author": "beachball",
|
|
276
|
+
"package": "react-native-windows",
|
|
277
|
+
"comment": "Bump react-native-platform-override to v1.5.1",
|
|
278
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"date": "Sun, 17 Oct 2021 05:06:34 GMT",
|
|
285
|
+
"tag": "react-native-windows_v0.0.0-canary.400",
|
|
286
|
+
"version": "0.0.0-canary.400",
|
|
287
|
+
"comments": {
|
|
288
|
+
"prerelease": [
|
|
289
|
+
{
|
|
290
|
+
"author": "asklar@microsoft.com",
|
|
291
|
+
"package": "react-native-windows",
|
|
292
|
+
"comment": "Catch and report errors in linking module",
|
|
293
|
+
"commit": "907119c1b1db121368ee45a1d0c02729c0a18ed2"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"date": "Sat, 16 Oct 2021 05:08:25 GMT",
|
|
300
|
+
"tag": "react-native-windows_v0.0.0-canary.399",
|
|
301
|
+
"version": "0.0.0-canary.399",
|
|
302
|
+
"comments": {
|
|
303
|
+
"prerelease": [
|
|
304
|
+
{
|
|
305
|
+
"author": "ngerlem@microsoft.com",
|
|
306
|
+
"package": "react-native-windows",
|
|
11
307
|
"comment": "Fix WACK for apps not packaging hermes.dll",
|
|
308
|
+
"commit": "306d5d6dfbb6e0613371142ab77e446e752348ab"
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"date": "Fri, 15 Oct 2021 05:06:52 GMT",
|
|
315
|
+
"tag": "react-native-windows_v0.0.0-canary.398",
|
|
316
|
+
"version": "0.0.0-canary.398",
|
|
317
|
+
"comments": {
|
|
318
|
+
"prerelease": [
|
|
319
|
+
{
|
|
320
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
321
|
+
"package": "react-native-windows",
|
|
322
|
+
"comment": "Remove rtti even when fabric enabled (in release)",
|
|
323
|
+
"commit": "752875e9120201cd1952ebdf7add3de20ed4bd9c"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"author": "erozell@outlook.com",
|
|
327
|
+
"package": "react-native-windows",
|
|
328
|
+
"comment": "Remove Proofing menu item when spellCheck disabled",
|
|
329
|
+
"commit": "752875e9120201cd1952ebdf7add3de20ed4bd9c"
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"date": "Thu, 14 Oct 2021 05:06:00 GMT",
|
|
336
|
+
"tag": "react-native-windows_v0.0.0-canary.397",
|
|
337
|
+
"version": "0.0.0-canary.397",
|
|
338
|
+
"comments": {
|
|
339
|
+
"prerelease": [
|
|
340
|
+
{
|
|
341
|
+
"author": "erozell@outlook.com",
|
|
342
|
+
"package": "react-native-windows",
|
|
343
|
+
"comment": "Fixes text child removal for fast text path",
|
|
344
|
+
"commit": "235047afcbddf692cd6f4ed65e5f59e30cf2ae15"
|
|
345
|
+
}
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"date": "Wed, 13 Oct 2021 05:07:05 GMT",
|
|
351
|
+
"tag": "react-native-windows_v0.0.0-canary.396",
|
|
352
|
+
"version": "0.0.0-canary.396",
|
|
353
|
+
"comments": {
|
|
354
|
+
"prerelease": [
|
|
355
|
+
{
|
|
356
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
357
|
+
"package": "react-native-windows",
|
|
358
|
+
"comment": "Update Alert.windows.js to catch up facebook's latest Alert.js",
|
|
359
|
+
"commit": "23627a081b49643d73a76569b654b43f14fcc434"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
12
362
|
"author": "ngerlem@microsoft.com",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
363
|
+
"package": "react-native-windows",
|
|
364
|
+
"comment": "Set Automation Peer for ReactImage",
|
|
365
|
+
"commit": "23627a081b49643d73a76569b654b43f14fcc434"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"author": "asklar@microsoft.com",
|
|
369
|
+
"package": "react-native-windows",
|
|
370
|
+
"comment": "Guard against nodes going away (i.e. in react-navigation)",
|
|
371
|
+
"commit": "23627a081b49643d73a76569b654b43f14fcc434"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"author": "erozell@outlook.com",
|
|
375
|
+
"package": "react-native-windows",
|
|
376
|
+
"comment": "Fixes bug introduced by e7735a8",
|
|
377
|
+
"commit": "23627a081b49643d73a76569b654b43f14fcc434"
|
|
378
|
+
}
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"date": "Tue, 12 Oct 2021 05:07:11 GMT",
|
|
384
|
+
"tag": "react-native-windows_v0.0.0-canary.395",
|
|
385
|
+
"version": "0.0.0-canary.395",
|
|
386
|
+
"comments": {
|
|
387
|
+
"prerelease": [
|
|
388
|
+
{
|
|
389
|
+
"author": "asklar@microsoft.com",
|
|
390
|
+
"package": "react-native-windows",
|
|
391
|
+
"comment": "Improve autolinking check performance by delaying checking whether dependencies are met until it is needed.",
|
|
392
|
+
"commit": "45e8eae5d6b79f8d08d3cf53d86b98a02b647514"
|
|
393
|
+
}
|
|
394
|
+
]
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"date": "Sat, 09 Oct 2021 05:06:48 GMT",
|
|
399
|
+
"tag": "react-native-windows_v0.0.0-canary.394",
|
|
400
|
+
"version": "0.0.0-canary.394",
|
|
401
|
+
"comments": {
|
|
402
|
+
"prerelease": [
|
|
403
|
+
{
|
|
404
|
+
"author": "erozell@outlook.com",
|
|
405
|
+
"package": "react-native-windows",
|
|
406
|
+
"comment": "Refines algorithm for hit testing Text",
|
|
407
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"author": "erozell@outlook.com",
|
|
411
|
+
"package": "react-native-windows",
|
|
412
|
+
"comment": "Fixes crash when animating Opacity on custom view with TranslateTransform",
|
|
413
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
417
|
+
"package": "react-native-windows",
|
|
418
|
+
"comment": "Export complete type information",
|
|
419
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"author": "erozell@outlook.com",
|
|
423
|
+
"package": "react-native-windows",
|
|
424
|
+
"comment": "Allow pointer events on selectable Text",
|
|
425
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"author": "lyahdav@users.noreply.github.com",
|
|
429
|
+
"package": "react-native-windows",
|
|
430
|
+
"comment": "Fix XAML bug with alerts inside a dark themed parent",
|
|
431
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
15
432
|
},
|
|
16
433
|
{
|
|
17
|
-
"comment": "Loosen RN peer dependency",
|
|
18
434
|
"author": "ngerlem@microsoft.com",
|
|
19
|
-
"
|
|
435
|
+
"package": "react-native-windows",
|
|
436
|
+
"comment": "Integrate 10-8-21 Nightly Build",
|
|
437
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"author": "lyahdav@users.noreply.github.com",
|
|
441
|
+
"package": "react-native-windows",
|
|
442
|
+
"comment": "Fix crash in Islands when opening Flyout without a target #6714",
|
|
443
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"author": "beachball",
|
|
447
|
+
"package": "react-native-windows",
|
|
448
|
+
"comment": "Bump @react-native-windows/cli to v0.0.0-canary.94",
|
|
449
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"author": "beachball",
|
|
453
|
+
"package": "react-native-windows",
|
|
454
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.0.0-canary.13",
|
|
455
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"date": "Fri, 08 Oct 2021 05:05:52 GMT",
|
|
462
|
+
"tag": "react-native-windows_v0.0.0-canary.393",
|
|
463
|
+
"version": "0.0.0-canary.393",
|
|
464
|
+
"comments": {
|
|
465
|
+
"prerelease": [
|
|
466
|
+
{
|
|
467
|
+
"comment": "Update Button Coloring",
|
|
468
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
469
|
+
"commit": "0f6b0201e330e2a3b769b6b2801fac0b8f685971",
|
|
20
470
|
"package": "react-native-windows"
|
|
21
471
|
}
|
|
22
472
|
]
|
|
23
473
|
}
|
|
24
474
|
},
|
|
25
475
|
{
|
|
26
|
-
"date": "
|
|
27
|
-
"tag": "react-native-windows_v0.
|
|
28
|
-
"version": "0.
|
|
476
|
+
"date": "Wed, 06 Oct 2021 05:07:05 GMT",
|
|
477
|
+
"tag": "react-native-windows_v0.0.0-canary.392",
|
|
478
|
+
"version": "0.0.0-canary.392",
|
|
29
479
|
"comments": {
|
|
480
|
+
"prerelease": [
|
|
481
|
+
{
|
|
482
|
+
"comment": "Bump @react-native-windows/cli to v0.0.0-canary.93",
|
|
483
|
+
"author": "asklar@microsoft.com",
|
|
484
|
+
"commit": "f881f033a0d286a9c1df596c8ea3644c41ea9e8f",
|
|
485
|
+
"package": "react-native-windows"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
30
488
|
"patch": [
|
|
31
489
|
{
|
|
32
|
-
"comment": "
|
|
490
|
+
"comment": "Bump react-native-platform-override to v1.5.0",
|
|
33
491
|
"author": "ngerlem@microsoft.com",
|
|
34
|
-
"commit": "
|
|
492
|
+
"commit": "7a0c68516b825131c798978f1dfc0088f7115614",
|
|
493
|
+
"package": "react-native-windows"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"date": "Tue, 05 Oct 2021 05:07:00 GMT",
|
|
500
|
+
"tag": "react-native-windows_v0.0.0-canary.391",
|
|
501
|
+
"version": "0.0.0-canary.391",
|
|
502
|
+
"comments": {
|
|
503
|
+
"prerelease": [
|
|
504
|
+
{
|
|
505
|
+
"comment": "Logs exception from IReactDispatcher callback",
|
|
506
|
+
"author": "erozell@outlook.com",
|
|
507
|
+
"commit": "a3c9cb062592146f5bfa2b7c14166e702e0e6f6a",
|
|
508
|
+
"package": "react-native-windows"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"comment": "Add ARM64 support to React.Windows.Desktop.Test.DLL",
|
|
512
|
+
"author": "julio.rocha@microsoft.com",
|
|
513
|
+
"commit": "4dd22491fac624fee8c5172ea9f470209c2a1691",
|
|
514
|
+
"package": "react-native-windows"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"date": "Mon, 04 Oct 2021 05:06:55 GMT",
|
|
521
|
+
"tag": "react-native-windows_v0.0.0-canary.390",
|
|
522
|
+
"version": "0.0.0-canary.390",
|
|
523
|
+
"comments": {
|
|
524
|
+
"prerelease": [
|
|
525
|
+
{
|
|
526
|
+
"comment": "Adds functionality for box-only and box-none via OnPointerEvent callback",
|
|
527
|
+
"author": "erozell@outlook.com",
|
|
528
|
+
"commit": "8adef58a52ed3400ba288fa4299e73fb8eef8384",
|
|
35
529
|
"package": "react-native-windows"
|
|
36
530
|
}
|
|
37
531
|
]
|
|
38
532
|
}
|
|
39
533
|
},
|
|
40
534
|
{
|
|
41
|
-
"date": "
|
|
42
|
-
"tag": "react-native-windows_v0.
|
|
43
|
-
"version": "0.
|
|
535
|
+
"date": "Sat, 02 Oct 2021 05:05:38 GMT",
|
|
536
|
+
"tag": "react-native-windows_v0.0.0-canary.389",
|
|
537
|
+
"version": "0.0.0-canary.389",
|
|
538
|
+
"comments": {
|
|
539
|
+
"prerelease": [
|
|
540
|
+
{
|
|
541
|
+
"comment": "Switch ImageLoader to be a codegen'd turbomodule",
|
|
542
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
543
|
+
"commit": "2f3a3e8f7a94642899717d421afe290b284d6329",
|
|
544
|
+
"package": "react-native-windows"
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"date": "Fri, 01 Oct 2021 05:05:54 GMT",
|
|
551
|
+
"tag": "react-native-windows_v0.0.0-canary.388",
|
|
552
|
+
"version": "0.0.0-canary.388",
|
|
44
553
|
"comments": {
|
|
45
554
|
"prerelease": [
|
|
46
555
|
{
|
|
47
556
|
"comment": "Upgrade ReactNative.V8Jsi.Windows to 0.65.5",
|
|
48
557
|
"author": "julio.rocha@microsoft.com",
|
|
49
|
-
"commit": "
|
|
558
|
+
"commit": "eaefea114554d0b91dbf2d6aff650b2fc5673f7a",
|
|
50
559
|
"package": "react-native-windows"
|
|
51
|
-
}
|
|
560
|
+
}
|
|
561
|
+
]
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"date": "Thu, 30 Sep 2021 05:06:48 GMT",
|
|
566
|
+
"tag": "react-native-windows_v0.0.0-canary.387",
|
|
567
|
+
"version": "0.0.0-canary.387",
|
|
568
|
+
"comments": {
|
|
569
|
+
"none": [
|
|
52
570
|
{
|
|
53
|
-
"comment": "
|
|
571
|
+
"comment": "Cleanup of TestReactNativeHostHolder API",
|
|
54
572
|
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
55
|
-
"commit": "
|
|
573
|
+
"commit": "26d4ef069ca3b2f9d6fecd67854d83430daf69ae",
|
|
574
|
+
"package": "react-native-windows"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"prerelease": [
|
|
578
|
+
{
|
|
579
|
+
"comment": "Adds hook for view managers to capture pointer events",
|
|
580
|
+
"author": "erozell@outlook.com",
|
|
581
|
+
"commit": "4bc8637395ea828788c0ba267561c1a01f06f484",
|
|
582
|
+
"package": "react-native-windows"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"date": "Wed, 29 Sep 2021 05:06:54 GMT",
|
|
589
|
+
"tag": "react-native-windows_v0.0.0-canary.386",
|
|
590
|
+
"version": "0.0.0-canary.386",
|
|
591
|
+
"comments": {
|
|
592
|
+
"prerelease": [
|
|
593
|
+
{
|
|
594
|
+
"comment": "Make Hermes consume the ICU.dll in Windows 10 for i18n Earlier we had a WinNLS based stub implementation to avoid depending on ICU.",
|
|
595
|
+
"author": "anandrag@microsoft.com",
|
|
596
|
+
"commit": "eb04aeb2e5fcb74988f1630f24adc27a034351fe",
|
|
597
|
+
"package": "react-native-windows"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"comment": "Check constants in generated turbo module specs",
|
|
601
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
602
|
+
"commit": "6238240df45549967e66f7fcfa411c67007eade3",
|
|
56
603
|
"package": "react-native-windows"
|
|
57
604
|
},
|
|
58
605
|
{
|
|
59
606
|
"comment": "ReactNativeHost ReloadInstance and UnloadInstance actions do not always fire completed events",
|
|
60
607
|
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
61
|
-
"commit": "
|
|
608
|
+
"commit": "d59110ab4e86431506ab51d377ec1a888631039e",
|
|
609
|
+
"package": "react-native-windows"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"date": "Tue, 28 Sep 2021 05:07:03 GMT",
|
|
616
|
+
"tag": "react-native-windows_v0.0.0-canary.385",
|
|
617
|
+
"version": "0.0.0-canary.385",
|
|
618
|
+
"comments": {
|
|
619
|
+
"prerelease": [
|
|
620
|
+
{
|
|
621
|
+
"comment": "Integrate 9/23",
|
|
622
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
623
|
+
"commit": "d4970fdd583866c3ac7af6a0cf38040cf3b22d93",
|
|
624
|
+
"package": "react-native-windows"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"date": "Sat, 25 Sep 2021 05:06:39 GMT",
|
|
631
|
+
"tag": "react-native-windows_v0.0.0-canary.384",
|
|
632
|
+
"version": "0.0.0-canary.384",
|
|
633
|
+
"comments": {
|
|
634
|
+
"prerelease": [
|
|
635
|
+
{
|
|
636
|
+
"comment": "Add CheckConstants<TModule, TModuleSpec> for REACT_GET_CONSTANTS",
|
|
637
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
638
|
+
"commit": "eaf932469678b8b67b0b2b17fd2bcdda1ed4e358",
|
|
639
|
+
"package": "react-native-windows"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"date": "Fri, 24 Sep 2021 05:06:42 GMT",
|
|
646
|
+
"tag": "react-native-windows_v0.0.0-canary.383",
|
|
647
|
+
"version": "0.0.0-canary.383",
|
|
648
|
+
"comments": {
|
|
649
|
+
"prerelease": [
|
|
650
|
+
{
|
|
651
|
+
"comment": "Integrate RN nightly 9/16.",
|
|
652
|
+
"author": "igklemen@microsoft.com",
|
|
653
|
+
"commit": "8b63ada9ba1d55bfd161388fc18c2b5c6445b508",
|
|
654
|
+
"package": "react-native-windows"
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"date": "Thu, 23 Sep 2021 05:06:48 GMT",
|
|
661
|
+
"tag": "react-native-windows_v0.0.0-canary.382",
|
|
662
|
+
"version": "0.0.0-canary.382",
|
|
663
|
+
"comments": {
|
|
664
|
+
"prerelease": [
|
|
665
|
+
{
|
|
666
|
+
"comment": "Remove Certificate From Template",
|
|
667
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
668
|
+
"commit": "3813907b2eaa6198f0a8b9dc570075f0c7117301",
|
|
669
|
+
"package": "react-native-windows"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"comment": "Revert creation of symbol packages, main codesign",
|
|
673
|
+
"author": "jthysell@microsoft.com",
|
|
674
|
+
"commit": "2940b0ee911240714e0a0f5c541a52b41e9ee3ab",
|
|
675
|
+
"package": "react-native-windows"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"none": [
|
|
679
|
+
{
|
|
680
|
+
"comment": "Update JSIEngineOverride documentation to clarify that the setting is ignored while the web debugger is being used, since the browser responsible for debugging must use its own engine to debug correctly.",
|
|
681
|
+
"author": "email not defined",
|
|
682
|
+
"commit": "2c578c743f157506b827c8fc926a6ac439e18507",
|
|
683
|
+
"package": "react-native-windows"
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"date": "Wed, 22 Sep 2021 05:06:43 GMT",
|
|
690
|
+
"tag": "react-native-windows_v0.0.0-canary.381",
|
|
691
|
+
"version": "0.0.0-canary.381",
|
|
692
|
+
"comments": {
|
|
693
|
+
"prerelease": [
|
|
694
|
+
{
|
|
695
|
+
"comment": "Disable broken x64 debug build of ComponentTestt",
|
|
696
|
+
"author": "jthysell@microsoft.com",
|
|
697
|
+
"commit": "50e54f7037a3196329ff229544d0da73522cad54",
|
|
698
|
+
"package": "react-native-windows"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"comment": "Fix Bug in Animation Clamping",
|
|
702
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
703
|
+
"commit": "304bdb2ba0522768be866ac6611aa34cd2351a98",
|
|
704
|
+
"package": "react-native-windows"
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"none": [
|
|
708
|
+
{
|
|
709
|
+
"comment": "Add REACT_GET_CONSTANTS to turbo module",
|
|
710
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
711
|
+
"commit": "096855bab43705436f96ee2e80f1f88c519ca2ce",
|
|
62
712
|
"package": "react-native-windows"
|
|
63
713
|
},
|
|
64
714
|
{
|
|
65
|
-
"comment": "
|
|
715
|
+
"comment": "Bump @react-native-windows/cli to v0.0.0-canary.88",
|
|
716
|
+
"author": "ali-hk@users.noreply.github.com",
|
|
717
|
+
"commit": "0bc36a30ab3cd5bb4cfd767e503b29c185cfcddd",
|
|
718
|
+
"package": "react-native-windows"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"date": "Tue, 21 Sep 2021 05:08:39 GMT",
|
|
725
|
+
"tag": "react-native-windows_v0.0.0-canary.380",
|
|
726
|
+
"version": "0.0.0-canary.380",
|
|
727
|
+
"comments": {
|
|
728
|
+
"prerelease": [
|
|
729
|
+
{
|
|
730
|
+
"comment": "Issue#8397 Hermes profiler needs more work to function in win32 unpackaged apps Essentially, we are adding a new function to fetch the application data directory which works with both packaged and unpackaged apps, and consuming it in Hermes sampling profiler.",
|
|
66
731
|
"author": "anandrag@microsoft.com",
|
|
67
|
-
"commit": "
|
|
732
|
+
"commit": "5f494d4154fd5274f531abe9435aea8d07e4548f",
|
|
733
|
+
"package": "react-native-windows"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"comment": "Integrate RN nightly build 9/9.",
|
|
737
|
+
"author": "igklemen@microsoft.com",
|
|
738
|
+
"commit": "08eb19f42f4f74bd82f33db2e27ba2d33b2ddd1b",
|
|
68
739
|
"package": "react-native-windows"
|
|
69
740
|
}
|
|
70
741
|
]
|
|
71
742
|
}
|
|
72
743
|
},
|
|
73
744
|
{
|
|
74
|
-
"date": "
|
|
75
|
-
"tag": "react-native-windows_v0.
|
|
76
|
-
"version": "0.
|
|
745
|
+
"date": "Sat, 18 Sep 2021 05:07:45 GMT",
|
|
746
|
+
"tag": "react-native-windows_v0.0.0-canary.379",
|
|
747
|
+
"version": "0.0.0-canary.379",
|
|
77
748
|
"comments": {
|
|
78
749
|
"prerelease": [
|
|
79
750
|
{
|
|
80
|
-
"comment": "
|
|
751
|
+
"comment": "Adds autoFocus prop to FlyoutViewManager",
|
|
752
|
+
"author": "erozell@outlook.com",
|
|
753
|
+
"commit": "fbbfb83843c60abb8c02368077fd0a406f0bdcc0",
|
|
754
|
+
"package": "react-native-windows"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"comment": "Migrate NapiJsiRuntime from V8/JSI.",
|
|
81
758
|
"author": "julio.rocha@microsoft.com",
|
|
82
|
-
"commit": "
|
|
759
|
+
"commit": "a858af11ba43c0b67dc0284a56e7b37b6d2808de",
|
|
760
|
+
"package": "react-native-windows"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"comment": "\"add missing include due to pr conflict\"",
|
|
764
|
+
"author": "agnel@microsoft.com",
|
|
765
|
+
"commit": "cab81260cfb7d6051902d4eb7dce6946a9cc7423",
|
|
766
|
+
"package": "react-native-windows"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"comment": "Adds shouldConstrainToRootBounds prop to Flyout",
|
|
770
|
+
"author": "erozell@outlook.com",
|
|
771
|
+
"commit": "fa19aceb9b7bca38c204e04e3a9ccbc035c99c3f",
|
|
772
|
+
"package": "react-native-windows"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"comment": "Initial implementation of TextVisitor",
|
|
776
|
+
"author": "erozell@outlook.com",
|
|
777
|
+
"commit": "485f0ffcc4d0d9f24d4d529ee35e9de2a6ae4ef6",
|
|
83
778
|
"package": "react-native-windows"
|
|
84
779
|
}
|
|
85
780
|
]
|
|
86
781
|
}
|
|
87
782
|
},
|
|
88
783
|
{
|
|
89
|
-
"date": "
|
|
90
|
-
"tag": "react-native-windows_v0.
|
|
91
|
-
"version": "0.
|
|
784
|
+
"date": "Fri, 17 Sep 2021 05:06:53 GMT",
|
|
785
|
+
"tag": "react-native-windows_v0.0.0-canary.378",
|
|
786
|
+
"version": "0.0.0-canary.378",
|
|
92
787
|
"comments": {
|
|
93
788
|
"prerelease": [
|
|
94
789
|
{
|
|
95
|
-
"comment": "
|
|
790
|
+
"comment": "Enable publishing NuGet symbol packages",
|
|
791
|
+
"author": "jthysell@microsoft.com",
|
|
792
|
+
"commit": "95fecc02d3dcc9f03d0fc7d47d30cb45e128bca6",
|
|
793
|
+
"package": "react-native-windows"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"comment": "Fix Break in Fast Refresh Behavior",
|
|
96
797
|
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
97
|
-
"commit": "
|
|
798
|
+
"commit": "4e8f1ac111ce991748dcff1e88c936102899d7e6",
|
|
799
|
+
"package": "react-native-windows"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"comment": "Ensures IsHitTestVisible is set on correct view",
|
|
803
|
+
"author": "erozell@outlook.com",
|
|
804
|
+
"commit": "6d40868bc10bb8dbba6197866c6639623fee2084",
|
|
805
|
+
"package": "react-native-windows"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"comment": "Allow injection of custom UI thread",
|
|
809
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
810
|
+
"commit": "77ebdd47cd2feead7885933ac351a045041bee2e",
|
|
811
|
+
"package": "react-native-windows"
|
|
812
|
+
}
|
|
813
|
+
]
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"date": "Thu, 16 Sep 2021 05:06:44 GMT",
|
|
818
|
+
"tag": "react-native-windows_v0.0.0-canary.377",
|
|
819
|
+
"version": "0.0.0-canary.377",
|
|
820
|
+
"comments": {
|
|
821
|
+
"prerelease": [
|
|
822
|
+
{
|
|
823
|
+
"comment": "Adds showMode prop to FlyoutViewManager",
|
|
824
|
+
"author": "erozell@outlook.com",
|
|
825
|
+
"commit": "b46965a75f179c1855a2499c7f3c6b4b10daf416",
|
|
826
|
+
"package": "react-native-windows"
|
|
827
|
+
}
|
|
828
|
+
]
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"date": "Wed, 15 Sep 2021 05:07:04 GMT",
|
|
833
|
+
"tag": "react-native-windows_v0.0.0-canary.376",
|
|
834
|
+
"version": "0.0.0-canary.376",
|
|
835
|
+
"comments": {
|
|
836
|
+
"prerelease": [
|
|
837
|
+
{
|
|
838
|
+
"comment": "Provide more TS type information for ViewWindows",
|
|
839
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
840
|
+
"commit": "5dbd74b1852c38f851483478d6da7d81949d0195",
|
|
841
|
+
"package": "react-native-windows"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"comment": "Generate anonymous objects in correct order for turbo module",
|
|
845
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
846
|
+
"commit": "df2e77140ebe63c91039226a83f4d2e49e4af408",
|
|
847
|
+
"package": "react-native-windows"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"date": "Tue, 14 Sep 2021 05:07:02 GMT",
|
|
854
|
+
"tag": "react-native-windows_v0.0.0-canary.375",
|
|
855
|
+
"version": "0.0.0-canary.375",
|
|
856
|
+
"comments": {
|
|
857
|
+
"prerelease": [
|
|
858
|
+
{
|
|
859
|
+
"comment": "Bump @react-native-windows/cli to v0.0.0-canary.86",
|
|
860
|
+
"author": "jthysell@microsoft.com",
|
|
861
|
+
"commit": "d3de4a2b04415ff9004b7ba08ee21787b924d0d4",
|
|
98
862
|
"package": "react-native-windows"
|
|
99
863
|
}
|
|
100
864
|
]
|
|
101
865
|
}
|
|
102
866
|
},
|
|
103
867
|
{
|
|
104
|
-
"date": "
|
|
105
|
-
"tag": "react-native-windows_v0.
|
|
106
|
-
"version": "0.
|
|
868
|
+
"date": "Sat, 11 Sep 2021 05:06:55 GMT",
|
|
869
|
+
"tag": "react-native-windows_v0.0.0-canary.374",
|
|
870
|
+
"version": "0.0.0-canary.374",
|
|
107
871
|
"comments": {
|
|
108
872
|
"prerelease": [
|
|
109
873
|
{
|
|
110
874
|
"comment": "Bump hermes to v0.9",
|
|
111
875
|
"author": "anandrag@microsoft.com",
|
|
112
|
-
"commit": "
|
|
876
|
+
"commit": "09bc9974c8721bf5559680dc7a8aa00514c1c7f3",
|
|
113
877
|
"package": "react-native-windows"
|
|
114
878
|
}
|
|
115
879
|
]
|
|
116
880
|
}
|
|
117
881
|
},
|
|
118
882
|
{
|
|
119
|
-
"date": "
|
|
120
|
-
"tag": "react-native-windows_v0.
|
|
121
|
-
"version": "0.
|
|
883
|
+
"date": "Fri, 10 Sep 2021 05:07:31 GMT",
|
|
884
|
+
"tag": "react-native-windows_v0.0.0-canary.373",
|
|
885
|
+
"version": "0.0.0-canary.373",
|
|
122
886
|
"comments": {
|
|
123
887
|
"prerelease": [
|
|
124
888
|
{
|
|
125
|
-
"comment": "
|
|
889
|
+
"comment": "Generate `std::vector<T>` for array types in turbo modules",
|
|
890
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
891
|
+
"commit": "42d0853c684f0e9f9c9f1f7fa34cbf4ca3810edc",
|
|
892
|
+
"package": "react-native-windows"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"comment": "Fix EBUSY race conditions between metro bundler and msbuild",
|
|
126
896
|
"author": "dannyvv@microsoft.com",
|
|
127
|
-
"commit": "
|
|
897
|
+
"commit": "fc2bf7dc72c2719ffaaca6d60fc22b412bb7f352",
|
|
128
898
|
"package": "react-native-windows"
|
|
129
899
|
}
|
|
130
900
|
]
|
|
131
901
|
}
|
|
132
902
|
},
|
|
133
903
|
{
|
|
134
|
-
"date": "
|
|
135
|
-
"tag": "react-native-windows_v0.
|
|
136
|
-
"version": "0.
|
|
904
|
+
"date": "Thu, 09 Sep 2021 05:07:46 GMT",
|
|
905
|
+
"tag": "react-native-windows_v0.0.0-canary.372",
|
|
906
|
+
"version": "0.0.0-canary.372",
|
|
137
907
|
"comments": {
|
|
138
908
|
"prerelease": [
|
|
139
909
|
{
|
|
140
|
-
"comment": "
|
|
910
|
+
"comment": "Generate nullable type for turbo module",
|
|
911
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
912
|
+
"commit": "66a9f86f24f862c9e9e611ad435f68daddb4e04e",
|
|
913
|
+
"package": "react-native-windows"
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"date": "Wed, 08 Sep 2021 05:08:53 GMT",
|
|
920
|
+
"tag": "react-native-windows_v0.0.0-canary.371",
|
|
921
|
+
"version": "0.0.0-canary.371",
|
|
922
|
+
"comments": {
|
|
923
|
+
"prerelease": [
|
|
924
|
+
{
|
|
925
|
+
"comment": "Integrate 9/2",
|
|
926
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
927
|
+
"commit": "8b91737bde65fc50b454be74f64bc50b5d2cfda2",
|
|
928
|
+
"package": "react-native-windows"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"comment": "announce changes to accessibilityState",
|
|
932
|
+
"author": "agnel@microsoft.com",
|
|
933
|
+
"commit": "59c91a470a13a85cb27bc76e57e05884cc023961",
|
|
934
|
+
"package": "react-native-windows"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"comment": "Match Alert module with NativeDialogManagerAndroidSpec.h",
|
|
938
|
+
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
|
|
939
|
+
"commit": "d085526651bb421f97b536a753365c7375b74828",
|
|
940
|
+
"package": "react-native-windows"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"comment": "Set consistent node requirements on our packages",
|
|
944
|
+
"author": "ngerlem@microsoft.com",
|
|
945
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
946
|
+
"package": "react-native-windows"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"patch": [
|
|
950
|
+
{
|
|
951
|
+
"comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.0.2",
|
|
141
952
|
"author": "ngerlem@microsoft.com",
|
|
142
|
-
"commit": "
|
|
953
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
954
|
+
"package": "react-native-windows"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"comment": "Bump @rnw-scripts/eslint-config to v1.1.8",
|
|
958
|
+
"author": "ngerlem@microsoft.com",
|
|
959
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
960
|
+
"package": "react-native-windows"
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"date": "Sat, 04 Sep 2021 05:06:39 GMT",
|
|
967
|
+
"tag": "react-native-windows_v0.0.0-canary.370",
|
|
968
|
+
"version": "0.0.0-canary.370",
|
|
969
|
+
"comments": {
|
|
970
|
+
"prerelease": [
|
|
971
|
+
{
|
|
972
|
+
"comment": "Fix race condition when building customer projects",
|
|
973
|
+
"author": "dannyvv@microsoft.com",
|
|
974
|
+
"commit": "d0c3465f27bd0de739b23b46e957cbdab6bdf014",
|
|
143
975
|
"package": "react-native-windows"
|
|
144
976
|
}
|
|
145
977
|
]
|