You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WinUIEx/WinUIEx.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@
26
26
- BREAKING: Removed `MediaPlayerElement` control (now included in Windows App SDK 1.2).
27
27
- BREAKING: Remove obsolete APIs (tray icon and WindowEx.TitleBar).
28
28
- Add support for trimming.
29
+
- Fix issue where MicaAlt wasn't applied. Setting Kind on the Mica backdrop will now change the backdrop settings for properties that hasn't been explicitly overridden (matches Windows App SDK behavior). (Issue #88)
30
+
- Adds support for defining a maximum width and height of the window. (Issue #81)
29
31
- Remove workarounds for issues now addressed in Windows App SDK v1.2.
30
-
- Fix issue where MicaAlt wasn't applied. Setting Kind on the Mica backdrop will now change the backdrop settings for properties that hasn't been explicitly overridden (matches Windows App SDK behavior). Issue #88
0 commit comments