Releases: AvaloniaUtils/DialogHost.Avalonia
Releases · AvaloniaUtils/DialogHost.Avalonia
v0.5.0
- #7 Fix focus is drawn with some unwanted offset
- #7 Make focus should be restricted to the Popup
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Add DisableOpeningAnimation property
- Rename InternalIsShown to IsActuallyOpen
v0.3.1
- #4 Fix unable to open multiple dialogs one by one
v0.3.0
- Add shadow for default DialogHost popup style
- Add controllable CornerRadius via DialogHostStyle.CornerRadius attached property
v0.2.2
- Add position recalculating after resizing window when DialogHost closed
- Fix positioning in ViewBox
- Simplify position calculations
v0.2.1
- Make default popup background color and overlay background color match current avalonia theme
v0.2.0
- Add
PopupTemplate
property
- Fix
DialogMargin
- Some minor changes in
DialogHost
style