Skip to content

Caliburn.Light 3.0.3

Compare
Choose a tag to compare
@tibel tibel released this 19 Nov 20:12
  • update Weakly 2.7.0
  • reduce reflection
  • limit design time support
  • allow to override DelegateCommand's CoerceParameter function
  • support multiple properties in DelegateCommand
  • use string for View.Context
  • IoC: remove property injection
  • change SimpleContainer.GetAllInstances() to return named instances too
  • add IViewModelTypeResolver with NameBasedViewModelTypeResolver (old behavior) and ViewModelTypeResolver (registration based)
  • UAP: remove Bahvior SDK
  • UAP: add Caliburn.Xaml.UAP.rd.xml
  • UAP: add OnEvent() to IDelegateCommand for x:Bind support