github reactiveui/ReactiveUI 5.1.0
ReactiveUI 5.1.0

latest releases: 19.6.1, 19.5.72, 19.5.41...
10 years ago

What's New

Windows Forms Support

Thanks to the great work of @rikbosch, ReactiveUI now has initial Windows Forms support. This includes an initial hack at binding to Windows Forms properties, as well as command binding. Grab it by installing the NuGet package:

Install-Package ReactiveUI-Winforms

New APIs

this.WhenAnyValue(x => x.Foo)  // Same as this.WhenAny(x => x.Foo, x => x.Value)

Weird Version Numbers?!

Some things went wrong with NuGet with this release, so the last version number may not match (it will either be "5.1.1" or "5.1.2"). Ignore the man behind this curtain.

Other Stuff

  • Bug fixes to ReactiveList and CreateDerivedCollection
  • Use less internal caching when on mobile platforms (#346)
  • Several fixes to iOS support, especially on-device
  • Allow setting the initial CanExecute state of ReactiveCommand to be false (
  • Bugfixes to OneWayBind (#331)
  • Fix a designer crash in RoutedViewHost (#341)

Greetz

Thanks to @niik, @jlaanstra, @dahlbyk, @ChrisWay, and @sillyotter for their help on this release!

Don't miss a new ReactiveUI release

NewReleases is sending notifications on new releases.