UNPKG

react-native-windows

Version:
1,728 lines (1,017 loc) • 108 kB
# Change Log - react-native-windows This log was last generated on Mon, 19 Jul 2021 15:05:42 GMT and should not be manually modified. <!-- Start content --> ## 0.64.14 Mon, 19 Jul 2021 15:05:42 GMT ### Patches - DisconnectFromView can be called on an view that has no connected tag. Also fix exceptions to be thrown by value as the rest of the code expects them to be (asklar@microsoft.com) - Batch calls to alert() instead of crashing (asklar@microsoft.com) ## 0.64.13 Mon, 12 Jul 2021 15:18:53 GMT ### Patches - Add hooks to allow instance to be usable with pluggable UI platform (30809111+acoates-ms@users.noreply.github.com) ## 0.64.12 Mon, 28 Jun 2021 15:08:27 GMT ### Patches - [0.64]Fix XAML Visibility for `display:none` (agnel@microsoft.com) - V8 Package Update (tudor.mihai@microsoft.com) - [0.64] More cases of *Undefined* are popping up in MsBuild (dannyvv@microsoft.com) - Have script store return nullptr on facebook::jsi::JSINativeException (#8068) (julio.rocha@microsoft.com) ## 0.64.11 Mon, 07 Jun 2021 18:47:25 GMT ### Patches - Fix FashRefresh when not using WebDebugger (30809111+acoates-ms@users.noreply.github.com) - Allow propagating WinRTWebSocketResource constructor exceptions (#7892) (julio.rocha@microsoft.com) - Add JSI.MemoryMappedScriptStore runtime option to control usage of MemoryMappedBuffer (#7943) (julio.rocha@microsoft.com) - [0.64] Bump ws dependency (dannyvv@microsoft.com) ## 0.64.10 Mon, 31 May 2021 15:25:41 GMT ### Patches - Fix Text.BackgroundColor overwriting foreground. (#7707) (igklemen@microsoft.com) - Add error message when an exception happens in a native module (in Debug) (asklar@microsoft.com) - Fix JSValue memory leak in move constructor (vmorozov@microsoft.com) - Update .net uwp package version (agnel@microsoft.com) ## 0.64.9 Mon, 24 May 2021 15:09:06 GMT ### Patches - Fix MSBuild Bundling When Path Contains Spaces (ngerlem@microsoft.com) - [0.64] Fix transitive dependencies for C# nuget-based apps #7786 (jthysell@microsoft.com) ## 0.64.8 Mon, 17 May 2021 17:16:08 GMT ### Patches - [0.64] Upgrade JSI.Desktop projects version of ChakraCore (jthysell@microsoft.com) - Use memory-mapping in BasePreparedScriptStoreImpl::tryGetPreparedScript (julio.rocha@microsoft.com) - Update brush cache when theme changes (asklar@microsoft.com) ## 0.64.7 Mon, 10 May 2021 15:06:33 GMT ### Patches - If initial value is set, updated TextInput.value changes will not be reflected (30809111+acoates-ms@users.noreply.github.com) - [0.64] Update Microsoft.ChakraCore to 1.11.24 (#7628) (jthysell@microsoft.com) - Initialize ETW provider only once (asklar@microsoft.com) - Last year, we had plumbed the Systrace sections and events in the core react native to windows code and fired ETW events. But, it was hard for people to use because we used manifest based ETW events. This change converts the event triggering code to use Tracelogging APIs (aka self describing events) which doesn't require the manifest to be registered on the host machine to inspect traces. Post this change, the systrace events can be inspected on any windows machines where the RNW based apps are running by issuing the following commands, wpr.exe -start rnw.wprp wpr.exe -stop rnw.etl wpa.exe rnw.etl This works for Win32 apps too, say Office. (mganandraj@outlook.com) ## 0.64.6 Mon, 03 May 2021 14:06:32 GMT ### Patches - Remove version from ExperimentalFeatures.props links (ngerlem@microsoft.com) ## 0.64.5 Mon, 26 Apr 2021 18:47:14 GMT ### Patches - Suppress onLayout event when layout has not changed (#7470) (erozell@outlook.com) - Change TextInput cursor behavior (#7285) (erozell@outlook.com) ## 0.64.4 Mon, 19 Apr 2021 17:00:53 GMT ### Patches - Enable any platform color to be used in PlatformColor() (asklar@microsoft.com) - Calling UIManager.dispatchViewManagerCommand should trigger updates (30809111+acoates-ms@users.noreply.github.com) - Allow swapping to System Chakra at runtime. (julio.rocha@microsoft.com) ## 0.64.3 Mon, 05 Apr 2021 17:04:31 GMT ### Patches - Add doc comments to IDL files (vmorozov@microsoft.com) - Fix some doc typos, generate docs in CI (asklar@microsoft.com) - [0.64] Enable apps to override WinUI and SDK version for RNW framework projects (asklar@microsoft.com) ## 0.64.2 Mon, 29 Mar 2021 16:07:04 GMT ### Patches - [0.64] Fix app template to use app.json's name for main component name (#7464) (jthysell@microsoft.com) - [0.64] Implement JSI getOwnPropertyDescriptor (asklar@microsoft.com) - Bump peer dependency to require non-rc version of react-native (30809111+acoates-ms@users.noreply.github.com) ## 0.64.1 Mon, 22 Mar 2021 17:06:53 GMT ### Patches - [0.64] Update cppwinrt package version (asklar@microsoft.com) - Fix template for WinUI3 C# App by expanding namespace of argument in AppOnActivated (dannyvv@microsoft.com) - Fix deep linking activation (vmorozov@microsoft.com) - Make BaseWebSocketResource destructor noexcept (julio.rocha@microsoft.com) - [0.64] AzDO image now installs uwp package 6.2.11, not 6.2.10; Update Codegen UnitTest (asklar@microsoft.com) - Fix DevMenuControl.xbf copy conflict (vmorozov@microsoft.com) - Improve Microsoft.ReactNative compilation speed (vmorozov@microsoft.com) ## 0.64.0 Mon, 15 Mar 2021 17:23:19 GMT ### Patches - Promote 0.64 to latest (ngerlem@microsoft.com) ## 0.64.0-preview.15 Fri, 12 Mar 2021 19:20:30 GMT ### Changes - beachball sync (jthysell@microsoft.com) - [0.64] Port IJSValueWriter/IJSValueReader docs from master (asklar@microsoft.com) - [0.64] Enabling codesigning via ESRP (jthysell@microsoft.com) - Raise Instance notifications in JSDispatcher thread (vmorozov@microsoft.com) - Disable warning 4103 in MemoryMappedBufferTests.cpp (#7319) (julio.rocha@microsoft.com) - [0.64] Fix usage of std::thread in RN's RuntimeExecutor (asklar@microsoft.com) - Fix right click warning. (igklemen@microsoft.com) - Remove unnecessary exceptions to unblock some partners (asklar@microsoft.com) - Clarify IJSValueWriter/IJSValueReader docs (asklar@microsoft.com) ## 0.64.0-preview.13 Mon, 01 Mar 2021 15:05:53 GMT ### Changes - [Image] add svg data uri support (email not defined) - [0.64] Add IViewManagerCreateWithProperties (asklar@microsoft.com) - Include RuntimeExecutor.h in nuget (30809111+acoates-ms@users.noreply.github.com) ## 0.64.0-preview.12 Mon, 22 Feb 2021 15:07:37 GMT ### Changes - Fix cursor resetting in TextInput. (igklemen@microsoft.com) ## 0.64.0-preview.11 Mon, 15 Feb 2021 15:07:11 GMT ### Changes - Allow custom view managers to be able to trigger our logic to run native layout (30809111+acoates-ms@users.noreply.github.com) - Add onPressIn / onPressOut events to TextInput (igklemen@microsoft.com) - Rename BuildProps to ExperimentalFeatures (ngerlem@microsoft.com) - Fixed typo in template which breaks C# autolinking (jthysell@microsoft.com) ## 0.64.0-preview.10 Mon, 08 Feb 2021 15:06:18 GMT ### Changes - Fix Switch.onChange (igklemen@microsoft.com) - Integrate react-native 0.64.0-rc.3 (ngerlem@microsoft.com) ## 0.64.0-preview.9 Mon, 01 Feb 2021 15:07:32 GMT ### Changes - In Xaml, IsTabStop makes a control be able to receive focus or not so we also need to set it when IsFocusable is set. (lamdoan@microsoft.com) - Update V8 and Hermes package versions (tudor.mihai@microsoft.com) - Background/Foreground app state handlers should be registered from the xaml thread (asklar@microsoft.com) ## 0.64.0-preview.8 Mon, 25 Jan 2021 15:06:41 GMT ### Changes - undefined (asklar@microsoft.com) - react-native-windows package should include jest preset/setup files (30809111+acoates-ms@users.noreply.github.com) - Parse WebSocket connect protocols as array (#6866) (julio.rocha@microsoft.com) - Add new .net native and UWP runtime versions (asklar@microsoft.com) ## 0.64.0-preview.7 Mon, 18 Jan 2021 15:07:07 GMT ### Changes - Move CallInvoker.h to TurboModule folder (vmorozov@microsoft.com) - Fix ReactNotificationService for notifications between app and modules (vmorozov@microsoft.com) - Fix unused variable warning in AbiCallInvoker (vmorozov@microsoft.com) - Update clang-format version to 1.5.0 (vmorozov@microsoft.com) - Add JSValue constructor for std::optional<T> (vmorozov@microsoft.com) - Simplify Microsoft.ReactNative.IntegrationTests (vmorozov@microsoft.com) - Updated doc comments in IReactNotificationService.idl (vmorozov@microsoft.com) ## 0.64.0-preview.6 Mon, 11 Jan 2021 15:07:12 GMT ### Changes - Specify full path when bundling (asklar@winse.microsoft.com) - Enable support for C++ TurboModules (vmorozov@microsoft.com) - Show HRESULT code on WebSocket errors (#6734) (julio.rocha@microsoft.com) ## 0.64.0-preview.5 Mon, 04 Jan 2021 15:06:23 GMT ### Changes - Fix newline issues in new cli project generated files (#6768) (jthysell@microsoft.com) ## 0.64.0-preview.4 Mon, 21 Dec 2020 15:05:53 GMT ### Changes - Fix RedBox on topMouseLeave event. (igklemen@microsoft.com) - Fix facebook::jsi::Runtime lifetime for ABI JSI (vmorozov@microsoft.com) - [0.64] Make package config more strict (dannyvv@microsoft.com) ## 0.64.0-preview.3 Mon, 14 Dec 2020 15:06:53 GMT ### Changes - Fix getting JsiRuntime for host functions (vmorozov@microsoft.com) - Fix getting host objects and functions in JSI ABI (vmorozov@microsoft.com) - Fix destruction of UIManager in UI thread (vmorozov@microsoft.com) ## 0.64.0-preview.2 Fri, 04 Dec 2020 00:24:03 GMT ### Changes - Fix multicore build, missing dependency on Folly (dannyvv@microsoft.com) ## 0.64.0-preview.1 Mon, 30 Nov 2020 10:25:30 GMT ### Changes - Promote 0.64 to preview (ngerlem@microsoft.com) ## 0.0.0-canary.219 Thu, 26 Nov 2020 05:06:06 GMT ### Changes - Refactor ReactContext API (vmorozov@microsoft.com) ## 0.0.0-canary.218 Wed, 25 Nov 2020 05:06:16 GMT ### Changes - Add error for users who try to build apps/libs via project instead of solution (jthysell@microsoft.com) ## 0.0.0-canary.217 Tue, 24 Nov 2020 05:08:17 GMT ### Changes - Fix links in some docs, mark APIs as deprecated or experimental as appropriate (asklar@microsoft.com) - Don't run bundling when doing intellisense builds (asklar@microsoft.com) - Add more eslint rules (ngerlem@microsoft.com) ## 0.0.0-canary.216 Sun, 22 Nov 2020 05:06:06 GMT ### Changes - fix invalidation bug and use Canvas.Top/Left (kmelmon@microsoft.com) - fix panels with transforms leaking (stecrain@microsoft.com) ## 0.0.0-canary.215 Sat, 21 Nov 2020 05:05:40 GMT ### Changes - Add ReactContext::ExecuteJsi method to use JSI in NativeModules (vmorozov@microsoft.com) ## 0.0.0-canary.214 Fri, 20 Nov 2020 05:08:43 GMT ### Changes - WinUI 3 Preview 3 support (asklar@microsoft.com) - Update lib template to default prefer RNW dir of consuming app (jthysell@microsoft.com) - Integrate 11/18 RN Nightly Build 🎉 (ngerlem@microsoft.com) ## 0.0.0-canary.213 Thu, 19 Nov 2020 17:13:10 GMT ### Changes - Update Nuget publish to not overwrite the created anycpu version (dannyvv@microsoft.com) - Use lessthrow_await_adapter for WebSocketJSExecutor::ConnectAsync (julio.rocha@microsoft.com) ## 0.0.0-canary.212 Thu, 19 Nov 2020 05:06:10 GMT ### Changes - Exclude Beast WebSocket from build by default. (julio.rocha@microsoft.com) - fix typo (igklemen@microsoft.com) - Add Yellowbox warnings for WIndows Variants of Lean Core Components (ngerlem@microsoft.com) ## 0.0.0-canary.211 Wed, 18 Nov 2020 03:10:51 GMT ### Changes - CornerRadius only exists on RS5, restore the behavior to gracefully degrade on older OS releases (asklar@microsoft.com) - Check for VS >= 16.5 (ngerlem@microsoft.com) ## 0.0.0-canary.209 Tue, 17 Nov 2020 05:05:00 GMT ### Changes - Embed documentation of WinRT APIs in the winmd (asklar@microsoft.com) - JSDispatcher should use JSCallInvoker internally (30809111+acoates-ms@users.noreply.github.com) ## 0.0.0-canary.208 Mon, 16 Nov 2020 17:37:03 GMT ### Changes - Fix publish (dannyvv@microsoft.com) ## 0.0.0-canary.207 Mon, 16 Nov 2020 14:39:19 GMT ### Changes - Fix Publish pipeline due to moved file (dannyvv@microsoft.com) ## 0.0.0-canary.206 Mon, 16 Nov 2020 05:06:18 GMT ### Changes - Update Managed ref assemblies to be AnpCpu (dannyvv@microsoft.com) ## 0.0.0-canary.205 Sat, 14 Nov 2020 05:04:43 GMT ### Changes - Add a custom WinRT attribute to be used to store documentation strings for WinRT types (asklar@microsoft.com) - Add win32 exports required for internal usage (email not defined) - Fix appstate module (30809111+acoates-ms@users.noreply.github.com) - Add Targets to check that developers have run yarn install before building (dannyvv@microsoft.com) ## 0.0.0-canary.203 Thu, 12 Nov 2020 05:05:57 GMT ### Changes - Add Keyboard Events to TextWin32 (krsiler@microsoft.com) ## 0.0.0-canary.202 Wed, 11 Nov 2020 05:05:29 GMT ### Changes - Remove Build-Time Native Code Patching (ngerlem@microsoft.com) ## 0.0.0-canary.201 Tue, 10 Nov 2020 05:05:13 GMT ### Changes - Exclude *projectimports.zip from devmode metro config (asklar@microsoft.com) - add force_layout to TextInput (igklemen@microsoft.com) ## 0.0.0-canary.200 Sat, 07 Nov 2020 05:04:58 GMT ### Changes - Fix Bundling With "react-native-windows-init --useDevMode" (ngerlem@microsoft.com) - Couple of minor cleanups to prep for fabric PR (30809111+acoates-ms@users.noreply.github.com) - Fix PR validation by removing legacy generated header file (dannyvv@microsoft.com) - Clear Unused Native Module Specs (ngerlem@microsoft.com) ## 0.0.0-canary.196 Wed, 04 Nov 2020 05:10:08 GMT ### Changes - Autolinking fixes for C++ / C# interop (jthysell@microsoft.com) ## 0.0.0-canary.195 Tue, 03 Nov 2020 16:52:55 GMT ### Changes - Update Microsoft.ReactNative NuGet Package to only contain release bits (dannyvv@microsoft.com) - Add ReactNativeHost::FromContext method (vmorozov@microsoft.com) ## 0.0.0-canary.194 Sun, 01 Nov 2020 05:05:46 GMT ### Changes - Update V8 and Hermes package versions (tudor.mihai@microsoft.com) ## 0.0.0-canary.193 Sat, 31 Oct 2020 05:06:50 GMT ### Changes - Initialize UIManager turbomodule eagerly (30809111+acoates-ms@users.noreply.github.com) - Integrate 10/5 Nightly RN Build (ngerlem@microsoft.com) ## 0.0.0-canary.192 Fri, 30 Oct 2020 05:07:51 GMT ### Changes - Enable Hermes Bytecode Compilation and SourceMap Creation as Part of Build (ngerlem@microsoft.com) - Update Template Metro Config to Enable Inline Requires By Default (ngerlem@microsoft.com) - Integrate 9/17 Nightly RN Build (ngerlem@microsoft.com) ## 0.0.0-canary.191 Thu, 29 Oct 2020 05:05:49 GMT ### Changes - Better error handling of Views inside Text components (30809111+acoates-ms@users.noreply.github.com) - Allow Hermes to be used in C++ projects without modifying source code (ngerlem@microsoft.com) - Integrate Additional RNTester Refactoring (9/2 Nightly RN Build) (ngerlem@microsoft.com) ## 0.0.0-canary.190 Wed, 28 Oct 2020 05:04:32 GMT ### Changes - Implement backgroundColor for Text. (igklemen@microsoft.com) - Move UIManager to JSI (30809111+acoates-ms@users.noreply.github.com) - Followup from #6289 (30809111+acoates-ms@users.noreply.github.com) - [Win32] Export createUIManagerModule that takes a uiQueue (30809111+acoates-ms@users.noreply.github.com) ## 0.0.0-canary.189 Tue, 27 Oct 2020 05:04:48 GMT ### Changes - Don't require elevation just to check dev dependencies (asklar@microsoft.com) ## 0.0.0-canary.188 Sat, 24 Oct 2020 05:07:36 GMT ### Changes - fix tab ordering on ScrollViewer, TextInput, and Picker (kmelmon@microsoft.com) - Integrate RNTester Redesign (8/26 Nightly Build) (ngerlem@microsoft.com) - Fix failing unit tests (vmorozov@microsoft.com) - Ensure that destruction of animation nodes happen on UI thread (30809111+acoates-ms@users.noreply.github.com) ## 0.0.0-canary.187 Fri, 23 Oct 2020 05:04:37 GMT ### Changes - Enable onFocus() and onBlur() callbacks on Pressable. Allow calling .focus() and .blur() on Pressable. (igklemen@microsoft.com) ## 0.0.0-canary.186 Thu, 22 Oct 2020 05:06:28 GMT ### Changes - Fix ReactContext::EmitJSEvent arg passing (vmorozov@microsoft.com) - raise change event when dimensions change (kmelmon@microsoft.com) - Integrate 8/25 Nightly RN Build (ngerlem@microsoft.com) - Move UIManager to NM2 infra (30809111+acoates-ms@users.noreply.github.com) ## 0.0.0-canary.185 Wed, 21 Oct 2020 05:05:24 GMT ### Changes - Fix Crash when Logbox shown on pre-19H1 (ngerlem@microsoft.com) - Make native modules to use JS queue (vmorozov@microsoft.com) - Drop Issue Requirement from Override Manifest Schema Validation (ngerlem@microsoft.com) ## 0.0.0-canary.184 Tue, 20 Oct 2020 05:03:56 GMT ### Changes - Switch was generating spurious events which could result on two events (on/off) being sent before the first event was fully handled (gill.peacegood@axsy.com) - Update Chakra JSI implementation (vmorozov@microsoft.com) - Sync native module functions are wrapping the result in an array, which it shouldnt (30809111+acoates-ms@users.noreply.github.com) ## 0.0.0-canary.181 Sat, 10 Oct 2020 05:04:10 GMT ### Changes - Fixed missing folly headers on publish (jthysell@microsoft.com) ## 0.0.0-canary.180 Fri, 09 Oct 2020 05:06:32 GMT ### Changes - removed no longer used polyester controls (chiara.mooney@gmail.com) - Change order of JavaScript tests to get failures earlier (dannyvv@microsoft.com) - Integrate 8/20 Nightly RN Build (Extract RNTester) (ngerlem@microsoft.com) - Update System.Private.Uri version for C# codegen for unittest (dannyvv@microsoft.com) - Consolidate WebSocketModules (julio.rocha@microsoft.com) - update folly version to fix folly bug 1454 (asklar@winse.microsoft.com) ## 0.0.0-canary.179 Tue, 06 Oct 2020 05:04:27 GMT ### Changes - Remove ILegacyReactInstance, and react::uwp::IReactInstance (30809111+acoates-ms@users.noreply.github.com) - Update System.Private.Uri version for C# codegen (dannyvv@microsoft.com) ## 0.0.0-canary.178 Sun, 04 Oct 2020 05:04:25 GMT ### Changes - Remove the other TimingModule Assertion (ngerlem@microsoft.com) ## 0.0.0-canary.177 Sat, 03 Oct 2020 05:04:45 GMT ### Changes - Fix native modules not being re-initialized on reload (tn0502@gmail.com) - Integrate 8/19 Nightly RN Build (ngerlem@microsoft.com) - Allow Default baseVersion in Override Manfests (ngerlem@microsoft.com) ## 0.0.0-canary.176 Fri, 02 Oct 2020 05:05:22 GMT ### Changes - Expose getters for some instance settings on reactcontext (30809111+acoates-ms@users.noreply.github.com) - Integrate 8/5 Nightly RN Build (ngerlem@microsoft.com) - Image - fix pre-1903 crash (email not defined) - Integrate 8/17 Nightly RN Build (ngerlem@microsoft.com) - Use lessthrow_await_adapter in Desktop WebSocket resource (julio.rocha@microsoft.com) ## 0.0.0-canary.175 Thu, 01 Oct 2020 05:08:11 GMT ### Changes - Integrate 7/29 Nightly Build (ngerlem@microsoft.com) - Remove Microsoft user names from sourcecode (dannyvv@microsoft.com) - ESLint Fixup (ngerlem@microsoft.com) ## 0.0.0-canary.174 Wed, 30 Sep 2020 05:06:49 GMT ### Changes - Simplify react::uwp::IReactInstance (vmorozov@microsoft.com) - Initial ABI-safe JSI implementation (vmorozov@microsoft.com) - Add react-native-platform-override macOS Support (nick@nickgerleman.com) - integrate RN 7/7 build (igklemen@microsoft.com) ## 0.0.0-canary.173 Tue, 29 Sep 2020 05:05:53 GMT ### Changes - Remove Special UI When Debugger Attached (ngerlem@microsoft.com) - Reduce Microsoft.ReactNative PCH By 155MB-260MB (ngerlem@microsoft.com) - Remove TestMessageQueueThread. (julio.rocha@microsoft.com) - Don't reload the ReactNativeHost multiple times (ryan.fowler@singlewire.com) ## 0.0.0-canary.172 Sat, 26 Sep 2020 05:04:21 GMT ### Changes - Use WinRT HTTP module (julio.rocha@microsoft.com) - resizing the xaml island should dismiss any flyouts in it (asklar@winse.microsoft.com) ## 0.0.0-canary.171 Fri, 25 Sep 2020 05:05:40 GMT ### Changes - Supply UniversalApiContract for Platform.Version (ngerlem@microsoft.com) - Build fixes from folly update (30809111+acoates-ms@users.noreply.github.com) - Add -NoProfile to powershell invocations to ensure deterministic script execution where user profiles do not have the ability to break or change the build outputs (dannyvv@microsoft.com) - Add -UseBasicParsing to all powershell Invoke-WebRequest calls to avoid dependency on IE (dannyvv@microsoft.com) ## 0.0.0-canary.169 Wed, 23 Sep 2020 05:04:55 GMT ### Changes - Handle ReactPromise correctly (zihanc@microsoft.com) - Remove LocationObserverModule (ngerlem@microsoft.com) ## 0.0.0-canary.168 Tue, 22 Sep 2020 04:46:10 GMT ### Changes - Make Alert track its xamlroot's size changes (asklar@winse.microsoft.com) - Run Non-UI-Thread Core Modules on the JS Thread (ngerlem@microsoft.com) - Don't Elongate Frame-Based Timers (ngerlem@microsoft.com) - Upgrade react-native Typings (ngerlem@microsoft.com) ## 0.0.0-canary.167 Mon, 21 Sep 2020 05:06:22 GMT ### Changes - Fixup eslint config (ngerlem@microsoft.com) - Remove Sporaddic Assert on Instance Reload from TimingModule (ngerlem@microsoft.com) ## 0.0.0-canary.166 Sun, 20 Sep 2020 05:05:06 GMT ### Changes - use string_view in folly (asklar@winse.microsoft.com) ## 0.0.0-canary.165 Sat, 19 Sep 2020 05:05:08 GMT ### Changes - Adding new native module template support to react-native-windows-init (jthysell@microsoft.com) ## 0.0.0-canary.164 Fri, 18 Sep 2020 05:05:24 GMT ### Changes - Update Nuget packages (dannyvv@microsoft.com) - Port REACT_MODULE() from react-native-windows to react-native-macos (2/4) (zihanc@microsoft.com) - Fix rnw-dependencies for cases where the installer is installed but not VS itself (asklar@winse.microsoft.com) ## 0.0.0-canary.163 Thu, 17 Sep 2020 05:05:02 GMT ### Changes - Enable Desktop binary WS messages (julio.rocha@microsoft.com) - Re-enable RNTesterIntegrationTests::Logging (julio.rocha@microsoft.com) ## 0.0.0-canary.162 Wed, 16 Sep 2020 05:05:28 GMT ### Changes - WinRTWebSocket: Drop concurrent_queue. (julio.rocha@microsoft.com) - Update folly (asklar@winse.microsoft.com) - Enable reload while editing of files in vnext/src (acoates-ms@noreply.github.com) ## 0.0.0-canary.161 Tue, 15 Sep 2020 05:05:15 GMT ### Changes - Fix issue loading offline bundle after failing to load from packager (acoates-ms@noreply.github.com) - Use x86 program files to locate UWP SDK (asklar@microsoft.com) - Port REACT_MODULE() from react-native-windows to react-native-macos (1/4) (zihanc@microsoft.com) ## 0.0.0-canary.160 Mon, 14 Sep 2020 22:03:37 GMT ### Changes - Reconcile package versions (ngerlem@microsoft.com) ## 0.0.0-canary.159 Sat, 12 Sep 2020 05:08:52 GMT ### Changes - Integrate nightly 7/1 RN build (igklemen@microsoft.com) - Increase WebSocketJSExecutor Retry Count (ngerlem@microsoft.com) - Re-enable WebSocket SSL test (julio.rocha@microsoft.com) - remove deprecated AppTheme code (email not defined) ## 0.0.0-canary.158 Thu, 10 Sep 2020 05:05:10 GMT ### Changes - Fix Text borders not rendering. (igklemen@microsoft.com) - Make Chrome optional in rnw-deps (asklar@winse.microsoft.com) - Fix Closing a UWP Websocket (ngerlem@microsoft.com) ## 0.0.0-canary.157 Wed, 09 Sep 2020 05:06:35 GMT ### Changes - Enable @typescript-eslint/no-floating-promises (ngerlem@microsoft.com) ## 0.0.0-canary.156 Sat, 05 Sep 2020 05:06:01 GMT ### Changes - yellowbox AppTheme (email not defined) - Update V8 and Hermes package versions (tudor.mihai@microsoft.com) ## 0.0.0-canary.155 Thu, 03 Sep 2020 05:05:02 GMT ### Changes - Initial AccessibilityInfo implementation (acoates-ms@noreply.github.com) ## 0.0.0-canary.154 Wed, 02 Sep 2020 05:05:16 GMT ### Changes - Keep Templates in react-native-windows Package (ngerlem@microsoft.com) - Integrate 6-18 Nightly RN Build (ngerlem@microsoft.com) - Integrate 6/25 Nightly RN Build (ngerlem@microsoft.com) ## 0.0.0-canary.153 Tue, 01 Sep 2020 05:05:10 GMT ### Changes - Fix 5870: Dont check for inheritance, but do explicit type check (dannyvv@microsoft.com) ## 0.0.0-canary.152 Sat, 29 Aug 2020 05:06:29 GMT ### Changes - Add Desktop ARM64 support (julio.rocha@microsoft.com) - Fix fast refresh (acoates-ms@noreply.github.com) - Remove ShadowNodes left in UIManager dtor (email not defined) ## 0.0.0-canary.151 Fri, 28 Aug 2020 05:06:54 GMT ### Changes - Launch application for all ActivationKinds (ryan.fowler@singlewire.com) - Fixed templates so C++ apps can consume C# native modules (jthysell@microsoft.com) - Add verification to ensure nuget and npm version match. (dannyvv@microsoft.com) ## 0.0.0-canary.150 Thu, 27 Aug 2020 05:05:29 GMT ### Changes - Remove acceptsKeyboardFocus (for real this time) (ngerlem@microsoft.com) - Harden ReactInstanceWin::NativeUIManager to return null when instance is being torn down (acoates-ms@noreply.github.com) ## 0.0.0-canary.149 Wed, 26 Aug 2020 05:07:06 GMT ### Changes - Fix C# interop serialization for JsValueObject (dannyvv@microsoft.com) - Add API to turn off 3D perspective to enable controls that don't work in 3D (asklar@winse.microsoft.com) - Fix bugs from acceptsKeyboardFocus to focusable deprecation (ngerlem@microsoft.com) ## 0.0.0-canary.147 Mon, 24 Aug 2020 05:04:58 GMT ### Changes - Ensure install of VS desktop/C++ workload (asklar@winse.microsoft.com) ## 0.0.0-canary.146 Sat, 22 Aug 2020 05:07:27 GMT ### Changes - Remove dead mousemove code (ngerlem@microsoft.com) - Integrate 6/11 Nightly Build (ngerlem@microsoft.com) ## 0.0.0-canary.145 Fri, 21 Aug 2020 05:04:58 GMT ### Changes - Integrate 6/4 Nightly RN Build (ngerlem@microsoft.com) - Upgrade to OpenSSL 1.0.2p.5 (julio.rocha@microsoft.com) - Revert "Use explicit calling convention for IWebSocketResource::Make (#5778)" (asklar@winse.microsoft.com) - Integrate 5/28 Nightly RN Build (ngerlem@microsoft.com) ## 0.0.0-canary.144 Thu, 20 Aug 2020 05:05:23 GMT ### Changes - Move DevMenu to use XAML markup file (asklar@winse.microsoft.com) - Integrate 5/16 Nightly RN Build (ngerlem@microsoft.com) - Export IWebSocketResource::Make as __cdecl (julio.rocha@microsoft.com) ## 0.0.0-canary.143 Wed, 19 Aug 2020 05:04:41 GMT ### Changes - Update nuspec copyright header to use xml entity as some of the powershell processing we do messed up the encoding (dannyvv@microsoft.com) - Update V8 package version (tudor.mihai@microsoft.com) ## 0.0.0-canary.142 Tue, 18 Aug 2020 05:06:49 GMT ### Changes - fix instability in VisitAllPages test (kmelmon@microsoft.com) ## 0.0.0-canary.141 Sat, 15 Aug 2020 05:05:18 GMT ### Changes - Bump V8 package version (tudor.mihai@microsoft.com) - remove textbox for tooltips in hyperlinks as that can mess up word-wrapping (asklar@microsoft.com) - Restore Previous Behavior Allowing onMouseEnter and onMouseLeave on Touchables (ngerlem@microsoft.com) - Integrate 5/4 nightly build. (igklemen@microsoft.com) ## 0.0.0-canary.140 Fri, 14 Aug 2020 05:05:34 GMT ### Changes - Integrate 4/29 Nightly Build (ngerlem@microsoft.com) - Print out Wininet error strings (asklar@microsoft.com) - Remove reinterpret_cast in DevSupportManager (asklar@winse.microsoft.com) - Fix crash in ViewViewManager (asklar@winse.microsoft.com) - Fix teardown crash in WebSocketJSExecutor (asklar@microsoft.com) ## 0.0.0-canary.139 Thu, 13 Aug 2020 05:07:00 GMT ### Changes - Fix Errant "Nested elements in TextInput are currently unsupported on Windows" Yellowbox Warnings (ngerlem@microsoft.com) - Add licene metadata to nuget package for nuget.org compliance (dannyvv@microsoft.com) - Use thread compositor in ReactImage (asklar@microsoft.com) ## 0.0.0-canary.138 Wed, 12 Aug 2020 05:05:16 GMT ### Changes - Expose instance life cycle events (email not defined) - Implement textTransform (asklar@microsoft.com) - Integrate 4/22 Nightly Build (ngerlem@microsoft.com) - Remove compiler flags disabling FH4 (ngerlem@microsoft.com) ## 0.0.0-canary.137 Tue, 11 Aug 2020 07:36:05 GMT ### Changes - Add Get/SetRuntimeOptionInt. (julio.rocha@microsoft.com) - Update ChakraCore to 1.11.20 (jthysell@microsoft.com) - Make C# CodeGen the default (dannyvv@microsoft.com) - Keep dependencies in sync with react-native (ngerlem@microsoft.com) - add transparent background to fix hit-testing issue (kmelmon@microsoft.com) - change to member as static DOs aren't safe in multi window apps (kmelmon@microsoft.com) - Fix label of RedBox reload button (email not defined) - Disable Hermes by default (tudor.mihai@microsoft.com) ## 0.0.0-canary.136 Thu, 06 Aug 2020 05:05:16 GMT ### Changes - Split IViewManager into core and ui-dependent parts to remove dependency on XAML from Core projects (asklar@microsoft.com) ## 0.0.0-canary.135 Wed, 05 Aug 2020 05:05:11 GMT ### Changes - Use string object for tooltips instead of textblocks since that breaks wordwrap etc (asklar@microsoft.com) - Handle MessageWebSocket constructor exceptions (julio.rocha@microsoft.com) - Fix Crash Using accessibilityValue Without Web Debugging (ngerlem@microsoft.com) - Add option to devmenu to configure bundler (email not defined) ## 0.0.0-canary.134 Fri, 31 Jul 2020 05:05:10 GMT ### Changes - WinUI 3 islands support (asklar@microsoft.com) ## 0.0.0-canary.133 Thu, 30 Jul 2020 05:04:47 GMT ### Changes - Share packager connection between instances to same packager (email not defined) ## 0.0.0-canary.132 Wed, 29 Jul 2020 05:04:59 GMT ### Changes - Update codegen targets for source mode to use property instead of items (dannyvv@microsoft.com) ## 0.0.0-canary.131 Tue, 28 Jul 2020 05:06:13 GMT ### Changes - Separate local-cli into its own package (ngerlem@microsoft.com) - Clang tidy, wave 2 (asklar@microsoft.com) - Deploy apps in CI because we want to ensure we are catching cli deployment issues (asklar@microsoft.com) ## 0.0.0-canary.130 Sun, 26 Jul 2020 05:06:58 GMT ### Changes - Integrate Up To The Base of React Native 0.63 (ngerlem@microsoft.com) ## 0.0.0-canary.129 Sat, 25 Jul 2020 05:04:34 GMT ### Changes - clang tidy, wave 1 (asklar@microsoft.com) ## 0.0.0-canary.128 Fri, 24 Jul 2020 05:05:51 GMT ### Changes - Stop placing Microsoft.ReactNative.Cxx in the Microsoft.ReactNative nuget package (dannyvv@microsoft.com) - Update V8 package version (tudorm@microsoft.com) ## 0.0.0-canary.127 Thu, 23 Jul 2020 05:04:42 GMT ### Changes - move legacy tests to end of list (kmelmon@microsoft.com) ## 0.0.0-canary.126 Wed, 22 Jul 2020 05:04:42 GMT ### Changes - move e2etest pages into rntester (kmelmon@microsoft.com) - Implement Image tintColor style prop (email not defined) - move to winui3 preview 2 (asklar@microsoft.com) - Use compositor in TLS (asklar@microsoft.com) ## 0.0.0-canary.125 Tue, 21 Jul 2020 05:05:04 GMT ### Changes - Remove ReactWindows-Universal.sln and update publish.yml to use Microsoft.React-native.sln (dannyvv@microsoft.com) - Display expected answers and default one (sam@elborai.me) - Update e2e-testing.md (dannyvv@microsoft.com) - Add windows adk to machine setup script (for build lab) (dannyvv@microsoft.com) ## 0.0.0-canary.124 Sat, 18 Jul 2020 05:04:20 GMT ### Changes - Fix layout deploy (asklar@microsoft.com) - Enabeling SourceLink support. (dannyvv@microsoft.com) - Add fix for msbuild long paths in fixup script (dannyvv@microsoft.com) ## 0.0.0-canary.123 Fri, 17 Jul 2020 05:06:31 GMT ### Changes - Codesign Microsoft.ReactNative binaries and nuget package (disabled) (jthysell@microsoft.com) ## 0.0.0-canary.122 Thu, 16 Jul 2020 05:04:45 GMT ### Changes - Implement Image blurRadius (email not defined) - Add support for `Task` and `Task<T>` async methods for C# native modules. (dannyvv@microsoft.com) - Add debugging output for image load failures (asklar@microsoft.com) - Have Desktop int. tests consume DLL. (julio.rocha@microsoft.com) ## 0.0.0-canary.121 Wed, 15 Jul 2020 05:04:55 GMT ### Changes - Move some templates to shared location. (dannyvv@microsoft.com) ## 0.0.0-canary.120 Tue, 14 Jul 2020 05:05:25 GMT ### Changes - don't error out on errors from installing dependent framework packages (asklar@microsoft.com) - Start using xamlroot's compositor when available for islands to work. This enables most of playground win32 for rnw-on-winui3 for a pre-preview 2 build (asklar@microsoft.com) ## 0.0.0-canary.119 Sun, 12 Jul 2020 05:05:04 GMT ### Changes - Move index file to flow (acoates@microsoft.com) ## 0.0.0-canary.118 Sat, 11 Jul 2020 05:09:38 GMT ### Changes - Move contents of ReactDirectories.props to Directory.build.props (ngerlem@microsoft.com) - Define Set/Get FeatureGate (julio.rocha@microsoft.com) - Create nuget package for Microsoft.ReacNative.Cxx (dannyvv@microsoft.com) - [Image] Remove resizemode assert (email not defined) - Automatically Pull In New Files from RNTester and IntegrationTests (ngerlem@microsoft.com) ## 0.0.0-canary.117 Fri, 10 Jul 2020 05:06:06 GMT ### Changes - Make IWebSocketResource methods noexcept. (julio.rocha@microsoft.com) - run-windows cannot find built app with default init app (acoates@microsoft.com) - Create nuget package for Managed CodeGen (dannyvv@microsoft.com) ## 0.0.0-canary.116 Wed, 08 Jul 2020 05:04:59 GMT ### Changes - Dont try to parseJson unless redbox error starts with { (acoates@microsoft.com) - Deploy dependencies when registering from layout (asklar@microsoft.com) ## 0.0.0-canary.115 Wed, 08 Jul 2020 01:27:37 GMT ### Changes - Add a bunch of deps we are using but not declaring (acoates@microsoft.com) - Fix #4809: Remove the /flow folder from the shipping npm package (dannyvv@microsoft.com) - Rever to new experimentalNuGetDependency Naming (ngerlem@microsoft.com) ## 0.0.0-canary.114 Tue, 07 Jul 2020 05:05:23 GMT ### Changes - Enable experimental usage of Microsoft.ReactNative.Managed as a nuget package (dannyvv@microsoft.com) ## 0.0.0-canary.113 Mon, 06 Jul 2020 23:11:46 GMT ### Changes - Add Support for Binary Overrides to react-native-platform-override (ngerlem@microsoft.com) - Create a Programmatic API for react-native-platform-override (ngerlem@microsoft.com) ## 0.0.0-canary.112 Fri, 03 Jul 2020 05:05:03 GMT ### Changes - Enforce null/undefined safety for the CLI (ngerlem@microsoft.com) - Fix #4810: Remove the /vnext/etc/react-native-windows.api.md file from the shipping npm package (dannyvv@microsoft.com) - Remove github actions workflow for CI and publish (dannyvv@microsoft.com) - Include "nuget.exe" as Package Dependency of react-native-windows (ngerlem@microsoft.com) - Replace Custom Generator Prompt With Inquirer (ngerlem@microsoft.com) - Cleanup VS Installation Related CLI code (ngerlem@microsoft.com) - add guard to ensure only one version of XAML is loaded (asklar@microsoft.com) ## 0.0.0-canary.111 Thu, 02 Jul 2020 05:05:06 GMT ### Changes - Migrate 'AppState' to turbo module (zihanc@microsoft.com) - Migrate 'DeviceInfo' to turbo module (zihanc@microsoft.com) - Migrate 'I18nManager' to turbo module (zihanc@microsoft.com) ## 0.0.0-canary.110 Wed, 01 Jul 2020 05:06:19 GMT ### Changes - Fix compile warnings (dannyvv@microsoft.com) - Remove delayload dependencies on some winrt apisets, to reduce warning count (dannyvv@microsoft.com) - Migrate 'DevSettings' to turbo module (zihanc@microsoft.com) - Migrate 'LogBox' to turbo module (zihanc@microsoft.com) - Implement REACT_CONSTANT as getConstants sync method for turbo module (zihanc@microsoft.com) - Fix a few more casing typos (dannyvv@microsoft.com) - Share eslint and Typescript configs across packages (ngerlem@microsoft.com) - Migrate the local-cli to TypeScript (ngerlem@microsoft.com) - Migrate "Alert" to turbo module (zihanc@microsoft.com) ## 0.0.0-canary.109 Tue, 30 Jun 2020 05:06:03 GMT ### Changes - Call AppPolicyGetWindowingModel dynamically since it's WACK-banned (asklar@microsoft.com) ## 0.0.0-canary.108 Mon, 29 Jun 2020 05:04:57 GMT ### Changes - Removed references to ReactWindowsCore (julio.rocha@microsoft.com) ## 0.0.0-canary.107 Sun, 28 Jun 2020 05:04:51 GMT ### Changes - Fix casing typos in NuGet and MSBuild (dannyvv@microsoft.com) - Remove Include/ReactUWP files (vmorozov@microsoft.com) - Fix build errors for codegen unittest project when building in VS2019 (dannyvv@microsoft.com) ## 0.0.0-canary.106 Sat, 27 Jun 2020 03:52:38 GMT ### Changes - Add Enterprise vs2019 support to rnw-dependencies (dannyvv@microsoft.com) ## 0.0.0-canary.104 Fri, 26 Jun 2020 23:59:27 GMT ### Changes - Upgrade React Native to 3/22 Nightly Build (ngerlem@microsoft.com) ## 0.0.0-canary.103 Fri, 26 Jun 2020 20:17:03 GMT ### Changes - Add a null check on reload callback (acoates@microsoft.com) - Unify storage for sourceBundleHost/Port and debugHost (acoates@microsoft.com) - Remove ReactUWP project folder (vmorozov@microsoft.com) - Fix empty host getting passed to HMR client when SourceBundleHost not specified (acoates@microsoft.com) ## 0.0.0-canary.102 Thu, 25 Jun 2020 14:32:50 GMT ### Changes - WinUI3 Preview 1 (asklar@microsoft.com) ## 0.0.0-canary.101 Thu, 25 Jun 2020 00:07:54 GMT ### Changes - Use Deterministic NuGet Binary (ngerlem@microsoft.com) ## 0.0.0-canary.100 Wed, 24 Jun 2020 00:07:20 GMT ### Changes - Fix warnings of signed/unsigned comparrison mismatches on x86 builds (dannyvv@microsoft.com) - update csproj to use versions from winui.props (asklar@microsoft.com) - Fix JSValueReaderGenerator runtime error for read-only properties (vmorozov@microsoft.com) ## 0.0.0-canary.99 Tue, 23 Jun 2020 00:05:47 GMT ### Changes - start moving away from config and use a sentinel file instead (asklar@microsoft.com) ## 0.0.0-canary.98 Sat, 20 Jun 2020 00:05:18 GMT ### Changes - Auto-linking for native modules (source-based) (jthysell@microsoft.com) - Implement AccessibilityValue from RN 62 (igklemen@microsoft.com) - Complete BundleUrl should be provided to JSExecutor when using fastrefresh without remote debugging (acoates@microsoft.com) - turbo modules should be replacable (zihanc@microsoft.com) ## 0.0.0-canary.97 Fri, 19 Jun 2020 00:07:58 GMT ### Changes - Move the addition of folly.natvis to ReactWin32.nuspec (warleu@microsoft.com) - Fix building vcxproj files outside of solution (dannyvv@microsoft.com) ## 0.0.0-canary.96 Thu, 18 Jun 2020 00:07:44 GMT ### Changes - Create Scripts for the Release Process (ngerlem@microsoft.com) - Run NativeModules 2.0 in JS thread (vmorozov@microsoft.com) - Update C++/WinRT to version 2.0.200615.7 (vmorozov@microsoft.com) - version agnostic msbuild log viewer (asklar@microsoft.com) ## 0.0.0-canary.95 Wed, 17 Jun 2020 00:05:39 GMT ### Changes - Unify DevSupportManager and WebSocketJSExecutor (acoates@microsoft.com) - Rename "master" packages to "canary" (ngerlem@microsoft.com) - Don't lint target folder and don't flow check node_modules packages (dannyvv@microsoft.com) ## 0.0.0-master.94 Tue, 16 Jun 2020 00:05:48 GMT ### Changes - Upgrade to boost 1.72.0. (julio.rocha@microsoft.com) - Prevent Switches from Accidentally Becoming Disabled (ngerlem@microsoft.com) - use default brush for border (kmelmon@microsoft.com) ## 0.0.0-master.93 Sat, 13 Jun 2020 00:09:11 GMT ### Changes - Implement logbox (acoates@microsoft.com) - Add Microsoft.ReactNative.Cxx to the nugets. (acoates@microsoft.com) - Fix file lock issue wiht msbuild /bl flag and the metro bundler (dannyvv@microsoft.com) ## 0.0.0-master.92 Fri, 12 Jun 2020 00:33:44 GMT ### Changes - Fix support for `--namespace` on react-native-windows init for cpp (dannyvv@microsoft.com) ## 0.0.0-master.91 Thu, 11 Jun 2020 00:05:14 GMT ### Changes - Add support for redbox's on xamlislands (acoates@microsoft.com) - Manually set Lib and Include paths for Hermes (julio.rocha@microsoft.com) - More rnw-dependencies improvements (asklar@microsoft.com) ## 0.0.0-master.90 Wed, 10 Jun 2020 00:05:10 GMT ### Changes - implement --proxy in CLI (igklemen@microsoft.com) - Don't crash when using animations in RS3-RS4, just no-op (asklar@microsoft.com) - Add support for Alert module with Xaml Islands (acoates@microsoft.com) - fix onPress for nested Text (igklemen@microsoft.com) - translate PS exception into error code (asklar@microsoft.com) ## 0.0.0-master.89 Tue, 09 Jun 2020 00:06:03 GMT ### Changes - Use yoga config to align with ios/android (acoates@microsoft.com) ## 0.0.0-master.88 Mon, 08 Jun 2020 00:05:53 GMT ### Changes - Add Integration and Component tests to CI (vmorozov@microsoft.com) ## 0.0.0-master.87 Sun, 07 Jun 2020 00:05:23 GMT ### Changes - Remove SharedProject (dannyvv@microsoft.com) - Update template gen to use mustache (dannyvv@microsoft.com) - Install MSBuild log viewer (asklar@microsoft.com) - DevMenu should only show up when DeveloperSupport is on (acoates@microsoft.com) - Remove legacy ReactInstanceSettings struct (vmorozov@microsoft.com) ## 0.0.0-master.86 Sat, 06 Jun 2020 00:05:20 GMT ### Changes - Expose turbo module registry API (zihanc@microsoft.com) - Ensure Image.windows.js is an exact copy of Image.ios.js (ngerlem@microsoft.com) ## 0.0.0-master.85 Fri, 05 Jun 2020 00:06:16 GMT ### Changes - Adding compile time Code generation for Managed React Native modules for Windows (dannyvv@microsoft.com) - Move devmenu out of RootControl, implement more of DevSettings (acoates@microsoft.com) - Fix SampleApp run-windows with deploy (dannyvv@microsoft.com) ## 0.0.0-master.84 Thu, 04 Jun 2020 00:05:05 GMT ### Changes - Fix ReloadInstance crash caused by unloaded instance (vmorozov@microsoft.com) - Re-enable RNTester integration tests. (julio.rocha@microsoft.com) ## 0.0.0-master.83 Wed, 03 Jun 2020 00:05:25 GMT ### Changes - Deprecate acceptsKeyboardFocus (kaigu@microsoft.com) - Remove react-native-community/cli dependency from template (acoates@microsoft.com) - Code Cleanup: Some low haning fruit lint fixes (dannyvv@microsoft.com) - Allow paremeterization of buildLogDirectory for msbuild task when using run-windows (dannyvv@microsoft.com) - Minor autolinking template update prep (jthysell@microsoft.com) ## 0.0.0-master.82 Tue, 02 Jun 2020 00:07:29 GMT ### Changes - Enable ReactNativeHost integration test (vmorozov@microsoft.com) ## 0.0.0-master.81 Mon, 01 Jun 2020 00:05:31 GMT ### Changes - Update projects to use shared props/targets (dannyvv@microsoft.com) ## 0.0.0-master.80 Sun, 31 May 2020 00:05:21 GMT ### Changes - blacklist all ProjectImports.zip (asklar@microsoft.com) - docs CI (asklar@microsoft.com) ## 0.0.0-master.79 Sat, 30 May 2020 00:04:58 GMT ### Changes - Remove references to ReactWindowsCore projects (julio.rocha@microsoft.com) - Add XamlUIService with ElementFromReactTag (acoates@microsoft.com) - Fixes CLI C# app not deploying (jthysell@microsoft.com) ## 0.0.0-master.78 Fri, 29 May 2020 00:09:08 GMT ### Changes - Remove unused ABI definitions (vmorozov@microsoft.com) - Update shared props to have csc emit absolute paths on errors and warnings (dannyvv@microsoft.com) - add support for long paths to rnw-dependencies.ps1 (asklar@microsoft.com) ## 0.0.0-master.77 Thu, 28 May 2020 00:05:30 GMT ### Changes - set up react application to use an app's reactrootview (asklar@microsoft.com) ## 0.0.0-master.76 Wed, 27 May 2020 00:05:42 GMT ### Changes - Allow developers to independently set hostname and port. (12337821+nasadigital@users.noreply.github.com) - Move I18nManager to spec based native module (acoates@microsoft.com) - Add UIDispatcher property to ReactInstanceSettings and IReactContext (vmorozov@microsoft.com) ## 0.0.0-master.74 Sat, 23 May 2020 00:04:45 GMT ### Changes - Implemented support for native module std::weak_ptr (vmorozov@microsoft.com) - Fix deploy issue causing 2nd+ builds to break due to bug in appxrecipe which gets imported (asklar@microsoft.com) - Drop LazySupportManager (julio.rocha@microsoft.com) - Fix ReactInstance error state to avoid crashes (vmorozov@microsoft.com) - Move DeviceInfo and AppState to new native module impl (acoates@microsoft.com) ## 0.0.0-master.73 Fri, 22 May 2020 00:05:31 GMT ### Changes - Work around regression in app packaging in VS 16.5-16.6 (asklar@microsoft.com) - Do not emit click events for buttons other than left. (igklemen@microsoft.com) - Fixed Microsoft.ReactNative build in VS 16.6.0 (vmorozov@microsoft.com) - fix for animation bug (kmelmon@microsoft.com) - dont overwrite msbuild log when deploying (asklar@microsoft.com) - Fix spacing and extra dot in copyright of the property sheets (dannyvv@microsoft.com) - Standardize version of Microsoft.NETCore.UniversalWindowsPlatform to 6.2.9 (dannyvv@microsoft.com) - Remove unneeded reference form Microsoft.ReactNative.Managed (dannyvv@microsoft.com) ## 0.0.0-master.72 Thu, 21 May 2020 00:04:53 GMT ### Changes - deploy from layout (asklar@microsoft.com) - ReactNotificationService to allow communications between native modules (vmorozov@microsoft.com) ## 0.0.0-master.71 Wed, 20 May 2020 00:04:49 GMT ### Changes - Implement Keybpoarding/Gamepad Activation for Pressability (ngerlem@microsoft.com) - Reduce need for custom metro configs (acoates@microsoft.com) - Update the react-native-windows-init template to use the managed library the default (instead of the shared csproj file). (dannyvv@microsoft.com) ## 0.0.0-master.70 Tue, 19 May 2020 00:05:07 GMT ### Changes - Fixes for bundle loading and back handler crash using xaml islands (acoates@microsoft.com) - Remove legacy ReactUWP (acoates@microsoft.com) - Support 0..n args in native module callbacks (vmorozov@microsoft.com) - Adapt ViewWin32, etc to "accessibilityState" (ngerlem@microsoft.com) ## 0.0.0-master.69 Sun, 17 May 2020 00:04:22 GMT ### Changes - ReactNonAbiValue for IReactPropertyBag non-ABI values (vmorozov@microsoft.com) - Prevent hard crash on invalid jsx (button inside text e.g.) (asklar@microsoft.com) - Fixed ReactContext CallJSFunction and EmitJSEvent (vmorozov@microsoft.com) ## 0.0.0-master.68 Sat, 16 May 2020 00:04:28 GMT ### Changes - some projects have target instead of bin folders (asklar@microsoft.com) - .\JustMyXaml.ps1 (asklar@microsoft.com) ## 0.0.0-master.67 Fri, 15 May 2020 00:04:44 GMT ### Changes - winui3 option for app project template (asklar@microsoft.com) - Reduce PCH Sizes (ngerlem@microsoft.com) - Remove unused lifecycle events in ReactNativeHost (kaigu@microsoft.com) - Move pch files into a Pch subfolder. (vmorozov@microsoft.com) - exact match of WinAppDriver required (asklar@microsoft.com) ## 0.0.0-master.66 Thu, 14 May 2020 00:04:37 GMT ### Changes - add rnw-dependencies.ps1 (asklar@microsoft.com) - Use DispatcherQueue instead of CoreDispatcher for Mso::DispatchQueue (vmorozov@microsoft.com) - Allow storing non-WinRT types in ReactPropertyBag (vmorozov@microsoft.com) - revert dfc57fcf2504f57baab20f550b36a618eaa99e56 (kmelmon@microsoft.com) - don't exit the powershell session and pause for keyboard input if interactive (asklar@microsoft.com) ## 0.0.0-master.65 Wed, 13 May 2020 00:04:21 GMT ### Changes - add ReactNativeHost to Win32 C++/WinRT ABI (aeulitz@microsoft.com) - Fixed ReactContext copy/move semantic (vmorozov@microsoft.com) - Use spec file for DevSettings NativeModule (acoates@microsoft.com) ## 0.0.0-master.64 Tue, 12 May 2020 00:04:39 GMT ### Changes - Fire onLoad event when a bitmap image is opeed (lamdoan@microsoft.com) - Expose ability for apps to provide their own RedBox implementation (acoates@microsoft.com) ## 0.0.0-master.63 Sun, 10 May 2020 00:05:02 GMT ### Changes - Reenable V8 for desktop projects (tudorm@microsoft.com) ## 0.0.0-master.62 Sat, 09 May 2020 00:04:42 GMT ### Changes - Autolinking (jthysell@microsoft.com) - Implemented PropertyBag for ReactContext and ReactInstanceSettings (vmorozov@microsoft.com) - Align local metro config with future CLI changes (acoates@microsoft.com) - separate desktop from uwp ReactWindowsCore since desktop uses V8 (asklar@microsoft.com) - Set C# langversion of templates back to 7.3 from 8.0 (dannyvv@microsoft.com) - Correct binary message tagging (julio.rocha@microsoft.com) - Added Microsoft.ReactNative.IntegrationTests project to Microsoft.ReactNative.sln (vmorozov@microsoft.com) ## 0.0.0-master.61 Fri, 08 May 2020 00:05:16 GMT ### Changes - Promote awaitable DispatchQueue callback to member field (julio.rocha@microsoft.com) - Upgrade the shared managed project to a proper csharp library. (dannyvv@microsoft.com) - Ensure Ini