Releases: tibel/Caliburn.Light
Releases · tibel/Caliburn.Light
Caliburn.Light 1.6.1
Bugfixes
Caliburn.Light 1.6.0
- async CanClose handling (
ICloseGuard
andICloseStrategy<T>
) - propagate exceptions from async methods
Caliburn.Light 1.5.0
- Change initialization of
UIContext
- Change initialization of
IoC
- WPF: add common dialogs
Caliburn.Light 1.4.0
- UIContext: add
Initialize
overload with more parameters - Screen: Remove
IHaveDisplayName
(DisplayName property) - Screen: Remove
IChild
(Parent property) - DelegateCommand: replace
Create
byFromAction
andFromFunc
methods - ParameterBinder: Remove context from
CustomConverters
- Replace
AttachedCollection<T>
withParameterCollection
- Remove
IChild<TParent>
andIParent<out T>
Caliburn.Light 1.3.0
Optimize EventAggregator and remove obsolete methods
Caliburn.Light 1.2.4
Bugfixes
Caliburn.Light 1.2.3
Bugfixes
Caliburn.Light 1.2.2
Bugfixes
Caliburn.Light 1.2.1
Remove Universal App PCL and update Weakly.
Caliburn.Light 1.2.0
Add parameter support to DelegateCommand
.