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

Changelog History
Page 1

  • v8.0.0 Changes

    November 19, 2020

    ๐Ÿฑ โšก Added

    • ๐Ÿ‘Œ Support for .NET Core 3.1
    • ๐Ÿ‘Œ Support for .NET Core 5.0

    ๐Ÿฑ ๐Ÿ’‰ Changed

    • ๐Ÿ”Š #116 [BREAKING CHANGE] IDialogService.Close returns false instead of throwing an exception when failing to close a dialog. This behavior aligns with the behavior of IDialogService.Activate.

    ๐Ÿฑ ๐Ÿ’€ Removed

  • v8.0.0-beta.4

    August 27, 2020
  • v8.0.0-beta.3

    August 19, 2020
  • v8.0.0-beta.2

    August 19, 2020
  • v8.0.0-beta.1

    August 17, 2020
  • v7.1.1 Changes

    August 27, 2020

    ๐Ÿฑ ๐Ÿ’‰ Fixed

    • ๐Ÿ‘ Specify dependency groups in nuspec for each supported framework version
    • ๐Ÿ”Š #122 Fix memory leak where Window.Closed events never where un-registered (discovered by @peter-durrant)
  • v7.1.1-beta.1

    August 25, 2020
  • v7.1.0 Changes

    June 07, 2020

    ๐Ÿฑ โšก Added

    • ๐Ÿ”Š #107 Support for closing a non-modal dialog using IDialogService.Close (proposed by @metal450)

    ๐Ÿฑ ๐Ÿ’‰ Fixed

    • ๐Ÿ‘ป Typo in exception message thrown when view isn't registered
  • v7.0.0 Changes

    January 28, 2020

    ๐Ÿฑ โšก Added

    • ๐Ÿ #91 Added the following settings for parity with the native Windows dialogs (proposed by @Kimmerest)
      • FolderBrowserDialogSettings
      • RootFolder - The root folder where the browsing starts from
      • MessageBoxSettings
      • Options - A value object that specifies the options
      • OpenFileDialogSettings
      • CustomPlaces - The list of custom places for file dialog boxes
      • DereferenceLinks - A value indicating whether a file dialog returns either the location of the file referenced by a shortcut or the location of the shortcut file (.lnk)
      • ReadOnlyChecked - A value indicating whether the read-only check box displayed by the open file dialog is selected
      • SafeFileName - A string that only contains the file name for the selected file
      • SafeFileNames - An array that contains one safe file name for each selected file
      • ShowReadOnly - A value indicating whether the open file dialog contains a read-only check box
      • ValidateNames - A value indicating whether the dialog accepts only valid Win32 file names
      • SaveFileDialogSettings
      • CustomPlaces - The list of custom places for file dialog boxes
      • DereferenceLinks - A value indicating whether a file dialog returns either the location of the file referenced by a shortcut or the location of the shortcut file (.lnk)
      • SafeFileName - A string that only contains the file name for the selected file
      • SafeFileNames - An array that contains one safe file name for each selected file
      • ValidateNames - A value indicating whether the dialog accepts only valid Win32 file names

    ๐Ÿฑ ๐Ÿ’‰ Changed

    • ๐Ÿ [BREAKING CHANGE] The default value of SaveFileDialogSettings.CheckFileExists has changed from true to false, aligning it with the default value of the native Windows SaveFileDialog
  • v6.0.0 Changes

    November 02, 2019

    ๐Ÿฑ โšก Added

    • ๐Ÿ”Š #55 - Support for .NET Core 3.0
    • ๐Ÿ“ฆ #55 - NuGet package supporting .NET 4.5.2, .NET 4.6.2 and .NET 4.7.2

    ๐Ÿฑ ๐Ÿ’ซ Changed