Releases: reactiveui/ReactiveUI
Releases · reactiveui/ReactiveUI
9.15.1
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
- fix: WhenActivated on WPF by reverting to MsBuild.Sdk.Extras 1.6.18 (#2027) @glennawatson
- housekeeping: Update from ReactiveExtensions 4.0.0 to 4.1.5 (#2025) @glennawatson
9.14.3
What's Changed
- fix: WhenActivated not fired when in ViewModelViewHost (#2023) @glennawatson
- fix: POCOObservableForProperty having a race condition (#2020) @worldbeater
9.14.1
Major Changes
Please note the UWP minimum version changed to 10.0.17763.0
Changes:
- housekeeping: Added IBuilder and Extensions (#2019) @RLittlesII
- build(deps): bump FodyPackaging from 5.0.1 to 5.0.6 (#2016) @dependabot[bot]
- build(deps): bump FodyHelpers from 5.0.1 to 5.0.6 (#2018) @dependabot[bot]
- build(deps): bump Fody from 5.0.1 to 5.0.5 (#2017) @dependabot[bot]
- build(deps): bump CommandLineParser from 2.4.3 to 2.5.0 (#2014) @dependabot[bot]
- build(deps): bump Microsoft.Xaml.Behaviors.Uwp.Managed (#2015) @dependabot[bot]
- housekeeping: Update to MSBuild.Sdk.Extras v2.0.24 and output API differences on DevOps builds. (#2012) @glennawatson
- build(deps): bump FodyHelpers from 4.2.1 to 5.0.1 (#2010) @dependabot[bot]
- build(deps): bump Fody from 4.2.1 to 5.0.1 (#2011) @dependabot[bot]
- build(deps): bump FodyPackaging from 4.2.1 to 5.0.1 (#2009) @dependabot[bot]
- housekeeping: updated docs to Anaïs Betters (#2003) @dukesta3
10.0.1-preview.2
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:
- housekeeping: fix the project format @glennawatson
- feature: add dot net core 3.0 wpf/winforms support @worldbeater
9.13.1
Changes:
- feature: Check for DisableAnimation attribute before PopToRootAsync (#2000) @modplug
- housekeeping: update to cake 0.33.0/fix build @glennawatson
- housekeeping: update msbuild.sdk.extras to 2.0.24 @glennawatson
- housekeeping: Added ReactiveUI.Splat.Tests (#1991) @RLittlesII
- housekeeping: add back issue template for stack overflow @glennawatson
- housekeeping: Use global ReactiveUI issue and PR templates (#1989) @worldbeater
9.12.1
What's Changed
- housekeeping: Upgraded Xamarin.Forms to v3.5 (#1965) @RLittlesII
- housekeeping: Update the event generator to use latest Xamarin.Essentials 1.0.1 (#1966) @glennawatson
- housekeeping: Added ReactiveUI.Validation section in README. (#1968) @alexmartinezm
- housekeeping: Now use azure templates to keep builds consistent (#1954) @glennawatson
- housekeeping: Update to Splat v7 (#1976) @glennawatson
- housekeeping: Update cinephile (#1973) @giusepe
- housekeeping: Mention Routing, shorten validation docs in README (#1974) @worldbeater
- housekeeping: Now use azure templates to keep builds consistent (#1954) @glennawatson
9.11.3
Changes:
- housekeeping: Fix typo in the [GitHub issues] url (#1958) @martingemme
- fix: null pointer exception in binding (#1963) @glennawatson
9.11.1
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
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
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:
- (housekeeping) Upgraded Xamarin.Forms to v3.4 (#1942) @RLittlesII