Skip to content

SimpleShell improvements - 4.1.0

Latest
Compare
Choose a tag to compare
@RadekVyM RadekVyM released this 01 Feb 21:48
6274f68

As of this release:

  • SimpleShell automatically calls the DisconnectHandler() method on all handlers of pages that are being removed from a navigation stack. For example, when you pop a page from a navigation stack, the DisconnectHandler() method is called on its handler. This behavior can be disabled on a per-page basis with the new SimpleShell.ShouldAutoDisconnectPageHandler attached property.

  • When SimpleShell.ShellGroupContainerTemplate property value is changed on currently selected ShellItem or ShellSection, the container is recreated immediately.

NuGet

Full Changelog: v4.0.0...v4.1.0-simpleshell