Skip to content

Releases: reactiveui/ReactiveUI

9.8.1

11 Jan 09:15
8a3614d
Compare
Choose a tag to compare

Overview

This release has a few navigation and android changes fixed by @cabauman. We also have updated our dependencies onto the recently released Splat 6 which fixes a couple bugs for us around Locator's and WithResole() methods.

We introduced a new NuGet package exclusively for Xamarin Essentials. This previous existed but now we moved this into it's own assembly so you could have to include the dependency unless needed.

The house keeping items include updating our build system, updating a few documentation elements.

What's Changed

9.7.2

03 Jan 06:22
Compare
Choose a tag to compare

What's Changed:

This release adds a Xamarin Essentials NuGet package.

Some internal house keeping items, including better code coverage and documentation related items.

9.6.3

31 Dec 02:00
Compare
Choose a tag to compare

Overview

  • We upgraded the Tizen version to use 5.0.0.14562 - this is still compatible with Tizen 4
  • The event builder is more robust with it's NuGet fetching now, allows for the new way Tizen does it work.
  • Some minor bug fixes associated with The RouteState and navigating.
  • Bunch of internal changes to remove a lot of warnings in our code base. Will make it easier to police quality in the future.

What's Changed

v9.5.1

27 Dec 01:59
adb458a
Compare
Choose a tag to compare

What's Changed

External Facing Changes

Internal Changes Only

v9.4.1

04 Dec 16:57
b4bc575
Compare
Choose a tag to compare

What's Changed

  • housekeeping: Add ReactiveUI.Fody usage example (#1846) @worldbeater
  • fix: unable to register views for externally loaded modules (#1847) @glennawatson
  • housekeeping: Use string interpolation where appropriate (#1848) @gpriaulx
  • housekeeping: Resolve petty whitespace related warnings. (#1849) @gpriaulx

v9.3.5

21 Nov 04:52
4ac16d3
Compare
Choose a tag to compare
housekeeping: Update the dynamicdata/splat version

v9.3.3

21 Nov 02:52
33f2a45
Compare
Choose a tag to compare
Glennawatson update splat (#1843)

* Made splat and DynamicData always get latest versions

v9.3.2

21 Nov 02:07
2775efe
Compare
Choose a tag to compare

What's Changed

v9.3.1

20 Nov 23:20
1a986a5
Compare
Choose a tag to compare

What's Changed

Updated our external library dependencies. As per our upgrade policy, we are upgrading Xamarin Forms to one version behind the latest, so 3.3. As part of this update the minimum version of Android we support has had to increase from 8.0 to 8.1.

  • ReactiveDemo hack around VS xaml designer issue with inherits from generic classes (#1837) @Nilox
  • housekeeping: Update shields.io downloads badge (#1838) @worldbeater
  • housekeeping: Update dependencies to latest versions. XamForms, Android, DynamicData, Splat (#1839) @glennawatson
  • housekeeping: Update android to use Android 8.1. (#1840)

v9.2.2

11 Nov 21:24
0a48a01
Compare
Choose a tag to compare

What's Changed