Skip to content

Release 5.0.0

Compare
Choose a tag to compare
@FantasticFiasco FantasticFiasco released this 12 Dec 21:05
· 324 commits to master since this release

⚡ 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