Skip to content

Commit

Permalink
Repo updates for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbybilka committed Apr 12, 2023
1 parent 4041a77 commit b974e02
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
label: NuGet package version
description: If you are seeing your issue on older versions please try the latest release
options:
- "WinUI 3 - Windows App SDK 1.2.5: 1.2.230313.1"
- "WinUI 3 - Windows App SDK 1.3.0: 1.3.230331000"
- "WinUI 3 - Windows App SDK Preview 1: 1.3.230228005-preview1"
- "WinUI 3 - Windows App SDK 1.3 Experimental 1: 1.3.230202101-experimental1"
- "WinUI 2 - Microsoft.UI.Xaml 2.8.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can watch them online here on YouTube at the [Windows Developer channel](htt

## Using WinUI 3

You can build new Windows apps using WinUI 3, which ships as a part of the Windows App SDK. The latest available stable release is the Windows App SDK 1.2 (previously called Project Reunion). With this release, you can ship production Desktop apps to the Microsoft Store.
You can build new Windows apps using WinUI 3, which ships as a part of the Windows App SDK. The latest available stable release is the Windows App SDK 1.3 (previously called Project Reunion). With this release, you can ship production Desktop apps to the Microsoft Store.

See the [installation instructions](https://docs.microsoft.com/windows/apps/windows-app-sdk/set-up-your-development-environment), and guidelines on [creating your first WinUI 3 app](https://docs.microsoft.com/windows/apps/winui/winui3/create-your-first-winui3-app).

Expand Down
60 changes: 30 additions & 30 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,36 +61,36 @@ Legend:

Blank - Not available

**WinUI 3 - Windows App SDK 1.2** is our latest release. For a detailed look at the features we're targeting in WinUI 3 in 2023, check out the [Windows App SDK feature roadmap](https://github.com/microsoft/WindowsAppSDK/blob/main/docs/roadmap.md).

| Customer Capability | Project Reunion 0.5 <br/>(March 2021) | Windows App SDK 0.8 <br/>(June 2021) | Windows App SDK 1.0 <br/> (November 2021) | Windows App SDK 1.1 <br/> (June 2022) | Windows App SDK 1.2 <br/> (November 2022)
| ------------------- | -------------------------------- | ------------------------------- | ----------------------------- | -----| ----- |
| Supported in any app using the Windows App SDK | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Contains new Windows 11 controls/styles from WinUI 2.6 | | | &#128994; | &#128994; | &#128994;
| Supports MSIX Deployment | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Supports Unpackaged (non-MSIX) Deployment | | | &#128994; | &#128994; | &#128994;
| Works downlevel to Windows 10 version 1809 and above | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Supports the latest .NET | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| ARM64 support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| `<SwapChainPanel> ` | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Intellisense, Hot Reload, Live Visual Tree | &#128311; | &#128311; | &#128994;[^1] | &#128994;[^1] | &#128994;[^1]
| Chromium-based WebView2 | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Title bar customization | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Fluent Shadows | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Input validation for data fields | &#128311; | &#128311; | &#128311; | &#128311; | &#128311;
| Supports multiple top-level windows on the same thread | &#128311; | &#128311; | &#128994;[^2] | &#128994; | &#128994;
| Supports multiple top-level windows on separate threads | &#128311; | &#128311; | &#128311; | &#128311; | &#128311;
| Drag and drop | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| RenderTargetBitmap | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Mouse cursor customization | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Animated Gif support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| VirtualSurfaceImageSource (VSIS) support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| In-app acrylic | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| XAML Islands | | &#128311; | &#128311; | &#128311; | &#128311;
| Mica | | | | &#128994; | &#128994;
| Widgets | | | | | &#128994;
| Media playback controls | | | | | &#128994;
| InfoBadge and other updates from WinUI 2.8 | | | | | &#128994;
**WinUI 3 - Windows App SDK 1.3** is our latest release. For a detailed look at the features we're targeting in WinUI 3 in 2023, check out the [Windows App SDK feature roadmap](https://github.com/microsoft/WindowsAppSDK/blob/main/docs/roadmap.md).

| Customer Capability | Project Reunion 0.5 <br/>(March 2021) | Windows App SDK 0.8 <br/>(June 2021) | Windows App SDK 1.0 <br/> (November 2021) | Windows App SDK 1.1 <br/> (June 2022) | Windows App SDK 1.2 <br/> (November 2022) | Windows App SDK 1.3 <br/> (April 2023)
| ------------------- | -------------------------------- | ------------------------------- | ----------------------------- | -----| ----- | ----- |
| Supported in any app using the Windows App SDK | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Contains new Windows 11 controls/styles from WinUI 2.6 | | | &#128994; | &#128994; | &#128994; | &#128994;
| Supports MSIX Deployment | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Supports Unpackaged (non-MSIX) Deployment | | | &#128994; | &#128994; | &#128994; | &#128994;
| Works downlevel to Windows 10 version 1809 and above | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Supports the latest .NET | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| ARM64 support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| `<SwapChainPanel> ` | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Intellisense, Hot Reload, Live Visual Tree | &#128311; | &#128311; | &#128994;[^1] | &#128994;[^1] | &#128994;[^1] | &#128994;[^1]
| Chromium-based WebView2 | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Title bar customization | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Fluent Shadows | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Input validation for data fields | &#128311; | &#128311; | &#128311; | &#128311; | &#128311; | &#128311;
| Supports multiple top-level windows on the same thread | &#128311; | &#128311; | &#128994;[^2] | &#128994; | &#128994; | &#128994;
| Supports multiple top-level windows on separate threads | &#128311; | &#128311; | &#128311; | &#128311; | &#128311; | &#128311;
| Drag and drop | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| RenderTargetBitmap | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Mouse cursor customization | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| Animated Gif support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| VirtualSurfaceImageSource (VSIS) support | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| In-app acrylic | &#128994; | &#128994; | &#128994; | &#128994; | &#128994; | &#128994;
| XAML Islands | | &#128311; | &#128311; | &#128311; | &#128311; | &#128311;
| Mica | | | | &#128994; | &#128994; | &#128994;
| Widgets | | | | | &#128994; | &#128994;
| Media playback controls | | | | | &#128994; | &#128994;
| InfoBadge and other updates from WinUI 2.8 | | | | | &#128994; | &#128994;

[^1]: Supported on Visual Studio 2022 Preview 5 and above for packaged apps only
[^2]: Supported in 1.0.1 and above
Expand Down

0 comments on commit b974e02

Please sign in to comment.