Skip to content

Releases: FantasticFiasco/mvvm-dialogs

Release 5.2.1

30 Oct 19:49
Compare
Choose a tag to compare

💉 Fixed

  • #49 - FilterIndex wasn't updated on closed Open/Save File dialog

Release 5.2.0

11 Oct 20:14
Compare
Choose a tag to compare

⚡ Added

  • Overload ShowMessageBox(INotifyPropertyChanged, MessageBoxSettings) to IDialogService

Release 5.1.0

18 Dec 19:26
Compare
Choose a tag to compare

⚡ Added

Release 5.0.0

12 Dec 21:05
Compare
Choose a tag to compare

⚡ Added

  • Support for customizing the following Windows dialogs (contribution by @pdinnissen):
    • Message box
    • Open file dialog
    • Save file dialog
    • Folder browser dialog

💀 Removed

  • Reduce the constructors overloads in DialogService into:
    • ctor() - Default constructor that takes no arguments
    • ctor(IDialogFactory?, IDialogTypeLocator?, IFrameworkDialogFactory?) - Constructor that allows full customization

Release 4.0.10

20 Apr 21:13
Compare
Choose a tag to compare

💫 Changed

  • Improve exception message when dialog type locator fails

Release 4.0.0

27 Nov 22:07
Compare
Choose a tag to compare

⚡ Added

  • #14 - Support for showing custom WPF dialogs by implementing IWindow
  • Support for showing custom UWP content dialogs by implementing IContentDialog

Release 3.0.0

21 Sep 18:10
Compare
Choose a tag to compare

💫 Changed

  • Updated the constructors of DialogService, making the class more friendly to IoC containers

Release 2.0.1

25 May 20:58
Compare
Choose a tag to compare

⚡ Added

  • Support for Universal Windows Platform (UWP), thus fixing Issue #8
  • Add ViewNotRegisteredException that is thrown by IDialogService when view is unregistered

Release 1.2.16

13 Jan 07:05
Compare
Choose a tag to compare

💉 Fixed

  • Fixed Issue 2 where execption was thrown when unregistering a view.

Release 1.2.0

14 Dec 11:50
Compare
Choose a tag to compare

⚡ Added

  • Support for exposing logs using class MvvmDialogs.Logging.Logger