Replies: 6 comments 11 replies
-
synchronize Avalonia.Templates to V11.1 thanks! |
Beta Was this translation helpful? Give feedback.
-
If you want us to help getting 11.1 as stable as possible, would be very useful if you can re-visit your opened issues and double-check if 11.1-beta1 solves or changes anything for you. |
Beta Was this translation helpful? Give feedback.
-
Is it worth mentioning |
Beta Was this translation helpful? Give feedback.
-
I want to get the server IP and client IP. Can I get them in the web type avalonia? |
Beta Was this translation helpful? Give feedback.
-
Hey team, any updates on when the official release of version |
Beta Was this translation helpful? Give feedback.
-
I'm not seeing the 11.1.0-beta1 in the nightly package source, this is my source path https://nuget-feed-nightly.avaloniaui.net/v3/index.json am I missing something? |
Beta Was this translation helpful? Give feedback.
-
Full Changelog: https://github.com/AvaloniaUI/Avalonia/commits/11.1.0-beta1
Full API Diff: https://gist.github.com/maxkatz6/a7df42607cc7187b94e2e693ccf15f6d
Please install latest dotnet templates.
Most of new features are still pending updated documentation.
You can follow progress on this issue - AvaloniaUI/avalonia-docs#384.
New features
New and extended controls:
RadiusX
andRadiusY
properties that allow absolute and relative values. OldRadius
property is now obsolete.New platform features
Windows
WndProc
andWindowStyles
callbacks viaWin32Properties
API.macOS
TrayIcon
now includesMacOSProperties.IsTemplateIcon
attached property, allowing monochrome icons consistent with macOS system iconsLinux
NetWmWindowType
andWmClass
on any window viaX11Properties
attached properties.Browser
StaticWebAssets
SDK is now supported. It brings support for building in .NET Brotli compression and caching. To use this SDK, please recreate the browser project from the new template using the 11.1.0-beta1 version.iOS
Android
Breaking Changes
This discussion was created from the release 11.1.0-beta1.
Beta Was this translation helpful? Give feedback.
All reactions