Skip to content

Commit c4a1a0e

Browse files
Update What's New: add March 2026 highlights from merged PRs
Add 7 new highlight bullets and 6 new documentation table entries covering substantial content additions merged in March 2026: - Windows notifications API overview (AppNotificationManager vs Toast) - Choose a packaging model decision guide - Performance docs migrated to WinUI developer section - Visual layer / Composition docs added to WinUI section - Command Palette extension toolkit API reference - Java getting started for Windows dev environment - App features overview landing page Co-authored-by: Copilot <[email protected]>
1 parent f2e206a commit c4a1a0e

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

hub/apps/whats-new/whats-new-for-developers.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new for Windows app developers
33
description: Learn what's new for developers in Windows 11 and tools
44
keywords: what's new, Windows 11, Windows, developers, WinUI, sdk, tools
5-
ms.date: 03/10/2026
5+
ms.date: 04/03/2026
66
ms.topic: whats-new
77
ms.localizationpriority: medium
88
---
@@ -44,6 +44,13 @@ Find the latest downloads, release notes, and updates for the Windows SDK, Windo
4444
- **Materials documentation**: New dedicated pages covering how to use Mica and Acrylic in your WinUI apps — [Materials overview](../develop/ui/materials.md) and [In-app acrylic](../develop/ui/in-app-acrylic.md).
4545
- **Store API updates**: New sections documenting how to check if an unpackaged app is installed and how to open the Store product detail page for a product — [Send requests to the Store](/windows/uwp/monetize/send-requests-to-the-store).
4646
- **Iconography documentation reorganized**: App icon and iconography docs have been consolidated into a dedicated [Iconography hub](../design/iconography/index.md) for easier navigation.
47+
- **Windows notifications overview**: Confused by `AppNotificationManager` vs `ToastNotificationManager`? New overview page explains which notification API to use for your app type, with a feature comparison table and links to samples — [Windows notifications overview](../develop/notifications/index.md).
48+
- **Choose a packaging model**: New scenario-based decision guide for choosing between packaged (MSIX), unpackaged, and sparse-package / external-location approaches — covering distribution options, feature requirements, and migration paths — [Choose a packaging model](../package-and-deploy/choose-packaging-model.md).
49+
- **Performance docs for WinUI**: The full set of Windows app performance documentation — startup, memory, XAML layout, animations, ListView/GridView optimization, and more — is now available under the WinUI developer section at [Windows app performance](../develop/performance/index.md).
50+
- **Visual layer and Composition docs for WinUI**: Documentation for the Visual layer (`Windows.UI.Composition`) — including visuals, animations, effects, brushes, lighting, and shadows — is now linked from the WinUI/Windows App SDK developer section.
51+
- **Command Palette extension toolkit**: New API reference documentation for the PowerToys Command Palette extension toolkit, covering built-in commands (`CopyPathCommand`, `OpenFileCommand`, `OpenInConsoleCommand`, and more) and layout types — [Command Palette extension toolkit](/windows/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/).
52+
- **Java getting started for Windows**: New guide for setting up a Java development environment on Windows, covering JDK installation, `JAVA_HOME` configuration, editor options, and WSL considerations — [Java on Windows](../dev-environment/java.md).
53+
- **App features overview**: New landing page for the Features section of the Windows developer docs, with entry points to accessibility, AI, files, notifications, UI, and more — [Features for Windows app development](../develop/features-overview.md).
4754

4855
Previous highlights:
4956

@@ -74,3 +81,9 @@ Previous highlights:
7481
| [WinApp CLI overview](../dev-tools/winapp-cli/index.md) | Command-line tool for packaging, identity, and SDK management across frameworks. |
7582
| [MapControl](../develop/ui/controls/map-control.md) | Interactive Azure Maps-powered map control for WinUI apps. |
7683
| [Materials in Windows apps](../develop/ui/materials.md) | Overview of Mica and Acrylic materials for WinUI. |
84+
| [Windows notifications overview](../develop/notifications/index.md) | Which notification API to use: AppNotificationManager vs ToastNotificationManager. |
85+
| [Choose a packaging model](../package-and-deploy/choose-packaging-model.md) | Scenario-based guide for choosing packaged, unpackaged, or sparse packaging. |
86+
| [Windows app performance](../develop/performance/index.md) | Performance docs for WinUI apps: startup, memory, XAML layout, and more. |
87+
| [Command Palette extension toolkit](/windows/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/) | API reference for building PowerToys Command Palette extensions. |
88+
| [Java on Windows](../dev-environment/java.md) | Set up a Java development environment on Windows. |
89+
| [Features for Windows app development](../develop/features-overview.md) | Landing page for Windows platform features: accessibility, AI, files, notifications, and more. |

0 commit comments

Comments
 (0)