Releases: reactiveui/splat
Releases · reactiveui/splat
9.3.1
Changes:
- f601db1 build(deps): bump SimpleInjector from 4.8.0 to 4.8.1 (#438)
- a750a05 feature: add new target frameworks (#446) @glennawatson
- 79787d7 build(deps): bump System.Reflection.TypeExtensions from 4.6.0 to 4.7.0 (#440)
- 6627a00 build(deps): bump System.Collections.Immutable from 1.6.0 to 1.7.0 (#443)
- be2f2b0 build(deps): bump Microsoft.Extensions.Logging from 3.0.1 to 3.1.0 (#442)
- 8a5a757 build(deps): bump Microsoft.Reactive.Testing from 4.2.0 to 4.3.1 (#445)
- 6ab27eb build(deps): bump Microsoft.SourceLink.GitHub (#436)
9.2.11
Changes:
- 05a3967 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#435) @dependabot
- bc46036 build(deps): bump SimpleInjector from 4.7.1 to 4.8.0 (#434) @dependabot
- 5bd25b2 build(deps): bump Prism.Core from 7.2.0.1367 to 7.2.0.1422 (#432) @dependabot
- 2fe0886 build(deps): bump Prism.Forms from 7.2.0.1367 to 7.2.0.1422 (#433) @dependabot
This list of changes was auto generated.
9.2.7
Changes:
- 80b5898 Fix: parameter to prism container didn't contain valid entries @glennawatson
- 368b483 fix: default creation func being returned, not it's generated contents @glennawatson
- b0f93f0 Feature: Add a set of overloads that allow for you to pass in the default creation type @glennawatson
- b812ae4 Fix: a compile bug in regards to non-documented methods @glennawatson
- 31cb5c9 feature: add IDependencyResolver to the prism IContainerExtension adapter @glennawatson
- 4781037 build(deps): bump Serilog from 2.8.0 to 2.9.0 (#417) @dependabot
9.2.4
Changes:
- b812ae4 Fix: a compile bug in regards to non-documented methods @glennawatson
- 31cb5c9 feature: add IDependencyResolver to the prism IContainerExtension adapter @glennawatson
- 4781037 build(deps): bump Serilog from 2.8.0 to 2.9.0 (#417)
9.2.1
Changes:
- fb91958 feature: Add Prism DI extensions (#431) @glennawatson
- a727eb9 Fix: Typo Splay=>Splat (#425) @rgomez90
- a5bc254 build(deps): bump Microsoft.SourceLink.GitHub (#422) @dependabot
- 4ed51b0 build(deps): bump Microsoft.Reactive.Testing from 4.1.6 to 4.2.0 (#416) @dependabot
- ab5894f build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#420) @dependabot
- da4ad12 build(deps): bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 (#424) @dependabot
- 70abe56 build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#414) @dependabot
9.1.1
Changes:
- eec8bb9 build(deps): bump Microsoft.Extensions.Logging from 2.2.0 to 3.0.0 (#407) @dependabot
- 0a61440 build(deps): bump Microsoft.Extensions.DependencyInjection (#410) @dependabot
- c763f9c build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers (#412) @dependabot
- 7c0698c Using TryResolve instead of Resolve (#413) @StanleyGoldman
- 5b6187d build(deps): bump System.Collections.Immutable from 1.5.0 to 1.6.0 (#409) @dependabot
- 09916d8 build(deps): bump Nerdbank.GitVersioning from 3.0.25 to 3.0.26 (#411) @dependabot
- 5ed97f7 build(deps): bump System.Reflection.TypeExtensions from 4.5.1 to 4.6.0 (#408) @dependabot
- 9056b27 Update README.md @glennawatson
- ec7adf7 Update README.md @glennawatson
This list of changes was auto generated.
9.0.5
Overview
Expose a override for the platform detector. For unit testing.
Changes:
- 6c87509 fix: Missing override for platform mode detector (#406) @glennawatson
9.0.4
Overview
Because increasing number of services use .net core 3.0 for their UI layer (Uno/Blazor), we've separated the UI specific functionality into it's own package Splat.Drawing
. This contains the bitmap, color, and platform design mode detection now.
To register the bitmap loader on the platform the following:
Locator.CurrentMutable.RegisterPlatformBitmapLoader();
To detect if the current UI system is in design mode do the following:
PlatformModeDetector.Current.InDesignMode();
Secondly we added analyzers around null checking. There are null checks around common areas of public API to detect if you pass in a null when a object is required.
Changes:
- 0d1fc01 Set AndroidUseIntermediateDesignerFile to false @glennawatson
- b1c41db housekeeping: Temporarily add back android compile hack @glennawatson
- e07b108 housekeeping: Add Splat.Drawing to the cake build @glennawatson
- 1e5b501 Release: Splat 9.0 @glennawatson
- a5315ce housekeeping: Move UI functionality to Splat.Drawing (#403) @glennawatson
- 7b59dff build(deps): bump Serilog.Exceptions from 5.3.0 to 5.3.1 (#356) @dependabot
- 8d99f81 build(deps): bump Autofac from 4.9.3 to 4.9.4 (#389) @dependabot
- d14f1bc build(deps): bump NLog from 4.6.5 to 4.6.7 (#395) @dependabot
- 6bfa99c build(deps): bump SimpleInjector from 4.6.0 to 4.7.1 (#399) @dependabot
- bb4b26f build(deps): bump DryIoc.Dll from 4.0.5 to 4.0.7 (#400) @dependabot
- 1750b7a build(deps): bump Xamarin.Forms from 4.2.0.709249 to 4.2.0.778463 (#401) @dependabot
- c5bf2d0 Fix: add contract to HasRegistration (#394) [ #372 ] @glennawatson
8.3.1
Changes:
- 1fe6378 build(deps): bump Xamarin.Forms from 4.1.0.673156 to 4.2.0.709249 (#392) @dependabot
- 6a886d8 housekeeping: Source logo from styleguide repository (#393) @RLittlesII
- 3b8f078 fix: Microsoft dependency injection IDependencyResolver.GetServices returns null (#386) @weitzhandler
- 8a8d884 housekeeping: updated MSDI docs (#384) @weitzhandler
- adc5848 build(deps): bump Xamarin.Forms from 4.1.0.618606 to 4.1.0.673156 (#383) @dependabot
- 8e43198 build(deps): bump Nerdbank.GitVersioning from 3.0.24 to 3.0.25 (#385) @dependabot
- 436eb80 Update README.md (#387) @giusepe
- c2c0fc8 fix: Android DesignTimeBuild issue with MsBuild.Sdk.Extras (#390) @RLittlesII
- 9fa5f68 Housekeeping: update msbuild.sdk.extras @glennawatson
- dde0a28 fix: reuse resolver instead of re-instantiating it (#381) @weitzhandler
- 894005a housekeeping: Updated README.MD (#380) @RLittlesII
- d9a4c00 Delete release-drafter.yml @glennawatson
- 4303672 Delete PULL_REQUEST_TEMPLATE.md @glennawatson
8.2.4
Overview
- As with our other packages. We downgraded to UAP 10.0.16299 so that it doesn't get confused with the .net standard 2.0 DLL.
- We have added support for the Microsoft Dependency Injection framework. Any bugs please report on this one.
- Autofac was updated to 4.9.3
- Bunch of internal dependencies were updated. Mostly tested related packages.
Changes:
- bc61550 housekeeping: Make Splat rely on UAP10.0.16299 @glennawatson
- 8e4e722 housekeeping: Update cake to 0.34.1 @glennawatson
- 4760f08 Update azure-pipelines.yml @glennawatson
- df09ee2 housekeeping: Release Splat 8.2 @glennawatson
- e48eec3 feature: Microsoft dependency injection implementation (#370) @weitzhandler and @glennawatson and @RLittlesII
- 7bb2f67 housekeeping: update the git ignore file. (#375) @glennawatson
- 3bea09f Update PublicApiGenerator and FxCopAnalyzers @glennawatson
- 3715b5e build(deps): bump Xamarin.Forms from 4.1.0.581479 to 4.1.0.618606 (#366) @dependabot
- c8b90a1 build(deps): bump Nerdbank.GitVersioning from 2.3.183 to 3.0.24 (#374) @dependabot
- 8aa024e build(deps): bump Microsoft.Reactive.Testing from 4.1.5 to 4.1.6 (#371) @dependabot
- b752469 build(deps): bump Autofac from 4.9.2 to 4.9.3 (#365) @dependabot