Skip to content

Releases: nuitsjp/KAMISHIBAI

Release-3.1.0-for-WPF

11 Feb 21:26
da6e076
Compare
Choose a tag to compare

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

20 Sep 21:25
Compare
Choose a tag to compare

What's Changed

  • Fixed an error that occurs when Windows is closed while NavigationFra… by @nuitsjp in #26

Full Changelog: Release-3.0.0-for-WPF...Release-3.0.1-for-WPF

Release-3.0.0-for-WPF

06 Jun 21:00
Compare
Choose a tag to compare

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

23 Feb 23:46
Compare
Choose a tag to compare
  • 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

18 Jan 02:31
8e5bb49
Compare
Choose a tag to compare

#24 Supported primary constructor.

Release 2.4.0 for WPF

18 Nov 23:25
Compare
Choose a tag to compare

Add IWindow operations.

Release 2.3.0 for WPF

18 Nov 22:00
Compare
Choose a tag to compare
  • Add IsClosed property to IWindowHandle

Release 2.2.0 for WPF

18 Nov 21:35
Compare
Choose a tag to compare

Added the ability to close an open Window from the side that opened it.

Release 2.1.0 for WPF

29 Oct 10:54
Compare
Choose a tag to compare

Added functionality to call Dispose on the current ViewModel of the NavigationFrame when the window is closed.

Release 2.0.1 for WPF

21 Sep 02:48
Compare
Choose a tag to compare

What's Changed

  • #21 Fixed problem with IDisposedAware not working after calling OpenWindow or OpenDialog.