All Versions
29
Latest Version
Avg Release Cycle
86 days
Latest Release
1389 days ago
Changelog History
Page 1
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
returnsfalse
instead of throwing an exception when failing to close a dialog. This behavior aligns with the behavior ofIDialogService.Activate
.
๐ฑ ๐ Removed
- ๐ [BREAKING CHANGE] Support for .NET Core 3.0 due to deprecation as of March 3, 2020
-
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 -
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 fromMessageBoxSettings
Options
- A value object that specifies the optionsOpenFileDialogSettings
CustomPlaces
- The list of custom places for file dialog boxesDereferenceLinks
- 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 selectedSafeFileName
- A string that only contains the file name for the selected fileSafeFileNames
- An array that contains one safe file name for each selected fileShowReadOnly
- A value indicating whether the open file dialog contains a read-only check boxValidateNames
- A value indicating whether the dialog accepts only valid Win32 file namesSaveFileDialogSettings
CustomPlaces
- The list of custom places for file dialog boxesDereferenceLinks
- 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 fileSafeFileNames
- An array that contains one safe file name for each selected fileValidateNames
- A value indicating whether the dialog accepts only valid Win32 file names
๐ฑ ๐ Changed
- ๐ [BREAKING CHANGE] The default value of
SaveFileDialogSettings.CheckFileExists
has changed fromtrue
tofalse
, aligning it with the default value of the native WindowsSaveFileDialog
- ๐ #91 Added the following settings for parity with the native Windows dialogs (proposed by @Kimmerest)
-
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
- ๐ Adaptation to nullable references in C# 8.0 introduced breaking changes to the API