Bug fixes only this time folks!
https://www.nuget.org/packages/Avalonia/11.0.1
What's Changed
- Fix datagrid not updating when not attached to tree by @almightyju in #12009
- Fix AutoCompleteBox not opening when the text box is empty by @AtomCrafty in #12057
- Add event trigger time in DevTools. #11338 by @yll690 in #12036
- Use CancellationToken in AvaloniaNameGenerator by @jankrib in #12043
- Country or Region by @afunc233 in #12070
- Fix EGL OpenGLControlBase on Win32 by @maxkatz6 in #12056
- Drop original internal XAML resources after merge by @MrJul in #12074
- Api validation tool by @maxkatz6 in #12072
- Setting child of TestRoot once by @YohDeadfall in #12094
- Add suppression for removed generated NamespaceInfo types by @MrJul in #12136
- Changed null checks to make use of nameof() by @Lehonti in #12150
- Removed redundant Source check by @YohDeadfall in #12035
- Fix composition render resources invalidation by @MrJul in #12146
- Rename ImportCompeted into ImportCompleted by @jgcodes2020 in #12117
- fix textbox crash double clicking last empty line 12161 by @startewho in #12171
- remove duplicates in InternalsVisibleTo by @viordash in #12200
- fix combobox inside popup 11954 by @startewho in #12186
- Fix SelectedValueBinding with items defined in XAML by @grokys in #12193
- Added support for Mica Light & Dark based on Win11 by @adirh3 in #12196
- Allow to run previewer from command line via MSBuild target by @kekekeks in #12206
- Fix typo in GetColorValues by @Sorien in #12215
- X11 mate clipboard by @viordash in #12002
- added clear function to combobox by @lhsrebel72 in #12217
- Generate external symbol packages by @MrJul in #12216
- Remove unnecessary cast from RootAutomationNode. by @grokys in #12222
- Modernizing syntax by @Lehonti in #12226
- Special handling for macos dispatcher quirks by @kekekeks in #12230
- Rework TextLine.GetNext/PreviousCharacterHit by @Gillibald in #12239
- Make dispatcher more usable on non-ui threads by @kekekeks in #12240
- macOS native: fix destructors accessing freed .NET objects by @MrJul in #12248
- Fix window incorrect positioning with window startup location CenterScreen by @Takoooooo in #12093
- Update Rotate3DTransition.cs to fix flickering by @yankun in #12254
- Handle ScrollContentPresenter extent rounding errors by @MrJul in #12256
- Support non-generic
AvaloniaProperty
inGetObservable(converter)
by @tomenscape in #12160 - Android - Text Input fixes by @emmauss in #12270
- feat(DataGrid): Allow binding DataGridColumn Witdh by @workgroupengineering in #12088
- Fix TextLine.GetCharacterHitFromDistance for mixed buffers by @Gillibald in #12318
- Fix creating fields for attached properties called name. closes #12283 by @Mrxx99 in #12294
- Fix windows with BorderOnly decoration being unresizable by @emmauss in #12257
- Fix segfault on Linux when typing in a TexBox by @iq2luc in #12313
- Adjust GetCharacterHitFromDistance to match what WPF expects by @Gillibald in #12322
New Contributors
- @yll690 made their first contribution in #12036
- @afunc233 made their first contribution in #12070
- @Lehonti made their first contribution in #12150
- @jgcodes2020 made their first contribution in #12117
- @lhsrebel72 made their first contribution in #12217
- @Mrxx99 made their first contribution in #12294
- @iq2luc made their first contribution in #12313
Full Changelog: 11.0.0...11.0.1