Releases: FantasticFiasco/mvvm-dialogs
Releases · FantasticFiasco/mvvm-dialogs
Release 5.2.1
💉 Fixed
- #49 -
FilterIndex
wasn't updated on closed Open/Save File dialog
Release 5.2.0
⚡ Added
- Overload
ShowMessageBox(INotifyPropertyChanged, MessageBoxSettings)
toIDialogService
Release 5.1.0
⚡ Added
- Extended support for MVVM Dialogs Contrib
Release 5.0.0
⚡ 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 argumentsctor(IDialogFactory?, IDialogTypeLocator?, IFrameworkDialogFactory?)
- Constructor that allows full customization
Release 4.0.10
💫 Changed
- Improve exception message when dialog type locator fails
Release 4.0.0
⚡ 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
💫 Changed
- Updated the constructors of
DialogService
, making the class more friendly to IoC containers
Release 2.0.1
⚡ Added
- Support for Universal Windows Platform (UWP), thus fixing Issue #8
- Add
ViewNotRegisteredException
that is thrown byIDialogService
when view is unregistered
Release 1.2.16
💉 Fixed
- Fixed Issue 2 where execption was thrown when unregistering a view.
Release 1.2.0
⚡ Added
- Support for exposing logs using class
MvvmDialogs.Logging.Logger