SimpleShell improvements - 4.1.0
RadekVyM
released this
01 Feb 21:48
·
45 commits
to main
since this release
As of this release:
-
SimpleShell
automatically calls theDisconnectHandler()
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, theDisconnectHandler()
method is called on its handler. This behavior can be disabled on a per-page basis with the newSimpleShell.ShouldAutoDisconnectPageHandler
attached property. -
When
SimpleShell.ShellGroupContainerTemplate
property value is changed on currently selectedShellItem
orShellSection
, the container is recreated immediately.
Full Changelog: v4.0.0...v4.1.0-simpleshell