Skip to content

Releases: AvaloniaUI/Avalonia

12.0.1

13 Apr 18:50
fe2741d

Choose a tag to compare

What's Changed

Security

Enhancements

Fixes

Full Changelog: 12.0.0...12.0.1

11.3.14

13 Apr 18:45

Choose a tag to compare

What's Changed

Security

  • Linux – Bump Tmds.DBus.Protocol to 0.21.3 by @kekekeks

Full Changelog: 11.3.13...11.3.14

12.0.0

07 Apr 12:53
220dea3

Choose a tag to compare

General

Read our release blog post for more information about Avalonia 12!

Useful links:

What's Changed

Changes since 12.0.0-rc2

Full Changelog since 12.0.0-rc2: 12.0.0-rc2...12.0.0

Changes since 11.3.13

Read more

12.0.0-rc2

31 Mar 20:34
989c36e

Choose a tag to compare

12.0.0-rc2 Pre-release
Pre-release

What's Changed

This is the raw list of changes between 12.0.0-rc1 and 12.0.0-rc2:

Full Changelog: 12.0.0-rc1...12.0.0-rc2

11.3.13

28 Mar 10:19
2825c06

Choose a tag to compare

What's Changed

Enhancements

Fixes

  • Core – Use SetCurrentValue for all IMenuItem properties by @TomEdwardsEnscape in #20682
  • Core – Fix TransformTrackingHelper tracking by @kekekeks in #20692
  • Core – Fix for ghost items in virtualized ItemsControls by @timunie in #20700
  • Core – Fix menu memory leak by @MrJul in #20753
  • Core – Fix for remaining ghost items in VirtualizationStackPanel by @timunie in #20784
  • Core – Fix CalendarDatePicker becoming unusable when closed programmatically by @Evan260 in #20756
  • Core – Fix TextBox validation error persisting when reverting to same valid value by @Evan260 in #20780
  • Core – Fix NativeControlHost not accounting for visual transforms in size calculation by @mfkl in #20785
  • Core – Fix pixel rounding in NativeControlHost by @mfkl in #20786
  • Core – Fix VirtualizingStackPanel when viewport shrinks and grows again by @gentledepp in #20870
  • Core – Do not resolve markup extensions when resolving selector types by @dme-compunet in #20903
  • Core – Fix ComboBox not displaying Text property validation by @ptasev in #20978
  • Windows – Add WinForms message filter for Avalonia windows by @MrJul in #20814
  • macOS – Fix wrong accessibility roles for List, ListItem, and StatusBar by @codecat in #20681
  • macOS – Fix file dialogs in embedded views by @MrJul in #20719
  • X11 – Fix values of known atoms by @MrJul in #20894
  • X11 – Fix clipboard bitmap transferred with INCR by @MrJul in #20895
  • Android – Fix TargetException in ToggleNodeInfoProvider by @SunnyDesignor in #20686
  • Android – Fix unexpected crashes during accessibility actions by @SunnyDesignor in #20687
  • Android - only handle back event from source toplevel by @emmauss in #20694
  • Android – Fix creation of files/folders in a subfolder, as well as its deletion by @Paulsams in #20750
  • iOS – Don't throw on unexpected input by @kerams in #20728

Full Changelog: 11.3.12...11.3.13

12.0.0-rc1

19 Mar 16:47
3111696

Choose a tag to compare

12.0.0-rc1 Pre-release
Pre-release

What's Changed

This is the raw list of changes between 12.0.0-preview2 and 12.0.0-rc1:

Full Changelog: 12.0.0-preview2...12.0.0-rc1

Discussion

12.0.0-preview2

05 Mar 23:05
649891b

Choose a tag to compare

12.0.0-preview2 Pre-release
Pre-release

What's Changed

