Skip to content

Releases: LukeMoody01/Moody.DialogService

1.5.0

19 Jan 11:02
0eeb738
Compare
Choose a tag to compare
  • This update provides the ability to use a new method called "OnDialogClosed" so you can ensure a piece of code is called when the dialog has closed.

Full Changelog: v1.4.0...v1.5.0

1.4.0

24 Dec 07:43
b6175d1
Compare
Choose a tag to compare
  • This update provides the ability to use this package in a LOT more frameworks.

Full Changelog: v1.3.0...v1.4.0

1.3.0

20 Dec 08:55
afa3686
Compare
Choose a tag to compare

New Feature Release!

Ever wanted to pass objects up to your dialog? Well, now you can!
Using the IDialogAware interface allows your dialogs to be aware of dialog activities, which in turn will allow you to pass data through to your ViewModel.
(See markdown for more information)

  • Added Dialog Parameters for passing data between VM's
  • Added IDialogAware interface for better handling
  • Updated Service API to include new methods
  • Added Auto VM binding in service
  • Minor bug fixes

Full Changelog: v1.2.2...v1.3.0

1.2.2

18 Dec 23:20
Compare
Choose a tag to compare
  • Include service documentation for the API level
  • Minor bug fixes

Full Changelog: v1.1.2...v1.2.2

1.1.2

18 Dec 07:15
Compare
Choose a tag to compare
  • Minor bug fixes
  • Updated e2e to showcase features

1.1.0

18 Dec 05:00
30a836d
Compare
Choose a tag to compare
  • Add closing feature through ViewModel
  • Update e2e project to show new feature

Full Changelog: v1.0.0...v1.1.0

1.0.0

16 Dec 09:58
Compare
Choose a tag to compare

First release of Moody.DialogService. See README.md for more info!