| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 12.0.5 source code.tar.gz | 2026-06-23 | 50.7 MB | |
| 12.0.5 source code.zip | 2026-06-23 | 53.4 MB | |
| README.md | 2026-06-23 | 6.0 kB | |
| Totals: 3 Items | 104.1 MB | 0 | |
What's Changed
Enhancements
- Core – Implement Unicode word segmentation and update to Unicode v17 by @JimBobSquarePants in https://github.com/AvaloniaUI/Avalonia/pull/21361
- Core – Unicode and text layout optimizations by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/21400
- Core – Expose
Calendarday button selection state to automation by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21540 - Core – Expose menu item toggle state to automation by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21541
- Core – Support Value pattern on editable
ComboBoxautomation peer by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21545 - XAML – Enhance Roslyn-compiler visible metadata by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/21546
- Windows – Fall back to pixel location when
GetPointerDeviceRectsis unavailable by @Symbai in https://github.com/AvaloniaUI/Avalonia/pull/21337 - macOS – Add AX
BringIntoView/AXScrollArearole by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21457 - macOS – Synchronize Metal drawable presentation by @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/21588
- macOS – Expose
ScrollViewerscroll bars to accessibility by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21596 - macOS – Report read-only value state to accessibility by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21597
- macOS – Expose tree item selection to accessibility by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21598
- X11 – Expose placeholder text as the AT-SPI placeholder-text attribute by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21554
- Android – Add support for hover events on android by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21551
- Headless – Add sleep timer option by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/21423
Fixes
- Core – Fix culture aware font matching by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/21435
- Core – Fix
TextCollapsingPropertiesbidirectional-text (BiDi) correctness by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/21446 - Core – Fix
NotificationCardpseudo class state whenNotificationTypechanges by @zrt2399 in https://github.com/AvaloniaUI/Avalonia/pull/21490 - Core – Apply placeholder opacity to combobox placeholder textblock by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21493
- Core – Fix radio button disabled fill and stroke brushes by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21495
- Core – Listen to layout changes for ancestor visuals in text selection canvas by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21536
- Core – Fix caption button background in dark mode by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21555
- Core – Fix system font caching when retrieved with a different name by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21557
- Core – Fix
StackOverflowwhen aNaNoffset is set onScrollViewerby @NicholasLachapelle in https://github.com/AvaloniaUI/Avalonia/pull/21558 - Core – Avoid read-only editing side effects in
TextBoxkeyboard handlers by @zrt2399 in https://github.com/AvaloniaUI/Avalonia/pull/21587 - Core – Fix
TimePickerselection style by @shine1258 in https://github.com/AvaloniaUI/Avalonia/pull/21626 - Core – Suppress culture flowing with
ExecutionContextcaptured byDispatcherOperationby @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/21627 - XAML – Fix some AOT warnings by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/21616
- XAML – Fix typo in key assignment for reference assembly by @collindang88 in https://github.com/AvaloniaUI/Avalonia/pull/21474
- Windows – Fix window animations in extended mode by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21498
- Windows – Fix
WinUiCompositorConnectiondeadlock by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21591 - macOS – Map
ListItemaccessibility peer toAXRowby @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21537 - macOS – Fix
AXLayoutChangednotifications dropped for template-internal peers by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21595 - macOS – Fix accessibility read-only, selection, and expand/collapse actions by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21599
- macOS – Handle
replacementRangeinAvnViewby @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21608 - X11 – Fix
BorderOnlywindow resizing by @ruddypp in https://github.com/AvaloniaUI/Avalonia/pull/21579 - X11 – Fix
ClipboardUriListHelpernot flushing by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21589 - X11 – AT-SPI:
SelectChildshould add to the selection instead of replacing it by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21602 - X11 – AT-SPI: Expose list item containers as accessible children by @jmacato in https://github.com/AvaloniaUI/Avalonia/pull/21605
- X11 – Fix invisible window when un-minimizing by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21614
- Android – Fix
AndroidStorage.TryGetFile/FolderFromPathAsyncreturning null or throwing by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/21628 - Browser – Fix file picker crashing while listing entries of folders by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21449
- Browser – Ensure sync context is set before running dispatcher messages by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21462
- Browser – Fix Firefox drag-and-drop: handle
effectAllowed=uninitializedby @Der-Floh in https://github.com/AvaloniaUI/Avalonia/pull/21486 - Browser – Check permissions before reading or writing to clipboard by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/21573
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/12.0.4...12.0.5