This is the raw list of changes between 12.0.0-preview1 and 12.0.0-preview2:

  • Make TextBox.PlaceholderText accessible by @kirb in #20714
  • [macOS] Add NativeDock.Menu API for adding menu items to macOS dock icon by @drasticactions in #20634
  • [v12] Android - Remove redundant appbuilder methods in android, use AvaloniaActivity in toplevel classes by @emmauss in #20715
  • Introduce PresentationSource, move some responsibilities from TopLevel by @kekekeks in #20624
  • Add boundary check to HarfBuzzTextShaper by @rabbitism in #20716
  • Update BclLauncher.cs to use ArgumentList property by @tompnub in #19713
  • Fixed incorrect opacity stack handling by @kekekeks in #20730
  • macOS: Fix file dialogs in embedded views by @MrJul in #20719
  • Onboard onto Central Package Management by @dfederm in #20704
  • Add tooltips for settings in control catalog by @TeaDrivenDev in #20731
  • Handle GlyphTypeface creation exceptions by @MrJul in #20739
  • Handle font cmap format 13 by @MrJul in #20740
  • More changes for non-toplevel visual tree roots. by @kekekeks in #20732
  • Remove unused internal classes, methods, and comparers by @Evan260 in #20746
  • Fix menu memory leak by @MrJul in #20753
  • Implement AT-SPI2 Accessibility Backend by @jmacato in #20735
  • Support ExperimentalAttribute in XAML by @MrJul in #20765
  • Fix Toplevel not losing focus with native implementation deactivates. by @emmauss in #20768
  • Fix for GhostItems in virtualized ItemsControls like ListBox by @timunie in #20700
  • Fixed creation of files/folders in a subfolder, as well as its deletion on Android by @Paulsams in #20750
  • Fix CalendarDatePicker becoming unusable when closed programmatically by @Evan260 in #20756
  • Make RemoteServer/RemoteWidget internal by @MrJul in #20767
  • Use a default DesignEmHeight if the font doesn't have one by @MrJul in #20764
  • Make a few more things internal by @MrJul in #20772
  • iOS: fix universal link activation with scenes by @MrJul in #20752
  • Fix TopLevelHost mirroring RTL content by @MrJul in #20754
  • Add AppBuilder.UseTextShapingSubsystem by @MrJul in #20761
  • Create DiagnosticTextRenderer lazily by @MrJul in #20766
  • Fix font Weight/Stretch matching by @MrJul in #20773
  • Fix missing root automation peer in x11/atspi by @jmacato in #20775
  • Don't call FormattingObjectPool.VerifyAllReturned by @MrJul in #20774
  • CompiledBinding.Create must be AOT-compatible, even by using reflection by @maxkatz6 in #20776
  • Don't throw on unexpected iOS input by @kerams in #20728
  • Introduce Dispatcher.CurrentDispatcher, Dispatcher.FromThread, AvaloniaObject.Dispatcher by @kekekeks in #18686
  • Fix NativeControlHost not accounting for visual transforms in size calculation by @mfkl in #20785
  • Move Gesture events to InputElement by @emmauss in #20789
  • Themeable Client Window Decorations by @kekekeks in #20770
  • Include Avalonia.IntegrationTests.Win32 into desktop slnf by @kekekeks in #20797
  • Fix for remaining Ghost-Item in VirtualizationStackPanel by @timunie in #20784
  • Fix TextBox validation error persisting when reverting to same valid value by @Evan260 in #20780
  • Rename SystemDecorations to WindowDecorations since they aren't necessary "system". by @kekekeks in #20796
  • Add PopupOverlayLayer by @MrJul in #20751
  • Explicitly truncate when opening a stream for writing by @Frederisk in #20804
  • Add gesture CLR events to InputElement by @MrJul in #20806
  • Update SkiaSharp to 3.119.3-preview.1.1 by @MrJul in #20809
  • Bump Tmds.DBus.Protocol to version 0.90.3 by @jmacato in #20810
  • [iOS] Truncate file in IOSStorageFile.OpenWrite by @MrJul in #20807
  • Render target/surface housekeeping by @kekekeks in #20811
  • [Feature] Page-based navigation system by @jsuarezruiz in #20794
  • X11IconLoader needs to scale the icon into our hardcoded size by @kekekeks in #20817

