Skip to content

Mile.Xaml 1.1 (1.1.434.0)

Compare
Choose a tag to compare
@MouriNaruto MouriNaruto released this 20 Nov 15:42
· 233 commits to main since this release

image

Release Notes

  • Port Windows 11 XAML control styles from Windows UI Library 2.8.1. (Contributed by AndromedaMelody.)
  • Implement Mile.Xaml.XamlControlsResources class.
  • Fix throwing exception issue when destroying the Window.
  • Adjust the WindowsTargetPlatformMinVersion to 10.0.18362.0 for reducing the compilation warnings.
  • Prevent showing the dummy/empty/ghost DesktopWindowXamlSource window in the task bar. (Thanks to Nothing9495.)
  • Add immersive Mica effect support for Mile.Xaml.ContentWindow window class. (Contributed by AndromedaMelody.)
  • Add Win32 context menu dark mode support for Mile.Xaml. (Contributed by AndromedaMelody.)
  • Add TransparentBackground property for Mile.Xaml.Application class.
  • Add PreferredDarkModeIfAvailable property for Mile.Xaml.Application class.
  • Adjust and simplify the Mile.Xaml implementation.
  • Fix the window with empty content due to CoreWindow is not exist issue.

Kenji Mouri