Skip to content

Caliburn.Light 3.2.0

Compare
Choose a tag to compare
@tibel tibel released this 26 Oct 11:40
  • added new FrameAdapter that attaches the framwork to a Frame instance
  • added IPreserveState and INavigationAware interfaces for ViewModels
  • added SuspensionManager
  • streamlined SimpleContainer API
  • changed SimpleContainer.GetInstance() to return null instead of throwing exception if not found
  • changed DelegateCommandBuilder to return concrete class instead of interface
  • changed NavigationService to be used by ViewModels only (framework uses FrameAdapter)
  • removed Weakly
  • removed NavigationHelper
  • removed CallMethodAction and InvokeCommandAction