Skip to content

Releases: reactiveui/ReactiveUI

9.15.1

13 May 10:34
3cf59ab
Compare
Choose a tag to compare

Overview

With dotnet/reactive#803 having been fixed in Visual Studio 2019 we are now setting the base version of the Reactive Extensions to 4.1.5. Users prior to Visual Studio 2019 will need to follow the workarounds in that issue.

Please note the UWP minimum version changed to 10.0.17763.0

What's Changed

9.14.3

12 May 06:57
afdf520
Compare
Choose a tag to compare

What's Changed

9.14.1

07 May 23:46
a941bda
Compare
Choose a tag to compare

Major Changes

Please note the UWP minimum version changed to 10.0.17763.0

Changes:

10.0.1-preview.2

21 Apr 08:03
Compare
Choose a tag to compare

Overview

Update to match the latest master, and also update to target .Net Core 3 Preview 4, and Reactive Extensions version 4.2.0-preview.102

Changes:

9.13.1

16 Apr 09:00
b6cc188
Compare
Choose a tag to compare

Changes:

9.12.1

20 Mar 05:50
0e9a85b
Compare
Choose a tag to compare

What's Changed

9.11.3

07 Mar 00:49
9a94d52
Compare
Choose a tag to compare

Changes:

  • housekeeping: Fix typo in the [GitHub issues] url (#1958) @martingemme
  • fix: null pointer exception in binding (#1963) @glennawatson

9.11.1

21 Feb 06:23
218cf24
Compare
Choose a tag to compare

Overview

Some improvements to the WinForms workflow and extra abilities for the binding engine

  • Added the ability to change how the set operation is done via a * ISetMethodBindingConverter interface you can register with Splat. This is useful in Winforms where you modify the list but not change the instance.
  • Added two new implementations of the ISetMethodBindingConverter. One for general ContentControls, the other for tables.
  • A winforms sample based on the above using the getting-started.

What's changed:

  • 218cf24 housekeeping: Release ReactiveUI 9.11
  • feature: Add winforms auto binding to Tables/Flow based controls (#1956) @glennawatson
  • housekeeping: add the mask to include any dynamicdata v6.* @glennawatson
  • housekeeping: Update MsBuild.Sdk.Extras @glennawatson

9.10.7

16 Feb 04:32
5a22c41
Compare
Choose a tag to compare

Overview

Update various NuGet package versions, new version of fody.

Changes:

  • housekeeping: Make ReactiveUI use the new ReactiveUI.Cake.Recipe (#1953) @glennawatson
  • Bump FodyHelpers from 3.3.5 to 4.0.2 (#1947)
  • Bump FodyPackaging from 3.3.5 to 4.0.2 (#1949)
  • Bump Fody from 3.3.5 to 4.0.2 (#1948)
  • housekeeping: revert back to NerdBank.GitVersioning 2.3.38 @glennawatson
  • housekeeping: Update version of nuget packages. @glennawatson

9.10.1

08 Feb 19:05
61890e7
Compare
Choose a tag to compare

Overview

This updates our Xamarin Forms minimum version to v3.4 -- in line with our policy of being 1 behind the last major version.

What's changed: