Releases: reactiveui/ReactiveUI
Releases · reactiveui/ReactiveUI
11.2.1
Overview
Splat.Drawing functionality is now in its own assembly called ReactiveUI.Drawing
. This will prevent unnecessary bitmap processing when not needed on Android.
Changes:
- b7df987 feature: Add ReactiveUI.Drawing (#2353) @glennawatson
- ecd1830 build(deps): bump Xamarin.AndroidX.AppCompat (#2345) @dependabot
- 1c1f357 build(deps): bump FodyPackaging from 6.0.8 to 6.1.1 (#2351) @dependabot
- a453675 build(deps): bump Xamarin.AndroidX.Fragment (#2346) @dependabot
- 105f587 fix: grammar and spelling of the Interactions documentation (#2349) @guillermooo
- 734b3b4 build(deps): bump Microsoft.AspNetCore.Components from 3.1.1 to 3.1.2 (#2348) @dependabot
- af945af build(deps): bump FodyHelpers from 6.1.0 to 6.1.1 (#2350) @dependabot
- 43c6fe7 build(deps): bump Fody from 6.1.0 to 6.1.1 (#2352) @dependabot
- 98ee1b9 build(deps): bump Xamarin.AndroidX.RecyclerView (#2347) @dependabot
- 8951172 build(deps): bump JetBrains.DotMemoryUnit (#2337) @dependabot
- 2845ba3 build(deps): bump FodyHelpers from 6.0.8 to 6.1.0 (#2339) @dependabot
- 5974aa7 build(deps): bump Fody from 6.0.8 to 6.1.0 (#2341) @dependabot
- 857752f build(deps): bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#2343) @dependabot
11.1.23
Changes:
- 46d4a60 fix: Blazor ViewModel nullability during rendering (#2336) @RLittlesII
- a9f4585 fix: Added Parameter tag on ReactiveComponentBase VM, moved troublesome WhenAny statement to OnAfterRender. (#2335) @richbryant
11.1.21
Changes:
- c0fc1d3 Fix: StateHasChanged firing before render being available in Blazor (#2334) @glennawatson and @limefrogyank
11.1.20
Changes:
- 5a0b5df fix: NavigateBack wrong values on the NavigationStack (#2331) @RLittlesII @garyng
- bcb2692 build(deps): bump FodyPackaging from 6.0.6 to 6.0.8 (#2327) @dependabot
- 63c49d5 build(deps): bump FodyHelpers from 6.0.6 to 6.0.8 (#2328) @dependabot
- cf4b04e build(deps): bump Fody from 6.0.6 to 6.0.8 (#2329)
- b26c43c Fix and refactor Visual Studio snippets (#2323) @dependabot
- 8326203 build(deps): bump Roslynator.Analyzers from 2.2.0 to 2.3.0 (#2322) @dependabot
- a9086da Feature: fix and add Visual Studio snippets (#2321) @Lixfeld
- afc92b6 housekeeping: Update Cake to 0.36.0 (#2320) @glennawatson
This list of changes was auto generated.
11.1.12
Changes:
- b3fc91c Fix Blazor from crashing on view model changes (#2319) @richbryant and @limefrogyank
11.1.11
Changes:
- ab3feed fix: NavigateBack ObserveOn Router Scheduler (#2315) @RLittlesII
- 64f8ae3 build(deps): bump Microsoft.AspNetCore.Components from 3.1.0 to 3.1.1 (#2311) @dependabot
- 0dfd934 build(deps): bump Microsoft.Xaml.Behaviors.Wpf from 1.1.3 to 1.1.19 (#2314) @dependabot
- 3f983d2 Fix typo in doc comment (#2310) @bitbonk
- f237bf5 Fix invalid syntax in API documentation (#2307) @Lixfeld
11.1.6
Changes:
- 0f0b520 fix: add null check for blazor view model property changes (#2305) @glennawatson
- 8d7f45d fix: Blazor StateHasChanged not firing on ViewModel change (#2303) @glennawatson
- 908579d build(deps): bump FodyPackaging from 6.0.5 to 6.0.6 (#2301) @dependabot
- 6e3d4d8 build(deps): bump FodyHelpers from 6.0.5 to 6.0.6 (#2302) @dependabot
- 6347c1e build(deps): bump Fody from 6.0.5 to 6.0.6 (#2300) @dependabot
11.1.1
Changes:
- 5d4d4f0 feature: Enable WASM on Blazor (#2295) @richbryant
- a5099b4 refactor: Make the wasm project use wildcard versioning (#2296) @glennawatson
- 308b082 Avoid warnings about package downgrade (#2293) @weitzhandler
- 38ba1eb build(deps): update Uno.UI requirement from 1.* to 2.* (#2285) @dependabot
- ab7947f build(deps): bump Splat.Drawing from 9.3.3 to 9.3.4 (#2291) @dependabot
- 4547b9b build(deps): bump Splat.Drawing from 9.2.11 to 9.3.3 (#2287) @dependabot
11.0.6
Changes:
- be8a623 build(deps): bump Microsoft.Reactive.Testing from 4.3.1 to 4.3.2 (#2290)
- ba7b349 build(deps): bump System.Reactive from 4.3.1 to 4.3.2 (#2289)
- 75e1b70 Fix Reflection.ThrowIfMethodsNotOverloaded (#2284) @TheKeyblader
- 858ef01 feature: DefaultViewLocator now public for users to override ViewModelToViewFunc (#2275) @fdoyon
- 0dd8f2c housekeeping: Upgraded Xamarin.Forms to v4.3 (#2278) @RLittlesII
11.0.1
Changes:
- aa8d763 build(deps): bump Splat.Drawing from 9.2.7 to 9.2.11 (#2274) @dependabot
- 125387d refactor: Remove the weak event managers (#2276) @glennawatson