Skip to content

Commit 6d76d07

Browse files
authored
Merge pull request #602 from AvaloniaUI/xpf-1.4.0
Added XPF 1.4.0 release.
2 parents 66e9880 + 3282cc6 commit 6d76d07

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

xpf/build-feeds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: build-feeds
33
title: XPF Versioning
44
---
55

6-
The latest stable version of Avalonia XPF is 1.3.0. And if you are planning to make a release of your product you should choose the stable version. But for development purposes you may want to update to the latest development version frequently. The latest version can be found on our [nuget server](https://xpf-nuget-feed.avaloniaui.net/packages/xpf.sdk).
6+
The latest stable version of Avalonia XPF is 1.4.0. And if you are planning to make a release of your product you should choose the stable version. But for development purposes you may want to update to the latest development version frequently. The latest version can be found on our [nuget server](https://xpf-nuget-feed.avaloniaui.net/packages/xpf.sdk).
77

88
To log into the web portal, use the following credentials:
99

xpf/embedding/xpf-in-avalonia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: XPF in Avalonia
88
Change the SDK in your Avalonia application to [use the XPF SDK](../getting-started.md#step-3-use-the-xpf-sdk):
99

1010
```xml
11-
<Project Sdk="Xpf.Sdk/1.3.0">
11+
<Project Sdk="Xpf.Sdk/1.4.0">
1212
```
1313

1414
And [disable automatic XPF initialization](../advanced/customizing-init#step-1-disable-automatic-xpf-initialization):

xpf/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In the executable WPF project, change the SDK to use the XPF SDK in the `.csproj
6060
should be changed to:
6161

6262
```xml
63-
<Project Sdk="Xpf.Sdk/1.3.0">
63+
<Project Sdk="Xpf.Sdk/1.4.0">
6464
```
6565

6666
:::note

xpf/release-notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@ id: release-notes
33
title: Release Notes
44
---
55

6+
## XPF 1.4.0
7+
8+
* Remove System.Configuration.ConfigurationManager usages
9+
* Fix ModifierKeys.MacControl value
10+
* Replace WebRequest/WebResponse base ctor calls with RuntimeHelpers.GetUninitializedObject + Frame control fixes
11+
* Fix key remapping exception
12+
* Reset modifier keys on lost focus
13+
* Simple 3d support
14+
* Fix Paragraph TextAlignment
15+
* Fix compilation error in MuceViewport3DVisual
16+
* Add GetAvaloniaTopLevelForWindow
17+
* Window frame for single-view platforms like browser
18+
* Resizable single view windows, fix decorations
19+
* Implemented online licensing tickets
20+
* Include remaining platforms in License check
21+
* Fix avalon dock resizing issue
22+
* Fix lower right corner cursor
23+
* Replace binary formatter
24+
* Stub ShowSystemMenu
25+
* Fix DragOver exposing already disposed IDataObject
26+
* Do not crash when path simplification fails
27+
* Added ScreenToClient win32 API shim.
28+
* Fix XPF popups when embedded in Avalonia.
29+
* Use OpenGL by default on macOS
30+
* Implement JpegMetadata and allow reading the orientation
31+
* Fix NRE in ElementProxy
32+
* Add a runtime flag to enable interop for DataObject custom formats
33+
* Add support for reading and writing the exif MakerNote
34+
* Fix up "control is not in any visual tree"
35+
* Fix Cursors.None
36+
* Fix popup memory leak
37+
* Release mouse capture on Window deactivation.
38+
* Update Avalonia.Licensing
39+
* Ensure visual root dpi is set
40+
* Fix BitmapSource 4 byte alignment
41+
* Normalize some metadata queries to lower case
42+
* Use default WPF behavior if ALC support wasn't explicitly enabled
43+
* Adjust TextLine clipping when the line isn't collapsed
44+
645
## XPF 1.3.0
746

847
* Enable ECDSA-based license keys

0 commit comments

Comments
 (0)