Replies: 5 comments 6 replies
-
It's the last beta before 11.1 stable, if this release goes well. |
Beta Was this translation helpful? Give feedback.
-
Btw, what is the difference between SkiaSharp 3.0 and 2.x? It seems to just modify some Api without any performance improvement. But I feel like many people are looking forward to SkiaSharp 3.0. |
Beta Was this translation helpful? Give feedback.
-
Unless it's something on my end, I'm seeing some unexpected regressions in 11.1-beta2. This is without any detailed testing -- only starting up the app -- so who knows what more is broken. I've reverted back to 11.1-beta1 for continued development. Do we actually test PRs before they are merged? At least on my end I only read the code and rarely have a chance to actually run it. I think our release process isn't quite robust enough here if stuff isn't actually tested. So, as much as I hate to say it, could we have a sign-off process on PRs where someone other than the author (not necessarily the core team) actually runs the new code and confirms it works as intended BEFORE the PR can be merged? |
Beta Was this translation helpful? Give feedback.
-
Quick question: How will SkiaSharp 3.0 support work in 11.1? Do I add v3 to the project or is it brought over automatically? |
Beta Was this translation helpful? Give feedback.
-
Special thanks for this one! :) It will definitely make developing multiplatform controls similar to dockable MDI (multiple documents interface) and multi-windows tools for others much easier |
Beta Was this translation helpful? Give feedback.
-
Full Changelog: 11.1.0-beta1...11.1.0-beta2
API Diff for 11.1.0-beta2: https://gist.github.com/maxkatz6/9feb6029ef9a412fdab64ded4d7e2033
API Diff for 11.1.0-beta1: https://gist.github.com/maxkatz6/a7df42607cc7187b94e2e693ccf15f6d
NuGet: https://www.nuget.org/packages/Avalonia/11.1.0-beta2
Most of new features are still pending updated documentation.
You can follow progress on this issue - AvaloniaUI/avalonia-docs#384.
Continuing https://github.com/AvaloniaUI/Avalonia/releases/tag/11.1.0-beta1
New features
Controls changes:
New platform features
Linux
Browser
iOS
Android
Tizen
LinuxFramebuffer
VNC
This release also includes bug fixes, performance improvements and various smaller enhancements.
This discussion was created from the release 11.1.0-beta2.
Beta Was this translation helpful? Give feedback.
All reactions