All Versions
29
Latest Version
Avg Release Cycle
86 days
Latest Release
1485 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.3.0 Changes
April 29, 2019๐ฑ โก Added
- ๐ Support for activating non-modal dialogs using
IDialogService.Activate
- ๐ Support for activating non-modal dialogs using
-
v5.2.2 Changes
March 13, 2019๐ :syringe: Fixed
- ๐ป
Logger.Writer
does not throw exception when being set tonull
(contributed by @MathewSachin)
- ๐ป
-
v5.2.1 Changes
October 30, 2018 -
v5.2.0 Changes
October 11, 2018:zap: Added
- ๐ Overload
ShowMessageBox(INotifyPropertyChanged, MessageBoxSettings)
toIDialogService
- ๐ Overload
-
v5.1.0 Changes
December 18, 2017:zap: Added
- ๐ Extended support for MVVM Dialogs Contrib
-
v5.0.0 Changes
December 12, 2017:zap: Added
- ๐ #30 Support for customizing the following Windows dialogs (contributed by @pdinnissen):
- Message box
- Open file dialog
- Save file dialog
- Folder browser dialog
๐ :skull: Removed
- ๐ [BREAKING CHANGE] Reduce the constructors overloads in
DialogService
into:ctor()
- Default constructor that takes no argumentsctor(IDialogFactory?, IDialogTypeLocator?, IFrameworkDialogFactory?)
- Constructor that allows full customization
- ๐ #30 Support for customizing the following Windows dialogs (contributed by @pdinnissen):
-
v4.1.1 Changes
September 07, 2017:zap: Added
- Option to set filter index when opening or saving a file (contributed by @gigios)
-
v4.0.10 Changes
April 20, 2017:dizzy: Changed
- ๐ Improve exception message when dialog type locator fails
-
v4.0.0 Changes
November 27, 2016:zap: Added
- ๐ #14 [BREAKING CHANGE] Support for showing custom WPF dialogs by implementing
IWindow
(proposed by @wakuflair) - ๐ Support for showing custom UWP content dialogs by implementing
IContentDialog
- ๐ #14 [BREAKING CHANGE] Support for showing custom WPF dialogs by implementing
-
v3.0.0 Changes
September 21, 2016:dizzy: Changed
- โก๏ธ [BREAKING CHANGE] Updated the constructors of
DialogService
, making the class more friendly to IoC containers
- โก๏ธ [BREAKING CHANGE] Updated the constructors of