Releases: reactiveui/ReactiveUI
Releases · reactiveui/ReactiveUI
11.5.26
Fixes
Dependency Changes
- a495e65 housekeeping: Upgraded Xamarin.Forms to v4.7 (#2489) @RLittlesII
- 6acfcb3 build(deps): bump Microsoft.AspNetCore.Components from 3.1.6 to 3.1.7 (#2493)
- 5c9eae6 build(deps): update Uno.UI requirement from 2.* to 3.* (#2495)
- 68596de build(deps): bump Microsoft.CodeAnalysis.Analyzers from 3.0.0 to 3.3.0 (#2491)
- 8ee088f build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#2492)
- 5248277 build(deps): bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#2488)
- 678b5cf build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#2487)
- f2cd424 build(deps): bump Xunit.StaFact from 0.3.18 to 1.0.37 (#2485)
11.5.17
Fixes
- 2744294 Fix: Make Bind() ViewModel parameters nullable. (#2468) @Noggog
- 2f8165b Fix: ReactiveUI.Fody "long" property breaks build (#2484) @cabauman
- 5351c78 Fix misleading interface documentation (#2483) @cabauman
- 7cf3b9b Fix: BindTo and OneWayBind not working for null values (#2477) @cabauman
- dcbaa6a fix: invalid cast exception with nullable appstate (#2478) @RLittlesII
- 2a6cd06 fix: Simplify code in Property Binder (#2475) @kronic
Changes
- a6c5dcf housekeeping: Update copyright year @glennawatson
Dependency Changes
11.5.6
11.5.1
Major change in this version is nullability support for C# 8, for WPF/WinForms events the minimum version of .Net Framework is 4.7.2, and the minimum .NET Core is now 3.1
Changes:
- 5e9219f feature: Add C# 8 Nullability (#2428) @RLittlesII and @glennawatson
- e143a59 feature: Add Injectable component base for blazor. (#2453) @glennawatson
- 335951a housekeeping: Update .net core 3.0 references to 3.1 (#2449) @glennawatson
Bug Fixes
- 0e974f6 fix: Throw an informative registry exception in RegisterViewsForViewModels (#2448) @cabauman
- ea8f2c0 fix: windows-common ViewModelViewHost creating the old view again (#2447) @HrlecMatej
- ceb2b42 Fix: ObservableAsPropertyHelper.Value throws ArgumentNullException #2455 (#2456) @jcummings2
Dependency Updates
-
b1f4f87 housekeeping: Upgraded Xamarin.Forms to v4.6 (#2443) @RLittlesII
-
cd128f1 build(deps): bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31 (#2454)
-
7ad1155 build(deps): bump FodyPackaging from 6.2.0 to 6.2.1 (#2459)
-
c8dcff4 build(deps): bump FodyHelpers from 6.2.0 to 6.2.1 (#2461)
-
e5bd1f4 build(deps): bump Microsoft.AspNetCore.Components from 3.1.4 to 3.1.5 (#2435)
-
5bd41c5 build(deps): bump Microsoft.AspNetCore.Components from 3.1.5 to 3.1.6 (#2452)
11.4.17
Changes:
- c2ea024 build(deps): bump Xamarin.AndroidX.Preference from 1.1.1 to 1.1.1.1 (#2432) @dependabot
- a0dc437 housekeeping: add extra branches to version.json (#2434) @glennawatson
- 95ccbc5 build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#2415) @dependabot
- e74295c build(deps): bump Xamarin.AndroidX.Fragment from 1.2.4 to 1.2.4.1 (#2431) @dependabot
- 8b43dfb housekeeping: Update Cake to v0.38.1 (#2433) @RLittlesII
- 82de753 Update azure-pipelines.yml for Azure Pipelines @glennawatson
- 371b7fc build(deps): bump Xamarin.AndroidX.AppCompat from 1.1.0 to 1.1.0.1 (#2430) @dependabot
- c39cb22 build(deps): bump Xamarin.AndroidX.RecyclerView from 1.1.0 to 1.1.0.1 (#2429) @dependabot
- 4102ed4 build(deps): bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (#2427) @dependabot
- 770e126 build(deps): bump FodyPackaging from 6.1.1 to 6.2.0 (#2424) @dependabot
- b1aa68d build(deps): bump FodyHelpers from 6.1.1 to 6.2.0 (#2425) @dependabot
- f94db8a build(deps): bump Fody from 6.1.1 to 6.2.0 (#2426) @dependabot
- 552645c build(deps): bump PublicApiGenerator from 10.0.2 to 10.1.0 (#2413) @dependabot
- e9e43a1 build(deps): bump Microsoft.AspNetCore.Components from 3.1.3 to 3.1.4 (#2410) @dependabot
- 22a8c5d build(deps): bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#2411) @dependabot
- e6b793d housekeeping: Updated FxCopAnalyzers to v3.0 (#2405) @RLittlesII
11.4.1
Changes:
- b5566ef Fix #2382 DelayChangeNotifications does not delay PropertyChanged events (#2403) @WalkerCodeRanger
- 47e57a6 build(deps): bump Nerdbank.GitVersioning from 3.1.74 to 3.1.91 (#2399) @dependabot
- 7bb038c feature: Improved TransitioningContentControl animations (#2402) @luisllamasbinaburo
- c6697c5 fix: Additional Subscriptions causing out of memory exception (#2400) @RLittlesII
- b87e6c9 build(deps): bump Xamarin.AndroidX.Preference from 1.1.0 to 1.1.1 (#2394) @dependabot
- 0a2520b build(deps): bump Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1 (#2393) @dependabot
- 98efc33 build(deps): bump Xamarin.AndroidX.Fragment from 1.2.3 to 1.2.4 (#2392) @dependabot
- e946cfd fix: ReactiveComponentBase creating unnecessary subscriptions (#2391) @RLittlesII
11.3.8
Changes:
- 2e469f6 fix: Fix android crashing on text binding (#2390) @glennawatson
11.3.7
Changes:
- 2430a46 housekeeping: Upgraded Xamarin.Forms to v4.5 (#2388) @RLittlesII
- 56c4885 build(deps): bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0 (#2385) @dependabot
- e28e717 build(deps): bump Microsoft.Reactive.Testing from 4.3.2 to 4.4.1 (#2381) @dependabot
- 73f492e build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#2365) @dependabot
- 6c65d38 build(deps): bump System.Reactive from 4.3.2 to 4.4.1 (#2380) @dependabot
- b45b638 build(deps): bump Microsoft.CodeAnalysis.Analyzers from 2.9.8 to 3.0.0 (#2379) @dependabot
This list of changes was auto generated.
11.3.1
Changes:
- 9077d64 build(deps): bump Xamarin.AndroidX.Fragment from 1.2.2 to 1.2.3 (#2376) @dependabot
- ea106ba build(deps): bump Microsoft.AspNetCore.Components from 3.1.2 to 3.1.3 (#2373) @dependabot
- b6fb6a1 build(deps): bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74 (#2374) @dependabot
- f4e707d Update README.md (#2371) @clairernovotny
- ff625fe housekeeping: updated README to Claire Novotny (#2370) @RLittlesII
- 28d8d57 build(deps): bump Nerdbank.GitVersioning from 3.0.50 to 3.1.71 (#2364) @dependabot
- 149a2bf build(deps): bump Xamarin.AndroidX.Fragment from 1.1.0 to 1.2.2 (#2367) @dependabot
- 77474a7 Mark deprecated fragment classes obsolete (#2369) @cabauman
11.2.3
Changes:
- e2c538c housekeeping: Added Android Resource Designer to .gitignore (#2357) @RLittlesII
- 3432418 housekeeping: Upgraded Xamarin.Forms to v4.4 (#2355) @RLittlesII