Releases: reactiveui/ReactiveUI
Releases · reactiveui/ReactiveUI
10.5.43
Changes:
- f0aefc1 build(deps): bump Microsoft.AspNetCore.Components from 3.0.0 to 3.1.0 (#2267)
- cd45c74 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#2259)
- 8ba8427 build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#2268)
- 73ae282 build(deps): bump System.Collections.Immutable from 1.6.0 to 1.7.0 (#2266)
- 590e23b build(deps): bump Splat.Drawing from 9.1.1 to 9.2.7 (#2257)
- 3c0ddb7 build(deps): bump Xamarin.AndroidX.RecyclerView (#2261)
- 6587671 build(deps): bump System.Reactive from 4.2.0 to 4.3.1 (#2269)
- 2c1ac9c build(deps): bump Microsoft.Reactive.Testing from 4.2.0 to 4.3.1 (#2271)
- f79c82b fix: issues with binding to library (#2272) @glennawatson
- 25522a7 build(deps): bump Microsoft.CodeAnalysis.Analyzers from 2.9.7 to 2.9.8 (#2260)
- c486e89 build(deps): bump Microsoft.SourceLink.GitHub (#2262)
- d53a86b fix: sometimes the core dispatcher can't be fetched in constructor (#2255) [ #2154 ] @jasonwurzel
10.5.31
Changes:
This list of changes was auto generated.
10.5.30
Changes:
- 02e932d fix: Crashes in scheduler for Xaml Islands (#2154) @jasonwurzel
- 857eb2a build(deps): bump Xamarin.AndroidX.RecyclerView (#2250) @dependabot
- e9bcc33 build(deps): bump Fody from 6.0.4 to 6.0.5 (#2246) @dependabot
- 390ac62 build(deps): bump FodyHelpers from 6.0.4 to 6.0.5 (#2244) @dependabot
- 70dc81c build(deps): bump FodyPackaging from 6.0.4 to 6.0.5 (#2245) @dependabot
- a7512fb build(deps): bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.4.0 (#2241) @dependabot
- 7a6530e housekeeping: Update link to Fody documentation (#2242) @dependabot
- 39e2c0b build(deps): bump Microsoft.SourceLink.GitHub (#2239) @dependabot
- d8a9158 build(deps): bump Fody from 6.0.2 to 6.0.4 (#2236) @dependabot
- e580c37 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#2235) @dependabot
- 8ae06ef build(deps): bump Microsoft.CodeAnalysis.Analyzers from 2.9.6 to 2.9.7 (#2234) @dependabot
- b1bd5c9 build(deps): bump FodyPackaging from 6.0.2 to 6.0.4 (#2237) @dependabot
- 9755cda build(deps): bump FodyHelpers from 6.0.2 to 6.0.4 (#2238) @dependabot
- 4e18f88 build(deps): bump Roslynator.Analyzers from 2.1.0 to 2.2.0 (#2227) @dependabot
- 79fed45 Fixed Punctuation and grammar errors in Readme (#2226) @anupamasok
- 0100e82 housekeeping: Upgraded Xamarin.Forms to v4.2 (#2225) @RLittlesII
- fb1aea4 build(deps): bump FodyPackaging from 6.0.1 to 6.0.2 (#2223) @dependabot
- 2fcbadf build(deps): bump FodyHelpers from 6.0.1 to 6.0.2 (#2224) @dependabot
- 9e40fe2 build(deps): bump Fody from 6.0.1 to 6.0.2 (#2222) @dependabot
- 1bde40f build(deps): bump Fody from 6.0.0 to 6.0.1 (#2220) @dependabot
- 80b7231 build(deps): bump FodyHelpers from 6.0.0 to 6.0.1 (#2217) @dependabot
- ff3aa48 build(deps): bump Microsoft.Xaml.Behaviors.Wpf from 1.0.30 to 1.1.3 (#2219) @dependabot
- ae54ae3 build(deps): bump FodyPackaging from 6.0.0 to 6.0.1 (#2218) @dependabot
10.5.7
Changes:
- e86935b fix: exception inside UWP SingleWindowDispatcherScheduler (#2216) @glennawatson
10.5.6
Changes:
- 77e160a Fix: fatal exception "Element not found" in UWP multiple views apps (#2215) @KAS1990
- f0dbc9c build(deps): bump Microsoft.Xaml.Behaviors.Wpf from 1.0.1 to 1.0.30 (#2214)
- 22fa49e build(deps): bump Microsoft.CodeAnalysis.CSharp.Workspaces (#2210)
- 9483f15 build(deps): bump Microsoft.CodeAnalysis.Analyzers from 2.9.3 to 2.9.6 (#2212)
- 20ca999 build(deps): bump System.Collections.Immutable from 1.5.0 to 1.6.0 (#2211)
10.5.1
Overview
This release has huge contributions from new contributors.
- We have a Fody analyzer which checks to make sure you have the correct conditions when using it.
- We also have some unit tests for the android project.
- We also bumped the minimum version of System.Reactive from 4.1.6 to 4.2.0 which adds .NET Core 3 support (previous we were using a pre-release version for these platforms).
- Also a bug fix for some crashes that happen randomly on the UWP project with multiple views.
Changes:
- e6f6498 fix: UWP sometimes crashes in threading (#2208) @glennawatson
- f49731b Fix: the disposal exceptions (#2209) @glennawatson
- 8fb45dc feature: add Android unit tests (#2201) @duracellko
- a82f7a6 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#2193) @dependabot
- e24fbdd feature: Add Roslyn Analyzer for Fody plugin (#2199) @arontsang
- c661691 Housekeeping: Update System.Reactive from 4.1.6 to 4.2.0 (#2204) @glennawatson
- e3ef2a8 feature: Added SuspendLayout to RoutedViewHost WinForms control. (#2200) @trucksmart
10.4.1
Changes:
- 1f52747 housekeeping: Update to MsBuild.Sdk.Extras 2.0.54 (#2198) @glennawatson
- c5838d4 build(deps): bump Splat.Drawing from 9.0.5 to 9.1.1 (#2192) @dependabot
- 382ac40 Fix: TypeLoadException in .net core app 3.0 (#2195) [ #2194 ] @anaisbetts
- f5f8d9a Housekeeping: Msbuild nuget package description validation (#2189) @dpvreony
- 1d0fa9b Feature: give packages unique descriptions and tags (#2190) @rgomez90
- 76f6833 feature: Add warning when running .NET Standard (#2186) [ #2164 ] @rgomez90
- aac1e6a housekeeping: Update CONTRIBUTING.md (#2185) [ #2164 ] @rgomez90
10.3.6
Overview
A minor point release.
This fixes issues with the SuspensionHost when in Unit Testing mode.
Updates the dependencies on the Blazor project to match .NET 3.0 RTM release.
A few test time dependency updates.
Changes:
- 89c4621 Fix NRE when accessing RxApp.SuspensionHost (#2181) @worldbeater
- 5b93917 build(deps): bump Nerdbank.GitVersioning from 3.0.25 to 3.0.26 (#2179) @dependabot
- e77e1e5 fix: the WPF designer by removing abstract (#2180) @glennawatson and @ChrisPulman
- 9a19504 Update ReactiveUI.Blazor.csproj @glennawatson
- 753e511 build(deps): bump Splat.Drawing from 9.0.4 to 9.0.5 (#2176) @dependabot
10.3.1
Changes:
- 88c5fde Update to version 10.3
- 66c2f08 housekeeping: fix the integration tests (#2175)
- 3956417 feature: Create the ReactiveUI.AndroidX package (#2174)
- ad57904 build(deps): bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.3.0 (#2172)
- eb2dff2 housekeeping: Update to splat 9 (#2173)
- 721c4a2 housekeeping: Update Reactive.Wasm to 1.0.1-preview.12
10.2.2
Changes:
- a20758e fix: in non-UI .netcoreapp3.0 applications a compile error is produced. (#2171) @glennawatson