11.1.0-rc1
版本发布时间: 2024-06-14 17:43:13
AvaloniaUI/Avalonia最新发布版本:11.2.0-beta1(2024-08-20 11:37:54)
This release contains bugfixes for issues reported for 11.1.0-beta2.
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.1.0-beta2...11.1.0-rc1
What's Changed
- Vulkan backend by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/12737
- Fix tooltips not closing when the pointer leaves the window by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/15312
- Reduce generated invocations to
FindNameScope
by @Rekkonnect in https://github.com/AvaloniaUI/Avalonia/pull/15370 - Add isStroked overload for IGeometryContext by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/15430
- fix: ICommadSource Implemetation by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/15496
- Fix: PhysicalKeyExtensions.ToQwertyKey by @satanikia1300 in https://github.com/AvaloniaUI/Avalonia/pull/15502
- CompileAvaloniaXamlTask - handle no-pdb compilations by @ltetak in https://github.com/AvaloniaUI/Avalonia/pull/15509
- Correctly handle x,y offset for Bitmap.CopyPixels by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/15510
- Grid fixes by @zii-dmg in https://github.com/AvaloniaUI/Avalonia/pull/15516
- Fixed use of stride in ImmutableBitmap ctor by @dbriard in https://github.com/AvaloniaUI/Avalonia/pull/15520
- Fix Avalonia.Browser running on .NET 9 by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/15521
- Use tap size as default size for scrolling start. reset IsGestureRecognitionSkipped when pointer is released by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/15524
- Win32 - Apply extend client state when window visibility changes by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/15566
- Update TargetFrameworks in Avalonia.Vulkan.csproj by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/15578
- Fix crash when linux tray icon's visibility is toggled on/off. by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/15582
- Add vulkan support for android by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/15588
- fix(Themes.Fluent): MenuItem Chevron position by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/15594
- More Tooltip edge case fixes by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/15596
- Added support for Compatibility profile in Wgl and Glx code by @odalet in https://github.com/AvaloniaUI/Avalonia/pull/15598
- Fix android launcher return values by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/15601
- [Android][TextBox] fix strange caret move behaviour on Android 14 by @Tangent-90 in https://github.com/AvaloniaUI/Avalonia/pull/15605
- [TextBox] fix double click on TextBox cannot select word on touch device by @Tangent-90 in https://github.com/AvaloniaUI/Avalonia/pull/15606
- Set alpha and pixel format for Direct2D WIC bitmap by @hez2010 in https://github.com/AvaloniaUI/Avalonia/pull/15610
- Add [GeneratedCode] and [ExcludeFromCodeCoverage] to Name Generator output members by @stevemonaco in https://github.com/AvaloniaUI/Avalonia/pull/15616
- Wrap type conversions in try-catch to prevent crashes due to unhandled exceptions by @BAndysc in https://github.com/AvaloniaUI/Avalonia/pull/15640
- fix the initialContent is always null by @afunc233 in https://github.com/AvaloniaUI/Avalonia/pull/15650
- Fixed DeferredContent parents order by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/15670
- Hack to enable subpixel rendering by default. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/15676
- Implement missing browser stream methods by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/15701
- Fixed NativeAOT on .NET 9 by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/15705
- Fix DrmOutputOptions.ConnectorTypeId naming by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/15710
- Fixes spurious DataGrid data validation error by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/15716
- Allow nested BindingNotifications. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/15722
- Fix Animator for progress values less than zero by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/15726
- Fix Android app randomly hangs by @zabolotnev in https://github.com/AvaloniaUI/Avalonia/pull/15810
- Handle case when TaskBarList could not be created by @mojoe-playground in https://github.com/AvaloniaUI/Avalonia/pull/15852