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