Skip to content

Releases: tibel/Caliburn.Light

Caliburn.Light 3.0.3

19 Nov 20:12
Compare
Choose a tag to compare
  • 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

Caliburn.Light 2.0.1

29 Apr 16:28
Compare
Choose a tag to compare
  • fix DelegateBuilder where no canExecute function was set

Caliburn.Light 2.0.0

28 Apr 16:13
Compare
Choose a tag to compare
  • refactor DelegateCommand
  • no Expression compilation
  • add DelegateCommandBuilder
  • optimize StringLengthValidationRule
  • rename EventAggregator SubsribeAsync() to Subscribe()

Caliburn.Light 1.8.1

23 Apr 16:44
Compare
Choose a tag to compare
  • fix EventAggregator

Caliburn.Light 1.8.0

13 Apr 18:21
Compare
Choose a tag to compare
  • remove AsyncSubsystem
  • update Weakly 2.5.0

Caliburn.Light 1.7.0

11 Apr 17:32
Compare
Choose a tag to compare
  • View-Model first: Bind before setting content
  • [Universal] add DataTrigger
  • change EventAggregator to work without Reflection
  • [WPF] better fallback for active window
  • remove WP8 and use NET451
  • [WPF] don't create Dispatcher upfront
  • hide UI scheduler
  • add AsyncSubsystem

Caliburn.Light 1.6.5

12 Dec 17:24
Compare
Choose a tag to compare

add Coroutine.OverrideCancel<TResult>()

Caliburn.Light 1.6.4

20 Oct 17:20
Compare
Choose a tag to compare
  • Deal with unicode in names
  • Added an independent flag to ShowSettingsFlyout (win81)
  • Added UIContext.VerifyAccess()
  • Changed handling of InitialDirectory in FileOpen and FileSave CoTasks (net45)
  • Added ExecutionContextResolver

Caliburn.Light 1.6.3

09 Sep 07:48
Compare
Choose a tag to compare
  • use ObserveException()
  • add UIContext.Run() overloads similar to Task.Run()

Caliburn.Light 1.6.2

26 Aug 20:52
Compare
Choose a tag to compare