19.5.31
版本发布时间: 2023-12-16 12:58:48
reactiveui/ReactiveUI最新发布版本:20.1.63(2024-09-21 09:46:13)
Dependencies:
- d146a33c4727f7f8296121abac147cebb0e1ffdc build(deps): bump xunit.runner.console from 2.5.0 to 2.5.1 in /integrationtests (#3634) @dependabot[bot]
- 65d16c5775ca80c389b0ebe32367ed28c4b1aa74 build(deps): bump Xamarin.Jetbrains.Annotations from 24.0.1.3 to 24.0.1.4 in /integrationtests (#3633) @dependabot[bot]
- a68c1961cb20c6524bb68c1fdfa0946622276a48 build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 in /integrationtests (#3631) @dependabot[bot]
- 80a26bf149cf475c3f67720afe70abfb51c3636d build(deps): bump xunit from 2.5.0 to 2.5.1 in /integrationtests (#3629) @dependabot[bot]
- 0a61f2ab88d3a7e0721c1dc41fed43f30900c011 build(deps): bump Xamarin.AndroidX.Media from 1.6.0.6 to 1.6.0.7 in /integrationtests (#3632) @dependabot[bot]
- 6067c9cfe08e246367091fac9eed5c30db6525ba build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 in /integrationtests (#3655) @dependabot[bot]
- 14628e9cb2646cb4b675e034c56f87f1619e08cb build(deps): bump xunit from 2.5.1 to 2.6.1 in /src (#3667) @dependabot[bot]
- b8d269ad7e7ef0af20c4c2e0180eb618048816e2 build(deps): bump xunit.runner.console from 2.5.1 to 2.6.1 in /src (#3668) @dependabot[bot]
- bd5458948284baef62d4d5c775317929c90cc9de build(deps): bump Roslynator.Analyzers from 4.5.0 to 4.6.1 in /src (#3657) @dependabot[bot]
- 2b677ca5000b54677de4f9ed9a9ee00b38b361b6 build(deps): bump xunit.runner.console from 2.5.1 to 2.6.1 in /integrationtests (#3666) @dependabot[bot]
- 0a8205d99c4cf6de16d879a8c54f5285c0acdc26 build(deps): bump Roslynator.Analyzers from 4.5.0 to 4.6.1 in /integrationtests (#3654) @dependabot[bot]
- fd1e8954027cc171d492119a671f399c3bed28e4 build(deps): bump xunit from 2.5.1 to 2.6.1 in /integrationtests (#3665) @dependabot[bot]
- 8f11df403a962cb8a2a9539c8134084c65db259e build(deps): bump Xamarin.Jetbrains.Annotations from 24.0.1.4 to 24.0.1.5 in /integrationtests (#3653) @dependabot[bot]
- e3a37cabcfcf8ca2cb3c5b9514fae98e8a6060a7 build(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 in /integrationtests (#3686) @dependabot[bot]
- 436bd953f8e76513b017b622a438da12c4a28661 build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /integrationtests (#3687) @dependabot[bot]
- ff82eb7cc39a5b33916e6e0222710d1b60ca14fa build(deps): bump Roslynator.Analyzers from 4.6.1 to 4.7.0 in /integrationtests (#3689) @dependabot[bot]
- a1e6ee3088a96b1a41968a02bd057499cacca212 build(deps): bump dessant/lock-threads from 4 to 5 (#3688) @dependabot[bot]
- f533f16dce7be1c18553eb7a01aeb653e6622525 build(deps): bump XunitVersion from 2.6.1 to 2.6.2 in /integrationtests (#3684) @dependabot[bot]
Features:
- c643a4ab5f598f77b653e4a0997d3ee8392f1b77 Feature : Change Newtonsoft.Json to System.Text.Json (#3562) @ChrisPulman
- dd1e6b3c754315cf315c0ef0732e2c7caf27e3f3 Feature : Add Net 8.0 (#3671) @ChrisPulman
Fixes:
- ba197d406b700e588507f6ba6aebb6642b48cc32 Fix Global Usings One Per Project (#3648) @ChrisPulman
- 45a92aff17809c6338be0500c14f6d904df7db54 Fix API Tests (#3679) @ChrisPulman
- 14821ae2a16d9173b3abc93f7c3c877106a09158 Fix MAUI RoutedViewHost Navigation (#3692) @idotta
- 0db51674faba332159e7a86cf4842b9adfcc0208 Fix stop oaph omitting inappropriately (#3693) @AmrAlSayed0
Housekeeping:
- f6bdee07f7f3b475439afbbd7a6f57d0ccb51df6 Housekeeping - Update Spelling and minor code fixes (#3649) @ChrisPulman
- 2d3f18bfe39328bde526b7aea97f2684ba553260 Housekeeping Update Packages (#3669) @ChrisPulman
Other:
- 246e8ef1ca47bff88228e33a1897aa966f6de109 breaking change: Make Bind use non-generic IViewFor (#3676) @ChrisPulman
- f3e21ded129baf32f2846934614d74a0c6cab48d Revert "breaking change: Make Bind use non-generic IViewFor (#3676)" @glennawatson
- 23334c1b2b70a8ba4bee2c1237374716a784a7c1 breaking change: Make Bind use non-generic IViewFor (#3677) @ChrisPulman
- 65377aa0f30be49917eb3d19bbfcd89e4dbc928f Marking Observable properties from ReactiveObject and ReactiveRecord … (#3695) @Micha-kun