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

Changelog History
Page 3

  • v2.0.1 Changes

    May 18, 2016

    :zap: Added

    • ๐Ÿ #8 Support for Universal Windows Platform (UWP) (proposed by @MrWolfPST)
    • โž• Add ViewNotRegisteredException that is thrown by IDialogService when view is unregistered
  • v1.2.16 Changes

    January 13, 2016

    ๐Ÿ›  :syringe: Fixed

    • ๐Ÿ”Š #2 Fixed issue where exception was thrown when unregistering a view (discovered by @Andy360)
  • v1.2.0 Changes

    December 14, 2015

    :zap: Added

    • ๐Ÿ‘Œ Support for exposing logs using class MvvmDialogs.Logging.Logger
  • v1.1.4 Changes

    December 09, 2015

    ๐Ÿ›  :syringe: Fixed

    • ๐Ÿ”Š #3 Fixed issue where exception no longer is thrown when the property changed event for IModalDialogViewModel.DialogResult is sent twice (discovered by @igitur)
  • v1.1.3 Changes

    July 07, 2015

    ๐Ÿ›  :syringe: Fixed

    • NuGet icon URL
  • v1.1.2 Changes

    June 12, 2015

    :dizzy: Changed

    • ๐Ÿ”Š Renamed DialogServiceBehaviors to DialogServiceViews
  • v1.1.1 Changes

    June 11, 2015

    :zap: Added

    • Apache license
    • ๐Ÿ“ฆ NuGet package supporting .NET 3.5, .NET 4.0 and .NET 4.5
    • ๐Ÿ‘Œ Support for specifying a dialog factory used by DialogService, enabling inversion of control integration
    • ๐Ÿ‘Œ Support for specifying a dialog type locator used by DialogService, enabling implementation of custom dialogs type locators
    • ๐Ÿ”Š DialogService is referencing registered views using weak references, thus never preventing a view from being garbage collected
    • Pruning of view references that no longer are alive
    • XML namespace prefix
    • Strong name

    ๐Ÿ›  :syringe: Fixed

    • ๐Ÿ‘ป Issue where exception was thrown when the same view was registered twice, and one hadn't been garbage collected yet
  • v1.1.0

    June 11, 2015
  • v1.0.0 Changes

    May 25, 2009

    ๐ŸŽ‰ Initial version