Skip to content

Releases: tibel/Caliburn.Light

Caliburn.Light 1.6.1

26 Aug 17:38
Compare
Choose a tag to compare

Caliburn.Light 1.6.0

23 Aug 08:49
Compare
Choose a tag to compare
  • async CanClose handling (ICloseGuard and ICloseStrategy<T>)
  • propagate exceptions from async methods

Caliburn.Light 1.5.0

09 Aug 11:26
Compare
Choose a tag to compare
  • Change initialization of UIContext
  • Change initialization of IoC
  • WPF: add common dialogs

Caliburn.Light 1.4.0

01 Aug 17:41
Compare
Choose a tag to compare
  • UIContext: add Initialize overload with more parameters
  • Screen: Remove IHaveDisplayName (DisplayName property)
  • Screen: Remove IChild (Parent property)
  • DelegateCommand: replace Create by FromAction and FromFunc methods
  • ParameterBinder: Remove context from CustomConverters
  • Replace AttachedCollection<T> with ParameterCollection
  • Remove IChild<TParent> and IParent<out T>

Caliburn.Light 1.3.0

13 Jun 18:53
Compare
Choose a tag to compare

Optimize EventAggregator and remove obsolete methods

Caliburn.Light 1.2.4

11 Jun 20:30
Compare
Choose a tag to compare

Caliburn.Light 1.2.3

05 Jun 04:50
Compare
Choose a tag to compare

Caliburn.Light 1.2.2

27 May 17:01
Compare
Choose a tag to compare

Caliburn.Light 1.2.1

16 May 17:52
Compare
Choose a tag to compare

Remove Universal App PCL and update Weakly.

Caliburn.Light 1.2.0

14 May 07:44
Compare
Choose a tag to compare

Add parameter support to DelegateCommand.