Microsoftは7月19日(現地時間)、「Windows UI Library(WinUI) 2.8」をリリースしました。
WinUIはWindowsデスクトップおよびUWPアプリケーションのためのネイティブなユーザーエクスペリエンスフレームワークです。WinUIにはWinUI 2およびWinUI 3という二つの世代が存在し、どちらも活発に開発が行われています。
WithUI 2.8では、WebView2がサポートされ、Microsoft Edgeを使用してネイティブアプリケーションにWebコンテンツを埋め込むことができるようになりました。また最小対応バージョンがWindows 10 version 1809 Build 17763になったことも変更点としてリストアップされています。
主な新機能は以下の通りです。
- WebView2 is now available in WinUI 2. WebView2 enables you to embed web content in native applications with Microsoft Edge (Chromium). Check out Get started with WebView2 in WinUI 2 (UWP) apps for more info for how to use it in your app.
- The minimum supported version of WinUI 2 is now Windows 10, version 1809 - build 17763.
- Several bug fixes and improvements for a range of controls including TabView, NavigationView, InfoBadge, and ProgressRing.
- Improvements to accessibility and high contrast mode.
- AnimatedVisualPlayer.AnimationOptimization property to configure how animations are cached in an AnimatedVisualPlayer. See Configuring Animation Playback for info for how to use it in your app.
詳細な変更点はGitHubで確認可能です。