Skip to content

v2.0

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 15 Jul 00:03
· 19 commits to master since this release

Version 2.0 is ready!

What's new:

  • Updated for Avalonia v11.0.0
  • Changed license to MIT
  • Removed AppSettings. Design was clumsy, and when it's actually needed, it doesn't work well with the modular design.
  • AllowConcurrentDialogs option has been moved to the DialogManager
  • Other options (in WPF) have been moved to the DialogFactory
  • Avalonia.MessageBox: added an option to display message boxes as windows or popups. Option is available when configuring the DialogFactory: new DialogFactory().AddMessageBox(MessageBoxMode.Popup)