Full Changelog: 12.0.0-preview1...12.0.0-preview2

12.0.0-preview1

17 Feb 22:02
dfe8681

Choose a tag to compare

12.0.0-preview1 Pre-release
Pre-release

What's Changed

This is the raw list of changes between 11.3.12 and 12.0.0-preview1:

Read more

11.3.12

12 Feb 16:03
37fbd96

Choose a tag to compare

What's Changed

Enhancements

  • Core – Add AXAML Source Information to debug builds by @mrlacey in #20524
  • Core – Improve the error message for invalid surface size by @MrJul in #20591
  • Core – Improve capture source change notification by @miloush in #20656
  • Controls – Add LandmarkType automation property by @codecat in #20134
  • Controls – Add LiveSetting automation property by @codecat in #20473
  • Controls – Add automation peer for Expander control by @codecat in #20475
  • Controls – Add property changed event for IToggleProvider by @codecat in #20486
  • Controls – Add FindAncestorOfType and FindDescendantOfType with predicates by @miloush in #20661
  • Controls – Add ItemStatus and ItemType automation properties by @miloush in #20669
  • Windows – Add thread name in DxgiConnection by @lindexi in #20505
  • Windows – Reduce the number of WrapDirect3D11Texture calls by @lindexi in #20517

Fixes

  • Core – Reset cached transform on PopEffect by @MrJul in #20474
  • Core – Use epsilon-aware greater than in TextLine and TextFormatter by @kerams in #20650
  • Controls – Fix DatePicker to respect custom Width property by @Evan260 in #20487
  • Controls – Disable scroll chaining for ScrollViewers in popup by @rabbitism in #20503
  • Controls – Fix TimePicker to respect custom Width property by @Evan260 in #20507
  • Controls – Fix ScrollBar collapsing during active thumb drag by @dme-compunet in #20563
  • Controls – Do not inherit TextDecorations in popup by @MrJul in #20472
  • Controls – Fix broken accessibility properties in ScrollBar control by @codecat in #20483
  • Controls – Fix title bar appearing in content element accessibility tree by @codecat in #20485
  • Android – Raise IAvaloniaActivity.Activated on new intent by @daniel-lerch in #20564
  • Windows – Fix clipboard not returning bitmaps in some cases by @MrJul in #20506
  • Windows – Fix DxgiRenderTimerLoop throwing an exception when accessing a Screen instance @lindexi in #20511
  • Windows – Fix clipboard bitmap pixel shift by @MrJul in #20654
  • X11 – Fix clipboard manager store completion by @MrJul in #20514
  • macOS – Release implicit mouse capture on focus lost by @MrJul in #20574
  • macOS – Ensure render target is at least 1x1 by @MrJul in #20610

Full Changelog: 11.3.11...11.3.12

11.3.11

13 Jan 13:37
872c653

Choose a tag to compare

What's Changed

Enhancements

  • Core – Add support for parsing BoxShadows with color functions by @gehongyan in #20321
  • X11 – Set XkbSetDetectableAutoRepeat to true by @flabbet in #20360

Fixes

  • Core – Fix thread-race condition in Dispatcher on shutdown by @11v1 in #20299
  • Core – Fix NullReferenceException in TextShaperImpl.ShapeText on netstandard2.0 by @adams85 in #20369
  • Core – Add null reference check for animation keyframes by @drasticactions in #20422
  • Core – Fix accessibility with screen reader on TextBlock with inlines by @codecat in #20438
  • Core – Fix BindingExpression.LeafNode throwing when nodes list is empty by @grokys in #20442
  • Documentation – Update HelpLink for XAML namespace resolution by @maxkatz6 in #20371
  • iOS – Fix TextInputResponder by @kerams in #19310
  • Android – Call default back callbacks when not handled by @emmauss in #20452
  • Windows – Remove obsolete clipboard format CF_TEXT. by @yu-kopylov in #20389
  • Headless – Fix InvalidOperationException Dispatcher job loop detected by @wieslawsoltes in #20310

Full Changelog: 11.3.10...11.3.11