Skip to content

Releases: AvaloniaUI/Avalonia

11.0.0 Preview 4

11 Nov 11:29
Compare
Choose a tag to compare
11.0.0 Preview 4 Pre-release
Pre-release
11.0.0-preview4

bump version

11.0.0-preview3

27 Oct 21:28
Compare
Choose a tag to compare
11.0.0-preview3 Pre-release
Pre-release

11.0.0-preview2...11.0.0-preview3

  • stable browser-wasm target.
  • stable ios / android

11.0.0 Preview 2

08 Oct 13:10
Compare
Choose a tag to compare
11.0.0 Preview 2 Pre-release
Pre-release
  • Stable android and iOS. text input
  • Stable wasm-browser support via dotnet 7 rc1+
  • much much more

release/11.0.0-preview1...release/11.0.0-preview2

11.0.0 Preview1

19 Aug 15:08
Compare
Choose a tag to compare

0.10.18

15 Aug 15:06
Compare
Choose a tag to compare

https://www.nuget.org/packages/Avalonia/0.10.18

Diff of all changes:
release/0.10.17...release/0.10.18

  • Fix crash loading some images from stream.
  • Fix reopening hidden windows on macos when parent window is clicked.
  • Win32 minimize and restore window size is kept consistent.
  • Fix window CanResize issue with ExtendClientAreaToDecorations.

0.10.17

20 Jul 16:12
Compare
Choose a tag to compare

https://www.nuget.org/packages/Avalonia/0.10.17

Full changelog: release/0.10.16...release/0.10.17

Bugfixes

#8483 [macOS] Fix initial window size on osx.
#8494 [macOS] Fixes red window contents on startup.
#8478 #8544 #8547 [Windows] Fix various issues with TrayIcon on Windows.
#8492 Fix edge case causing crash modifying classes property.
#8482 Window positioning edge case in extreme scenario fix.

Misc

#8518 [Windows] Backport native control host handle validation

0.10.16

08 Jul 09:21
Compare
Choose a tag to compare

Full changelog: 0.10.15...0.10.16

Bugfixes

#8415 [macOS] Backport macOS windowing fixes.
#8440 [macOS] [OSX] popups shouldnt have shadow
#8245 Use own Pen (if set) in GeometryDrawing.GetBounds
#8291 Fix FluentTheme density style
#8305 Fixes/reduce excessive layout passes
#8315 Make GridSplitter scaling aware.
#8373 Correctly clear PriorityValue local value
#8383 Fix 12PM bug in TimePickerPresenter
#8391 Fix DirectBindingSubscription NRE
#8409 Don't promote layout property values to local values in DevTools.
#8420 Fix leak in the InternalSelectionModel
#8427 Fix crash in deferred renderer when reparenting a control.
#8442 Fix empty batch nested updates.
#8456 make splitview not culture sensitive.

Misc

#8270 [Linux] [X11] Improve _NET_WM_SYNC_REQUEST handling
#8431 Remove perf-expensive DottedLineFocusAdorner style
#8433 Improve performance of style class selector subscriptions

0.10.15

03 Jun 21:11
Compare
Choose a tag to compare

Full changelog: 0.10.14...0.10.15

New features/APIs

#8083 Expose CurrentOpacity on ISkiaDrawingContextImpl.
#8119 Added support for IReflectableType in InpcPropertyAccessorPlugin

Bugfixes

#8154 [macOS] Multiple windowing platform fixes on OSX
#8187 [macOS] Fix file dialog filter nullable annotation, and osx platform.
#8258 [macOS] Fix call to virtual method from ctor.
#8268 [Linux] Added support for the basic version of _NET_WM_SYNC_REQUEST protocol
#8095 Respect Window MaxWidth and MaxHeight when using any SizeToContent to Auto
#8106 Make ThreadSafeObjectPool actually thread safe
#8114 #8126 #8141 Fix property and events registrations
#8172 Fix Menu selection to match UWP
#8115 Fix missing NotifyCountChanged in AvaloniaList.AddRange
#8236 Fix FlyoutBase/ContextMenu memory leak
#8252 Check if BindingValue actually has a value before logging an error
#8253 Stop listening for IsCancel on button detached

Misc

#8233 Upgraded SkiaSharp packages

0.10.14

09 May 12:33
Compare
Choose a tag to compare

Full changelog: 0.10.13...0.10.14

New features/APIs

#7165 Add more platform specific screen from Window/Rect/Point methods.
#7854 + #7911 Implement TemplatePartAttribute from WPF

Bugfixes

#7774 [Linux] Fix pinvoke signature for smc and ice error handlers for 32 bit
#7775 [Windows] Fix dwm opaque backdrop
#7787 + #7788 [Windows] Make mica fallback to acrylic on compatible windows 10
#7937 [Osx] Reset maximised state when window is dragged.
#8035 [Osx] Fixes/nullable avalonia native
#7832 Measure overlay layer children to constraint.
#7834 + #7964 Fix using touch for date/time pickers.
#7930 Relax Typface resolution
#7954 Fix NativeMenuBar exception.

0.10.13

02 Mar 20:04
Compare
Choose a tag to compare

Full changelog: 0.10.12...0.10.13

New features/APIs

#7622 Exposing Window.ChildWindows collection
#7449 Add DensityStyle property in Fluent Theme provider
#7611 Add TransitioningContentControl (previously existed in Avalonia.ReactiveUI namespace).
#7581 Introduced RawPointerPoint for usage with IntermediatePoints
#7605 Add Skia Helper Methods to allow applying Skia Filter Effects (Blur, DropShadow, Lighting) to DC content

Dev-Tools

#7440 Ensure Control Inspection in Diagnostics tool window is triggered on Key Down
#7576 DevTools: Enable inspection for Button.Flyout

Bugfixes

#7537 [Windows] Minimization bugfix on Windows
#7551 [Windows] Fix COM issue in Cursor
#7775 [Windows] Fix dwm opaque backdrop
#7730 [Windows] Fall back from CenterOwner to CenterScreen when owner window is minimized.
#7787 #7788 [Windows] Make mica fallback to acrylic on compatible windows 10
#7548 [Linux] fix 32 bit raspberry pi session manager seg fault
#7736 [Osx] Allow setting the window title to null.
#7455 Fix Monitor.Enter in finally
#7528 Reset fb and depth buffer Ids once they are deleted
#7534 Fix AOT incompatible code
#7634 Fix Date/Time picker popups
#7658 Fix brush opacity animation
#7660 Add missing call to base class in ReactiveUserControl.OnDataContextChanged
#7723 Fix expander header stretching

Misc

#7569 [Windows] Avoid using COM exceptions for dialog control flow.
#7520 Shift + PointerWheel should scroll horizontally
#7645 Change default binding mode of SelectedDateProperty to TwoWay