From bf5ef228e9135479f39c6d3155a09a4a1c5f9333 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Tue, 16 May 2023 01:14:31 +0800 Subject: [PATCH] Update release notes. --- ReleaseNotes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9946f5e..16f7a09 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # Mile.Xaml Release Notes -**Mile.Xaml 2.0 Preview 3 (2.0.591.0)** +**Mile.Xaml 2.0 (2.0.611.0)** - Use C functions instead of Windows Runtime classes to interoperate Mile.Xaml from C/C++ projects and make use source code form to integrate directly. @@ -17,7 +17,9 @@ Mile.Xaml called Mile.Xaml.Managed which supports .NET Any CPU target. - Remove the unfinished .NET Native target support. - Fix keyboard navigation with Shift-Tab. (Contributed by driver1998.) -- Make buildTransitive mode only applies to the C/C++ projects. (Contributed by +- Fix missing break statement when handling WM_DPICHANGED. (Contributed by + kernelbin.) +- Remove buildTransitive mode for all projects. (Partially contributed by AndromedaMelody.) - Add native0.0 target framework setting. (Suggested by AndromedaMelody.) - Remove the unnecessary precompiled header file for optimizing the size and @@ -26,6 +28,7 @@ - Forward WM_SETTINGCHANGE to CoreWindow compatibility window for improve the runtime light and dark mode switch support for XAML Islands. (Noticed by dongle-the-gadget.) +- Add MileXamlNoSunValleyXamlStyle MSBuild option support. - Add source code of Mile.Xaml.Styles.SunValley and update the generated Mile.Xaml.Styles.SunValley.xaml. (Contributed by AndromedaMelody.) - Split XAML control styles binary generation to Mile.Xaml.Styles project.