Releases: nuitsjp/KAMISHIBAI
Release-3.1.0-for-WPF
What's Changed
- Add IWindow.ViewModel property by @freesia in #32
- Change auto-generated
PresentationService
to a subclass by @freesia in #31
Full Changelog: Release-3.0.1-for-WPF...Release-3.1.0
Release-3.0.1-for-WPF
What's Changed
Full Changelog: Release-3.0.0-for-WPF...Release-3.0.1-for-WPF
Release-3.0.0-for-WPF
Changes
- Change in order of navigation event firing
Until now, event notifications have been processed in the order of asynchronous -> synchronous.
However, there was a problem with asynchronous notifications being invoked in the reverse order of screen transitions when screen transitions occurred within an event.
This was because screen transitions were possible only when asynchronous notifications were available, and as a result, asynchronous notifications were called when returning from the method call tree.
Therefore, the notification order was changed from synchronous to asynchronous.
See the changes in the documentation below for details.
Full Changelog: Release-2.6.0-for-WPF...Release-3.0.0-for-WPF
Release-2.6.0-for-WPF
- Update Wpf.Extensions.Hosting to 1.2.0
Full Changelog: Release-2.5.0...Release-2.6.0-for-WPF
Release 2.5.0 for WPF
#24 Supported primary constructor.
Release 2.4.0 for WPF
Add IWindow operations.
Release 2.3.0 for WPF
- Add IsClosed property to IWindowHandle
Release 2.2.0 for WPF
Added the ability to close an open Window from the side that opened it.
Release 2.1.0 for WPF
Added functionality to call Dispose on the current ViewModel of the NavigationFrame when the window is closed.
Release 2.0.1 for WPF
What's Changed
- #21 Fixed problem with IDisposedAware not working after calling OpenWindow or OpenDialog.