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