Skip to content

Releases: reactiveui/ReactiveUI

9.9.5

03 Feb 08:56
Compare
Choose a tag to compare

Overview

This release is a bug maintenance release. It addresses that you could not use interfaces in ReactiveUI binding, and also now in .NET Native applications when first adding the NuGet reference we add a configuration file to allow for compiling.

What's Changed

9.9.1

30 Jan 08:36
f213f23
Compare
Choose a tag to compare

Overview

We have a bug fix from a new contributor @ajpinedam that prevents inaccurate error messages being spammed for the View Locator's.

There is also a fix up in terms of the memory used by the ObservableAsPropertyHelper<T> which reduced the memory dramatically used in the default instance.

Creating 3000 OAPH on .Net Core 2.1 and System.Reactive 4.0.

Method Mean Error StdDev Gen 0/1k Op Gen 1/1k Op Gen 2/1k Op Allocated Memory/Op
Create 130.4 ms 2.567 ms 5.127 ms 6000.0000 2000.0000 1000.0000 38.14 MB

With the new implementation:

Method Mean Error StdDev Gen 0/1k Op Gen 1/1k Op Gen 2/1k Op Allocated Memory/Op
Create 134.4 ms 2.680 ms 7.775 ms 5000.0000 2000.0000 750.0000 27.29 MB

What's changed:

9.8.23

28 Jan 00:45
Compare
Choose a tag to compare

Overview

This is a maintenance release to fix a regression on the iOS platform where the ReactiveTableView wouldn't populate properly.

What's changed:

9.8.22

25 Jan 05:40
49de639
Compare
Choose a tag to compare

Overview

This is a maintenance release to fix a regression on the UWP platform where the WhenActivate would happen too soon.

What's changed:

9.8.19

24 Jan 06:57
17d5bfa
Compare
Choose a tag to compare

Overview

This is a bug fix to fix a ComboBox RxUI binding issue. Also some documentation updates thanks to @worldbeater

What's changed

10.0.0-preview.3

19 Jan 20:43
f8d561a
Compare
Choose a tag to compare

Keeping our preview in line with master.

Changes:

This list of changes was auto generated.

9.8.15

19 Jan 20:42
Compare
Choose a tag to compare

We are updating our branding with a new logo.

What's Changed

9.8.13

18 Jan 18:28
8342a2e
Compare
Choose a tag to compare

Overview

  • Minor bug fixes and updating some NuGet dependencies.

Changes:

  • housekeeping: Make debugtype embedded. @glennawatson
  • housekeeping: Add ReactiveCommand usage examples (#1919) @worldbeater
  • housekeeping: Bump Microsoft.Xaml.Behaviors.Uwp.Managed from 1.1.0 to 2.0.0 (#1916) @dependabot[bot]
  • housekeeping; Add dependabot logo to the project readme.md @glennawatson

9.8.9

16 Jan 19:53
781cea9
Compare
Choose a tag to compare

Overview

This is a bug fix release, it fixes a issue with WPF where if you use Bind() with a Combobox and use the ViewModelViewHost functionality, the Combobox selected item wouldn't show.

Changes:

10.0.0-preview.1

14 Jan 09:10
Compare
Choose a tag to compare

Overview

This is a preview release, which removes legacy interfaces, and also adds WPF/WinForms .NET Core 3.0 support.

Changes: