MVVM Dialogs v5.0.0 Release Notes

Release Date: 2017-12-12 // over 6 years ago
  • :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