Releases: LukeMoody01/Moody.DialogService
Releases · LukeMoody01/Moody.DialogService
1.5.0
- 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
- 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
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
- Include service documentation for the API level
- Minor bug fixes
Full Changelog: v1.1.2...v1.2.2
1.1.2
- Minor bug fixes
- Updated e2e to showcase features
1.1.0
- Add closing feature through ViewModel
- Update e2e project to show new feature
Full Changelog: v1.0.0...v1.1.0
1.0.0
First release of Moody.DialogService. See README.md for more info!