Skip to content

Commit 5190411

Browse files
Updated release notes
1 parent bee63ae commit 5190411

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

xpf/release-notes.md

+63-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@ id: release-notes
33
title: Release Notes
44
---
55

6+
## XPF 1.3.0
7+
8+
* Enable ECDSA-based license keys
9+
* Fix multiple Geometry APIs
10+
* Cache FontCollections and make them thread aware
11+
* Fix issue with geometry hit testing non-stroked segments
12+
* Update version on main to 1.3
13+
* Implement BlockUIContainer
14+
* Update Avalonia version
15+
* Fix dispatch exception handling
16+
* Support loading XPF into a separate ALC for poor man's multithreading
17+
* Fixed MUCE geometry invalidation
18+
* Fixes large image docoding
19+
* Fix inlines TextDecorations and fix BaselineAlignment
20+
* Fix TextDecorations
21+
* Fix Key Mapping on macOS
22+
* Fix GetDpiForMonitor
23+
* Implement F32MonitorHandle and use new Screens APIs
24+
* Hackfix for incorrect glyph run bounds
25+
* Don't process mouse events as touch
26+
* Call InternalClose from the externally available Window.Close method
27+
* Initial PDF generation support
28+
* Add support for corner radius in rectangle geometry
29+
* Add support for strokeless geometry segments
30+
* Update avalonia: fix win32 window shown state
31+
* Update avalonia- fix topmost owned window not working
32+
* AvaloniaHostContainer needs to set transform origin to zero instead of default 50%50%
33+
* Keep focus in avalonia host if window is reactivated
34+
* Add dummy AdjustWindowRectEx
35+
* Fix incorrectly set filename in save dialog
36+
* Fix Window.Icon
37+
* Fix "Mouse events not fired properly if another mouse button is pressed"
38+
* Manually subscribe to all of subtree visual invalidation from MuceVisualBrush
39+
* Fix headless platform, avoid Skia hardcoding
40+
* Minor patcher improvement
41+
* Add a flag to disable stackframe tweaks for devexpress
42+
* Skip rendering content if it will be clipped away anyway
43+
* Change the way we pool MuceRenderData states
44+
* Fix FontAwesome.Sharp font loading
45+
* Bump image sharp
46+
* Stub for SHGetFileInfo
47+
* Implement bitmap.copypixels
48+
* Fixed DrawingImage, hackfixed parentless VisualBrush
49+
* Publish packages from all branches
50+
* Add regex semver checking for release tags
51+
* Update dotnet.yml to trim trailing backslash on version
52+
* Update Common.props
53+
* Remove UseWinForms + misc
54+
* Disable ImportWindowsDesktopTargets
55+
* Allow the user to enable logging via msbuild property or environment variable
56+
* Add XpfSingleProject property
57+
* Update AvaloniaUI.Xpf.WinApiShim.targets
58+
* Browser compatibility improvements
59+
* Experimental WinAPI shims support for Browser
60+
* Fix browser winapi shims
61+
* Fix browser SDK
62+
* Various WinAPI shims fixes related to the Screen API
63+
* Some mono fixes
64+
* SystemInformation.MouseWheelScrollDelta support
65+
* Reset popup _positionInfo when creating a new win
66+
67+
668
## XPF 1.2.0
769

870
* Update ImageSharp
@@ -64,4 +126,4 @@ title: Release Notes
64126
* Actipro docking: when tearing off a pane, preview is not shown on macOS
65127
* DevExpress docking: does not always show drop adorners on X11
66128
* Syncfusion docking: problems on all platforms
67-
* Telerik docking: Initial drag/tear-off stops registering mouse on Windows
129+
* Telerik docking: Initial drag/tear-off stops registering mouse on Windows

0 commit comments

Comments
 (0)