Camelotia
Camelotia copied to clipboard
chore(deps): update dependency avalonia.desktop to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| Avalonia.Desktop (source) | 0.10.22 -> 11.0.11 |
Release Notes
AvaloniaUI/Avalonia (Avalonia.Desktop)
v11.0.11
https://www.nuget.org/packages/Avalonia/11.0.11 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.10...11.0.11
What's Changed
- Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
- Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
- Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
- [Win] Fix composition on focus change by @Gillibald in #15907
v11.0.10
https://www.nuget.org/packages/Avalonia/11.0.10 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.9...11.0.10
What's Changed
- Move
ScrollIntoViewintoItemsControl. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/14538 - Use dynamic resources in Expander button theme. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/14542
- Fixes/revert x11 popup changes by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/14573
- Fix InlineUIContainer focus by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14590
- Make integration tests catch issues with Icon Loading by @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/14593
- Fix TextBlock wrong caret position by @Donzasto in https://github.com/AvaloniaUI/Avalonia/pull/14627
- added _windowProperties override to Win32.EmbeddedWindowImpl by @Basnederveen in https://github.com/AvaloniaUI/Avalonia/pull/14649
- GPU interop features now don't require to skip the first frame and available earlier in general by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/14651
- [Win32] Fixes improper IME composition ignorance by @gehongyan in https://github.com/AvaloniaUI/Avalonia/pull/14664
- Fix initial selection for TabControl with AlwaysSelected by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14668
- Fix InlinesCollection Logical/VisualParent update by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14679
- Recreate TextLayout on measure to make sure constraint is updated by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14705
- Backport fix NullReferenceException in X11Window.Activate by @pos777 in https://github.com/AvaloniaUI/Avalonia/pull/14787
v11.0.9
https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9
Releasing shortly after previous, as 11.0.8 release had critical issues.
What's Changed
- [Windows] Fix bitmap->icon conversion? by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13445
- [Linux] Fix popups position on X11 by @marysaka in https://github.com/AvaloniaUI/Avalonia/pull/14551
- Avoid NRE from GetGlyphPath by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14530
- Discard additional lines upon inserting when AcceptsReturn=false by @markl65536 in https://github.com/AvaloniaUI/Avalonia/pull/14173
- [Browser] Handle mouse wheel coordinates. by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/14533
- Fix previewer sometimes not finding deps file by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14552
- Fix not handling first window creation by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14553
v11.0.8
Please upgrade to 11.0.9! For more details see https://github.com/AvaloniaUI/Avalonia/releases/tag/11.0.9
https://www.nuget.org/packages/Avalonia/11.0.8
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8
What's Changed
- [Windows] Fix Windows 7 'api-ms-win-core-winrt-string-l1-1-0.dll' error by @david-szabo97 in https://github.com/AvaloniaUI/Avalonia/pull/14436
- [Mac] Fix macos crash at startup by not parsing all app arguments into uris. by @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/14494
- Removed dependency on System.Drawing.Common by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13431
- Implement bitmap transcoding for most supported PixelFormats by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12807
- Allow TransitioningContentControl to be reversed. by @Alshain01 in https://github.com/AvaloniaUI/Avalonia/pull/13003
- [Mac] Fix key event handling by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13143
- [Mac] Fix keyDown event by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13280
- Improve NumericUpDown and AutoCompleteBox focusability by @mgnslndh in https://github.com/AvaloniaUI/Avalonia/pull/13376
- Fix: Enable seamless forward and backward transition in VirtualizingCarouselPanel by @LuckyGeorge1975 in https://github.com/AvaloniaUI/Avalonia/pull/14125
- Avoid WriteableBitmap misuse in several places, avoid UnmanagedBlod disposal from finalizer by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14181
- Prevent random dispatcher deadlocks by @ltetak in https://github.com/AvaloniaUI/Avalonia/pull/14229
- Fix Inlines clear handling by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14247
- [Linux] Fix segmentation fault error when using Linux Framebuffer DRM mode with AOT compilation by @BenniSim in https://github.com/AvaloniaUI/Avalonia/pull/14266
- Make Classic ApplicationLifetime API a bit more reliable by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14267
- Allow binding container IsVisible with virtualization. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/14276
- Use embed JSON parser instead of Regex while parsing Deps file by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14287
- Fix Previewer crash from Refit reflection (#14282) by @mayka-mack in https://github.com/AvaloniaUI/Avalonia/pull/14301
- Fix for reszie in browser by @johanpolson in https://github.com/AvaloniaUI/Avalonia/pull/14303
- Fix - Use root visual to calculate offsets is scroll gesture by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/14329
- [Linux] Fix open folder startup location by @affederaffe in https://github.com/AvaloniaUI/Avalonia/pull/14339
- [Android] Dispose layout manager when embeddable control root is disposed. by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/14341
- [Linux] Use popupParent as X11 parent window by @marysaka in https://github.com/AvaloniaUI/Avalonia/pull/14366
- Remove Unstable attribute from IThemeVariantProvider.cs by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14399
- Fix IActivatableApplicationLifetime definition by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14400
- EnableDataValidation for TimePicker by @ILD3225 in https://github.com/AvaloniaUI/Avalonia/pull/14406
- [Mac] Make sure emulated text input is generated after key down by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/14407
- Fix horizontal ScrollToView in VirtualizingStackPanel in some cases by @BAndysc in https://github.com/AvaloniaUI/Avalonia/pull/14419
- Fix controls not showing up in accessibility when made visibile by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/14424
- EnableDataValidation for DatePicker by @ILD3225 in https://github.com/AvaloniaUI/Avalonia/pull/14430
- Ignore frame extents if window has no decorations by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/14441
- Removes hard-coded Grid.RowSpan and Grid.ColumnSpan from FluentTheme . by @KrzysztofDusko in https://github.com/AvaloniaUI/Avalonia/pull/14460
- Fix DevTools popup freezing by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/14462
- Fix CompiledBinding with RelativeSource/ElementName but no Path by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/14514
v11.0.7
https://www.nuget.org/packages/Avalonia/11.0.7
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.6...11.0.7
What's Changed
- Fixed issue: Default font family name cannot be null or empty by @mihnea-radulescu in PR #12817
- Fixed missing resources for TimePicker & DatePicker in simple theme by @workgroupengineering in PR #12851
- Fixed memory leak in Animatable transitions by @DmitryZhelnin in PR #12861
- Fixed issue with VirtualizingPanel's RemoveInternalChildRange() by @liwuqingxin in PR #12877
- Fixed Xaml Compiler error when code-behind class contains a
DllImportmethod by @workgroupengineering in PR #12882 - Fixed memory leak in TopLevel's Cursor property subscriptions by @DmitryZhelnin in PR #12996
- Added Clear function to Date and Time pickers by @rabbitism in PR #13082
- Fixed typo in
ItemsControlFromItemContainerby @workgroupengineering in PR #13118 - Updated RenderDataRectangleNode.HitTest for proper hit-testing of rounded rectangles by @billhenn in PR #13797
- Fixed initialization property order in SelectedItemsControl by @MrJul in PR #13800
- Implemented helper OutputApiDiff target by @maxkatz6 in PR #13818
- Unsubscribed Android back handler when toplevel is disposed by @emmauss in PR #13831
- Fixed DataGrid IList editing issue by @maxkatz6 in PR #13845
- Fixed TextLine run bounds union calculation by @Gillibald in PR #13847
- Fixed TabItem.TabStripPlacement not being set for new tab items by @pavelovcharov in PR #13849
- Hackfix for calling SelectAll with SelectedItem binding by @grokys in PR #13868
- Fix OutOfMemory crash with LowLatencyDxgiSwapChain enabled by @ShadowMarker789 PR #13869
- Added transition leak tests by @maxkatz6 in PR #13870
- Fixed ToggleSwitch dragging by @Splitwirez in PR #13893
- Fixed Adorner Layer Clipping by @grokys in PR #13921
- Fixed BoxShadow style changes not triggering render updates on ContentPresenter by @Al12rs in PR #13932
- Added feature to allow treating Avalonia Access Unstable Private APIs Warning as Error by @workgroupengineering in PR #13937
- OpenglControl - Don't queue update if control is not attached by @emmauss in PR #13938
- Fixed iOS Dispatcher by @maxkatz6 in PR #13942
- Used ShowNoActivate in Win32NativeControlHost by @grokys in PR #13966
- Don't override
ContextMenu.PlacementwhenOpenis called from code by @grokys in PR #13967 - Don't share style instances with Or selector by @grokys in PR #13969
- Fixed IOSStorageFolder permission problem by @sghctoma in PR #13976
- Fixed Border and Shape border re-rendering when changing Brush value by @SKProCH in PR #13980
- Fixed DBus Exception on window close by @affederaffe in PR #13997
- Updated Tmds.DBus.SourceGenerator to 0.0.13 by @workgroupengineering in PR #14010
- Fixed Relative line drawing in Geometries by @workgroupengineering in PR #14013
- Removed missing MVID warning on XAML compilation by @MrJul in PR #14014
- Fixed color of selected DataGridRow by @zavaleriy in PR #14026
- Fixed regression in rendering of non-clear type text by @danwalmsley in PR #14080
- Don't crash on IsCurrent checks by @maxkatz6 in PR #14089
- Implemented ApiInformation checks by @maxkatz6 in PR #14090
- Fixed XML Docs: Renamed inheritdocs to inheritdoc by @workgroupengineering in PR #14093
- Added an event to detect when an Application icon is clicked by @danwalmsley in PR #14106
- Improved TextBox behavior on Ctrl+Backspace down event by @exGensImpl in PR #14138
- Added InheritDataTypeFromItems for AutoCompleteBox.ValueMemberBinding by @gehongyan in PR #14162
- Fixed exception when
SelectedValueBindingevaluates to null by @TomEdwardsEnscape in PR #14171 - Updated SkiaSharp to 2.88.7 to fix a memory exception by @MontagueM in PR #14179
- Ported DragMove logic from WPF by @jmacato in PR #14186
v11.0.6
https://www.nuget.org/packages/Avalonia/11.0.6
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.5...11.0.6
Join Discussion: https://github.com/AvaloniaUI/Avalonia/discussions/13841
What's Changed
- Fix: RangeBase should not write coerced values back when DataContext is changing by @timunie in https://github.com/AvaloniaUI/Avalonia/pull/11918
- Fix TabItem memory leak by @DmitryZhelnin in https://github.com/AvaloniaUI/Avalonia/pull/12418
- Key handling improvements by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12549
- Use Tmds.DBus.SourceGenerator 0.0.10 by @affederaffe in https://github.com/AvaloniaUI/Avalonia/pull/12730
- Use the focus proxy window in X11 by @vlad-lubenskyi in https://github.com/AvaloniaUI/Avalonia/pull/12751
- Finding ancestor IScrollAnchorProvider instead ScrollViewer. by @Meloman19 in https://github.com/AvaloniaUI/Avalonia/pull/13079
- Fix ManagedFileChooser FileName issue by @rabbitism in https://github.com/AvaloniaUI/Avalonia/pull/13096
- Introduce DrawingContextHelper.RenderAsync method by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13128
- Ambiguous error message when you load App.axaml by @prashantvc in https://github.com/AvaloniaUI/Avalonia/pull/13129
- Fix text hit testing for invisible runs by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13135
- Obsolete CubicBezierEasing by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13137
- #13123 Fix ButtonSpinnerLocation in SimpleTheme by @stogle in https://github.com/AvaloniaUI/Avalonia/pull/13142
- [Text] Fix hit testing issues by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13155
- Remove viewport estimation from VirtualizingStackPanel by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13169
- Fix viewport calculation with non-invertible render transform by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13188
- Rethrow layout exceptions by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13189
- Fix text wrapping for chinese etc. by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13193
- fix(ImmutableSolidColorBrush): Missing assingment of ctor transform argument by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/13194
- Fix macOS clipboard formats mapping by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13197
- Implement Next action in android IME by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/13222
- feat(Gestures): Allow using some
Gesturesevents in Xaml by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/13232 - Introduce TextBlock.LineSpacing by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13243
- Fix OpenGlControlBase: Ensure _updateQueued is set to false when DoCleanup() is called by @laolarou726 in https://github.com/AvaloniaUI/Avalonia/pull/13260
- Add option to enable/disable input focus proxy for X11. by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/13273
- Add TextBox.ScrollToLine by @mgnslndh in https://github.com/AvaloniaUI/Avalonia/pull/13274
- X11 IME preedit, preedit cursor, input context improvements by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13282
- Fix TextLayout.OverhandLeading calculation by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13287
- Fix watermark alignment of TextBox in the Simple theme #5802 by @mgnslndh in https://github.com/AvaloniaUI/Avalonia/pull/13295
- iBus support fixes by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13297
- Fix Sector Fill by @robloo in https://github.com/AvaloniaUI/Avalonia/pull/13304
- Make Avalonia.Browser work on .NET 8 by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13312
- Implement IList on DataGridCollectionView. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13313
- Prevent gesture recognition when gesture is captured by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/13323
- Exclude access key markers from native menu titles on macOS. by @Steveice10 in https://github.com/AvaloniaUI/Avalonia/pull/13338
- Add tooltip support to NativeMenuItem. by @Steveice10 in https://github.com/AvaloniaUI/Avalonia/pull/13350
- Update HarfBuzzSharp by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13357
- fix(CaptionButton): theme used hardcoded Background, Foreground and BorderBrush color by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/13373
- Fix ShapedTextRun Split by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13385
- Fix some issues with focus scopes by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13409
- Dispose CecilTypeSystem in XAML compiler task by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13429
- Tooltip inherits theme from control by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/13454
- Fix TimePicker empty designator on 12 hour clock by @maprosen in https://github.com/AvaloniaUI/Avalonia/pull/13469
- Fix DateTimePicker scroll down by @maprosen in https://github.com/AvaloniaUI/Avalonia/pull/13482
- Fix dragging a slider with a tooltip by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/13489
- Fixed passing current_folder to DBus for save file dialog by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/13491
- Fix issue #11006 by correcting SelectionChanged event to be fired AFTER (not before) raising Prop. by @lnxon in https://github.com/AvaloniaUI/Avalonia/pull/13503
- Fix ImageBrush crash when source bitmap gets disposed by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/13506
- fix: Navigation when CanExecute is fasle by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/13507
- DataGrid inertial scroll support (#13502) by @stogle in https://github.com/AvaloniaUI/Avalonia/pull/13511
- Fix for issue #13493 by @laolarou726 in https://github.com/AvaloniaUI/Avalonia/pull/13518
- fix: Potential TransformGroup memory leak by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/13529
- Avoid Adreno DXGI adapter on Win-ARM devices by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13538
- Don't hide tooltip when pointer is over it. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13565
- Fix: Allow ColorPicker-Fylout to swap position if needed by @timunie in https://github.com/AvaloniaUI/Avalonia/pull/13567
- Update scaling when Position is set directly on x11 by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/13590
- current_folder added to DBus open file / folder picker by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/13596
- Win32 file picker fixes by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13625
- fix:Previewer connection fails from VSCode by @prashantvc in https://github.com/AvaloniaUI/Avalonia/pull/13630
- Properly handle overhang with RTL FlowDirection by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13631
- Deferred scrolling by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/13644
- [WIP]Fix overhang leading calculation for negative values by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/13672
- Fix blocking shutdown app with LibInput by @Seeung in https://github.com/AvaloniaUI/Avalonia/pull/13677
- Data grid handled events by @ltetak in https://github.com/AvaloniaUI/Avalonia/pull/13680
- Fix WasmExtraFilesToDeploy on non-Windows .NET 8 by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13698
- Fix Design.IsDesignMode being false in BuildAvaloniaApp method by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/13699
- Update Xamarin.AndroidX by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13708
- Ignore mouse move when left window by @ltetak in https://github.com/AvaloniaUI/Avalonia/pull/13724
- Allow users to change menu show delay by @WillisXue in https://github.com/AvaloniaUI/Avalonia/pull/13752
- Fix overlapping items in
VirtualizingStackPanelby @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13765 - Fix
nth-childstyles on virtualized lists by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13770 - Fix Animation.FillMode when cue isn't 0% or 100% by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13775
- fix: Expander header icon flip when collapsing or expanding canceled by @memorydream in https://github.com/AvaloniaUI/Avalonia/pull/13780
- release Context by @Coloryr in https://github.com/AvaloniaUI/Avalonia/pull/13788
- Fix Some Virtualizing List Update Bugs by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13795
- Added default excludes for AvaloniaXaml by @jp2masa in https://github.com/AvaloniaUI/Avalonia/pull/13809
- Update Avalonia.Browser.props by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13820
- Fix some issues with tabbing into virtualized list by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13826
v11.0.5
https://www.nuget.org/packages/Avalonia/11.0.5
What's Changed
- feat: Also allows using string instead of {x:Type} in ControlTemplate.TargetType by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/11575
- feat: Handle ClrPropertyInfo in StaticResourceExtension by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/12047
- fix DropDownButton glyph foreground color by @almightyju in https://github.com/AvaloniaUI/Avalonia/pull/12048
- Fix NotificationCard to determine the type of notification from an inherited INotification object by @Onebeld in https://github.com/AvaloniaUI/Avalonia/pull/12103
- Improve AutoCompleteBox performance by @timunie in https://github.com/AvaloniaUI/Avalonia/pull/12338
- Fix issue #12453, TextBox does not scroll at the end of line when entering CJK characters via IME by @lnxon in https://github.com/AvaloniaUI/Avalonia/pull/12454
- fix: AvaloniaVS can not resolve resource relative path in Previewer by @workgroupengineering in https://github.com/AvaloniaUI/Avalonia/pull/12473
- ToggleSwitch: fix toggle on single touch tap on the knob part by @msneijders in https://github.com/AvaloniaUI/Avalonia/pull/12520
- When calculating geometry bounds take into account parameters that affect geometry bounds by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/12606
- Allow setting a LineHeight that is smaller than the default by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12613
- Fix TextTrimming in combination with TextWrapping by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12614
- Fix for TextBlock.TextDecorations not inheriting down to inlines. by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12624
- Fix changing
ItemsControl.ItemContainerThemeby @grokys in https://github.com/AvaloniaUI/Avalonia/pull/12630 - Update Rotate3DTransition.cs to fix flickering on backwards navigation by @yankun in https://github.com/AvaloniaUI/Avalonia/pull/12631
- Fix for AccessText underlines being very blurry by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12634
- Revert Inline breaking change by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12638
- csproj cleanup by @SimonCropp in https://github.com/AvaloniaUI/Avalonia/pull/12657
- Call CaptureLost on gestures when pointer loses capture by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/12666
- Fix Inlines TextTrimming with embedded controls by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12695
- Fix OnOpenGlInit getting called twice by @wannkunstbeikor in https://github.com/AvaloniaUI/Avalonia/pull/12713
- Updated Transition to use direct properties via use of new TransitionBase class by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12716
- Fix popups in Windows being offset incorrectly by a workaround for another issue by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12725
- Fix the scrollbar attaching to wrong scrollviewer, like scrollviewer . by @liwuqingxin in https://github.com/AvaloniaUI/Avalonia/pull/12732
- Introduce DrawingContext Push/PopRenderOptions by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12734
- Added Avalonia.ForTestingOnly to InternalsVisibleTo list by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/12750
- Fix property analyzer exception with object initializers in cctors by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12754
- Fix previewer security issue by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12757
- Ensure GlyphRunImpl has consistent bounds by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12765
- [Mac] Fixes raw keyDown/textInput handling by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12774
- Fix interpolator being called after last animation iteration by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12781
- fix: DataGrid scroll should behave the same as ScrollViewer by @timunie in https://github.com/AvaloniaUI/Avalonia/pull/12787
- Restore PathIcon Foreground setter in Fluent theme by @wieslawsoltes in https://github.com/AvaloniaUI/Avalonia/pull/12789
- creating only one gtk thread by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/12830
- fixed restarting renderer when window is minimized and restored progr. by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/12832
- Fixed blinking caret in case TextPresenter detached and attached again by @HermanKirshin in https://github.com/AvaloniaUI/Avalonia/pull/12846
- macOS: Disallow entering fullscreen when showing window. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/12865
- macOS: Don't clear clipboard in SetText. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/12866
- Fixes font family definitions that mix embedded and system fonts by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12871
- Fix DataGrid' SelectedItems removing wrong item when DataGrid is grou. by @liwuqingxin in https://github.com/AvaloniaUI/Avalonia/pull/12875
- Fix focus loss issue with AutocompleteBox by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/12883
- MacOS file type filter in native file dialog by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/12899
- Change iOS initialization order by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/12915
- Detect recursion and check for cancellation in analyser
whileloops by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/12916 - Trimmable runtime xaml loader by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/12937
- [X11] Don't convert the current time from long to int by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/12941
- [Windows] [IME] Prevent duplicate input for some IMEs by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12942
- Fix - TextPresenter ignores FontStretch property by @VladimirDrobyshev in https://github.com/AvaloniaUI/Avalonia/pull/12947
- Add support for setting tooltip text for TrayIcons on MacOS by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12948
- Fix VirtualizingStackPanel and nth-child for the currently realizing item container by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12957
- FluentTheme: settable ListBoxItem.FontWeight/FontSize by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12958
- Added guards for compositor reentrancy and exposed batch lifetime events by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/12968
- [Browser] [IME] Fix event handling by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12970
- Fix HeadlessUnitTestSession creation race condition by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12979
- Fix FontManager crash by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/12982
- Fix XAML name generator with non-Avalonia XAML files by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13001
- Fix unit tests culture by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13016
- Fix ItemsControl logical child removal by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13019
- In
Avalonia.Controls, modernizedgetter/setter syntax by @Lehonti in https://github.com/AvaloniaUI/Avalonia/pull/13021 - Fix initial logical scrollable state by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13066
- Fix offset expression animation by @Meloman19 in https://github.com/AvaloniaUI/Avalonia/pull/13071
- Add "EGL_ANGLE_flexible_surface_compatibility" ext check by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13080
- Fix CalendarDatePicker two way binding syntax. by @rabbitism in https://github.com/AvaloniaUI/Avalonia/pull/13083
- fix: TemplateBinding clone should carry original Mode. by @rabbitism in https://github.com/AvaloniaUI/Avalonia/pull/13087
- Fix popup tests randomly failing after logical scrollable tests by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/13098
- [nuke] Use a regex to detect a release branch. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/13106
- Update SkiaSharp to 2.88.6 to fix a critical security vulnerability by @spofdamon in https://github.com/AvaloniaUI/Avalonia/pull/13109
- fix parsing the baseline version for api diff. by @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/13156
- Fix AccessKeyHandler matching on elements that are not effectively enabled. by @boydpatterson in https://github.com/AvaloniaUI/Avalonia/pull/13185
- Try to fix api validator by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/13213
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.4...11.0.5
v11.0.4
Just some bug fixes! Stability++
https://www.nuget.org/packages/Avalonia/11.0.4
What's Changed
- [TransitioningContentControl] Manage his LogicalChildren by @danielmayost in https://github.com/AvaloniaUI/Avalonia/pull/12173
- Set PreserveSig to true for OleGetClipboard by @EgorRudakov2 in https://github.com/AvaloniaUI/Avalonia/pull/12553
- Fixed memory leaks in ContextMenu.cs by @adirh3 in https://github.com/AvaloniaUI/Avalonia/pull/12526
- Fix DataGridHeader style by @Flithor in https://github.com/AvaloniaUI/Avalonia/pull/12544
- remove legacy nuget feed no longer reachable. by @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/12563
- fix macos keydown and textinput events being raised in the wrong order. by @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/12560
- Fix for Track not arranging after IsDirectionReversed property changed. by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12575
- Enhanced Clipping and Rendered Visuals Tracking in ServerCompositionVisual by @stepangovorko in https://github.com/AvaloniaUI/Avalonia/pull/12568
- Fix UI thread main loop cancellation from another thread on macOS by @de1acr0ix in https://github.com/AvaloniaUI/Avalonia/pull/12579
- Introduce RenderOptions.RequiresFullOpacityHandling by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/12572
- Updated ToggleSplitButton.IsChecked to bind TwoWay by default, same as ToggleButton. by @billhenn in https://github.com/AvaloniaUI/Avalonia/pull/12584
- Fixes TextBox measure logic for MaxLines scenario by [@billhen
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.