All Versions
29
Latest Version
Avg Release Cycle
86 days
Latest Release
1485 days ago

Changelog History
Page 2

  • v5.3.0 Changes

    April 29, 2019

    ๐Ÿฑ โšก Added

    • ๐Ÿ‘Œ Support for activating non-modal dialogs using IDialogService.Activate
  • v5.2.2 Changes

    March 13, 2019

    ๐Ÿ›  :syringe: Fixed

    • ๐Ÿ‘ป Logger.Writer does not throw exception when being set to null (contributed by @MathewSachin)
  • v5.2.1 Changes

    October 30, 2018

    ๐Ÿ›  :syringe: Fixed

    • โšก๏ธ #49 FilterIndex wasn't updated on closed Open/Save File dialog (discovered by @ericdc66)
  • v5.2.0 Changes

    October 11, 2018

    :zap: Added

    • ๐Ÿ”Š Overload ShowMessageBox(INotifyPropertyChanged, MessageBoxSettings) to IDialogService
  • v5.1.0 Changes

    December 18, 2017

    :zap: Added

  • 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 arguments
      • ctor(IDialogFactory?, IDialogTypeLocator?, IFrameworkDialogFactory?) - Constructor that allows full customization
  • 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
  • v3.0.0 Changes

    September 21, 2016

    :dizzy: Changed

    • โšก๏ธ [BREAKING CHANGE] Updated the constructors of DialogService, making the class more friendly to IoC containers