Skip to content

Releases: allenlooplee/DialogUtils

v1.3.0

12 Jul 06:19
Compare
Choose a tag to compare

No functional change but add support for .NET Core 3.1.

v1.2.0

07 Jun 03:02
Compare
Choose a tag to compare

No functional changes since last beta release.

v1.2.0-beta.1

02 Jun 03:44
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

Add ViewModelType in DialogHostMessage.

v1.1.0

31 May 09:25
Compare
Choose a tag to compare

No functional changes since last beta release.

v1.1.0-beta.1

29 May 14:57
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release
  1. Get an instance of view model from container for custom dialog if the view hasn't been associated one.
  2. Send message via WeakReferenceMessenger when dialog host is opened or been closing.

v1.0.0

22 May 17:22
Compare
Choose a tag to compare

Finally comes the first stable release.

v1.0.0-rc.1

17 May 02:59
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Make ShowDialogAsync awaitable and return view model instance after the dialog is closed.

v1.0.0-rc

17 May 02:05
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

The work is basically done and the NuGet package has been published as rc. DialogUtils.Demo.zip is a pre-built version of the demo project that you can take a look at.