Skip to content

Commit f2b2be8

Browse files
Merge pull request #853 from AvaloniaUI/xpf160
XPF 1.6.0 release notes
2 parents 7c2d884 + a3c6921 commit f2b2be8

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

xpf/release-notes.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,44 @@ id: release-notes
33
title: Release Notes
44
---
55

6-
## XPF 1.5.3
6+
## XPF 1.6.0 (2026-01-19)
7+
8+
* Avalonia version updated from 11.3.1 to 11.3.11
9+
* Major rework has been done in the following areas:
10+
* Mouse capture and loss of capture
11+
* Clipboard (bitmap support, custom formats, round-tripping)
12+
* Added support for Ctrl+Click on macOS, F10 as system key
13+
* Added support for System.Windows.Documents.Typography properties
14+
* Added support for filter index in file dialogs
15+
* Popup fixes (positioning, disabled when dialog shown)
16+
* MessageBox functionality aligned with Windows (title, max size)
17+
* Text fixes and improvements (line spacing, inline blocks, font loading and matching)
18+
* Automation fixes and improvements
19+
* DPI and scaling fixes and improvements-
20+
* All log sinks made available
21+
22+
Known issues:
23+
* Switching tabs in TabControl does not invalidate UIA tree
24+
* AvaloniaHost takes all input once focused
25+
* Closing popup from its button might require an extra click
26+
27+
## XPF 1.5.3 (2025-06-23)
728

829
* Fix MediaContext to use Stopwatch instead of system clock
930
* Adjust WinForms MessageBoxTheme
1031
* Enforce WPF LineSpacing
1132

12-
## XPF 1.5.2
33+
## XPF 1.5.2 (2025-06-09)
1334

1435
* Limit the width of a MessageBox to 400px to closely follow the WIN32 behavior
1536
* Limit the MessageBox to 80% of the current screen's height
1637
* Update Avalonia to stable 11.3.1
1738

18-
## XPF 1.5.1
39+
## XPF 1.5.1 (2025-05-21)
1940

2041
* Change VB MsgBox default title to be identical to Windows
2142

22-
## XPF 1.5.0
43+
## XPF 1.5.0 (2025-05-07)
2344

2445
* Apply TextAlignment to overflowed AVTextLine
2546
* BmpBitmapDecoderHandle - support 1-Bit BMP
@@ -64,7 +85,7 @@ title: Release Notes
6485
* Implement OpenFolderDialog
6586
* Don't call win32 `GetCursorPos` in `Popup`.
6687

67-
## XPF 1.4.0
88+
## XPF 1.4.0 (2025-01-08)
6889

6990
* Remove System.Configuration.ConfigurationManager usages
7091
* Fix ModifierKeys.MacControl value
@@ -103,7 +124,7 @@ title: Release Notes
103124
* Use default WPF behavior if ALC support wasn't explicitly enabled
104125
* Adjust TextLine clipping when the line isn't collapsed
105126

106-
## XPF 1.3.0
127+
## XPF 1.3.0 (2024-08-12)
107128

108129
* Enable ECDSA-based license keys
109130
* Fix multiple Geometry APIs
@@ -165,7 +186,7 @@ title: Release Notes
165186
* Reset popup _positionInfo when creating a new win
166187

167188

168-
## XPF 1.2.0
189+
## XPF 1.2.0 (2024-05-29)
169190

170191
* Update ImageSharp
171192
* Make DragDrop handler work with any Control rather than TopLevel

0 commit comments

Comments
 (0)