From 6cf3accce404ad12fd57404001d5c7316c53c607 Mon Sep 17 00:00:00 2001 From: Duncan MacMichael Date: Wed, 3 Jul 2024 14:05:30 -0700 Subject: [PATCH] Updating note for WebView2 drag-and-drop support in 1.5 stable (#4530) * Updating release notes and downloads for 1.4 experimental * Minor wording revisions * Release notes for 1.3.2 * Adding first release notes for 1.4-preview1 * Release notes for 1.3.3 * Fixing broken bookmark links * Updating 1.4-preview1 rel notes * Removing en-us from link * Adding release notes and downloads for 1.4-preview2 * Fixing bookmark * Tweaking wording for XAML Islands section * Minor wording tweaks * Clarifying wording for custom titlebar scenarios * Update preview-channel.md (#3728) minor revs * Adding release notes and downloads for WASDK 1.4.0 stable * Updating wording for ItemsView section * Removing comment referring to preview release * Removing duplicate reference to Popup/FlyoutBase.ShouldConstrainToRootBounds * Adding further detail to the .NET8 RID breaking change note * Fixing punctuation in formatting * Updating wording for .NET 8 recommended steps * Adding rel notes for 1.4.1 * Fixing typo * Adding rel note for custom titlebar updates in 1.4.0 * Fixing typo * Adding rel notes for 1.4.2 * Adding link to source for 1.4.1 and 1.4.2 * Merging main * Moving source links to version column instead of the runtime downloads column * Adding rel notes for 1.4.3 * Adding release notes for 1.5-experimental1 * Adding note for new non-experimental APIs included in 1.5-experimental1 * Adding link to source for 1.5-exp1 * Adding link to source for 1.5-exp1 * Adding release notes for 1.4.4 * Fixing formatting * Fixing release date for 1.4.4 * Adding release notes for 1.5-exp2 * Fixing typo from 1 to 2 * Adding initial release notes for 1.5-preview1 * Typo fix and date changes * Adding release notes for 1.4.5 * Updating bug fix wording * Update release-channels.md corrected bookmark? * First draft for 1.5.0 release notes * Adding images, section for previously planned features, and minor other feature updates for 1.5 * Spelling and phrasing tweaks * Adding more features, fixed bugs, and phrasing updates per feedback * Adding release notes for 1.5.2 * Fixing typo * Fixing phrasing * Adding a missing word * Fixing typo * 1.3 out of support edit * Adding 1.5.3 release notes * Fixing phrasing * Updating date of release * Release notes for 1.4.6 * Cleaning up main WASDK page a bit to go with new WinUI docs changes * Fixing link * Clarifying verbiage for app models * Release notes for 1.6-exp1, except for redirections * Updating notes for C# project requirements for 1.6-exp1 * Adding known issue for Content Islands * Adding wording for AOT support, updating version * Adding further note to AOT support * Update experimental-channel.md C#/WinRT should update to 2.1.0 regardless of AOT * Updaing CSWinRT version * Adding additional bug fix note * Update experimental-channel-1.5.md link warnings * Update experimental-channel.md absolute links * Adding known issue for TitleBar control * Spelling tweak * Changing name in workaround code * Further clarification for AOT * Updating table for CoreWindow.GetForCurrentThread() mapping and MapControl mapping * Rel notes for 1.5.4 * First part of 1.6-exp2 rel notes * Finishing rel notes for 1.6-exp2 * Clarifying WebView2 drag-and-drop support for 1.5 stable --------- Co-authored-by: KB Co-authored-by: Karl-Bridge-Microsoft <12849639+Karl-Bridge-Microsoft@users.noreply.github.com> Co-authored-by: Scott Jones --- hub/apps/windows-app-sdk/stable-channel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hub/apps/windows-app-sdk/stable-channel.md b/hub/apps/windows-app-sdk/stable-channel.md index 063a85a4f9..2e402fe688 100644 --- a/hub/apps/windows-app-sdk/stable-channel.md +++ b/hub/apps/windows-app-sdk/stable-channel.md @@ -215,6 +215,7 @@ In 1.5, we made progress on the following features that we announced on our road - Tabbed windows - Drag-n-drop support for WebView2 + - To clarify, in 1.5 dragging *into* WebView2 is supported, such as dragging a PNG from File Explorer into Bing for Visual Search. Work is ongoing in 1.6 to support dragging *out* of WebView2. - Investigations into the table view and ink controls Dynamic lighting has been removed from the roadmap for the time being.