From 772cc82e4fc08df4cfea43e9aed8ca4ab4216d2a Mon Sep 17 00:00:00 2001 From: Pavel Osadchuk Date: Sat, 8 Feb 2025 17:11:05 +0100 Subject: [PATCH 1/4] fix: update title bar note --- components/TitleBar/samples/TitleBar.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/TitleBar/samples/TitleBar.md b/components/TitleBar/samples/TitleBar.md index e0e703225..2cd3963ae 100644 --- a/components/TitleBar/samples/TitleBar.md +++ b/components/TitleBar/samples/TitleBar.md @@ -14,7 +14,9 @@ icon: assets/icon.png --- > [!NOTE] -> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. If you're using WindowsAppSDK and plan to use 1.6 when it becomes available, find more information about the new control here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control +> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. The new TitleBar control released in 1.6-experimental1 is not yet available in non-experimental builds of 1.6 to allow more time to evaluate and respond to community feedback. +> +> If you're using WindowsAppSDK and plan to use 1.7 when it becomes available, follow the release updates here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show. From d246c7a2f89a8fb94d24b0cfacb977b94708663a Mon Sep 17 00:00:00 2001 From: Pavel Osadchuk Date: Thu, 20 Feb 2025 20:34:15 +0100 Subject: [PATCH 2/4] Update TitleBar.md --- components/TitleBar/samples/TitleBar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TitleBar/samples/TitleBar.md b/components/TitleBar/samples/TitleBar.md index 2cd3963ae..3e3769f13 100644 --- a/components/TitleBar/samples/TitleBar.md +++ b/components/TitleBar/samples/TitleBar.md @@ -16,7 +16,7 @@ icon: assets/icon.png > [!NOTE] > WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. The new TitleBar control released in 1.6-experimental1 is not yet available in non-experimental builds of 1.6 to allow more time to evaluate and respond to community feedback. > -> If you're using WindowsAppSDK and plan to use 1.7 when it becomes available, follow the release updates here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control +> If you're using WindowsAppSDK and plan to use 1.7 when it becomes available, follow the release updates here: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show. From 4b2675b964bb8fc83a3e7644c3392a6bd5df0e2c Mon Sep 17 00:00:00 2001 From: Pavel Osadchuk Date: Tue, 25 Feb 2025 14:59:13 +0100 Subject: [PATCH 3/4] fix: update description related to preview of titlebar --- components/TitleBar/samples/TitleBar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TitleBar/samples/TitleBar.md b/components/TitleBar/samples/TitleBar.md index 3e3769f13..a753a4ac4 100644 --- a/components/TitleBar/samples/TitleBar.md +++ b/components/TitleBar/samples/TitleBar.md @@ -14,9 +14,9 @@ icon: assets/icon.png --- > [!NOTE] -> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. The new TitleBar control released in 1.6-experimental1 is not yet available in non-experimental builds of 1.6 to allow more time to evaluate and respond to community feedback. +> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that shipped in the 1.7 release over this one > -> If you're using WindowsAppSDK and plan to use 1.7 when it becomes available, follow the release updates here: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control +> (On Feb 2025 its in 1.7 Preview 1 version: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show. From 6276de9e6a169328816752c8d07999294de0ed8b Mon Sep 17 00:00:00 2001 From: Arlo Date: Tue, 18 Mar 2025 08:17:54 -0500 Subject: [PATCH 4/4] Apply suggestions from code review --- components/TitleBar/samples/TitleBar.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/TitleBar/samples/TitleBar.md b/components/TitleBar/samples/TitleBar.md index a753a4ac4..44179b782 100644 --- a/components/TitleBar/samples/TitleBar.md +++ b/components/TitleBar/samples/TitleBar.md @@ -14,9 +14,8 @@ icon: assets/icon.png --- > [!NOTE] -> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that shipped in the 1.7 release over this one +> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that [shipped in the 1.7 prerelease](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) over this one. > -> (On Feb 2025 its in 1.7 Preview 1 version: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show.