Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactiveui/ReactiveUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18.2.5
Choose a base ref
...
head repository: reactiveui/ReactiveUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.3.1
Choose a head ref
  • 7 commits
  • 23 files changed
  • 6 contributors

Commits on Jul 1, 2022

  1. build(deps): bump Verify.Xunit from 17.1.4 to 17.1.6 in /src (#3300)

    Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 17.1.4 to 17.1.6.
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](VerifyTests/Verify@17.1.4...17.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a03e713 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Fix for MAUI WinUI Schedulers (#3306)

    * Fix for Scheduler MAUI WinUI
    
    * Update ReactiveUI.Maui.csproj
    
    * Update ReactiveUI.Maui.csproj
    
    * Update ReactiveUI.Maui.csproj
    
    * Cleanup Maui Project add all Maui compatible WinUI code.
    
    * Correct issue with merge
    
    * Remove reference to PlatformOperations
    
    No relevant code for Maui or WinUI
    
    * Add ReactivePage
    
    Co-authored-by: Glenn <[email protected]>
    ChrisPulman and glennawatson authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    196b8a6 View commit details
    Browse the repository at this point in the history
  2. Fix for MAUI RoutedViewHost (#3303)

    * Fix for MAUI RoutedViewHost
    
    * Update RoutedViewHost.cs
    
    * Setting Page.Title prevents binding
    
    * Fix code style warnings
    
    * Fix cross thread issue with Title
    
    * Add missing using
    
    * Add SetTitleOnNavigate property
    
    Use ObserveOn(RxApp.MainThreadScheduler) and RxApp.MainThreadScheduler.Schedule to handle cross threading.
    
    * Add missing usings
    
    * Added missing using
    
    Co-authored-by: Glenn <[email protected]>
    Co-authored-by: Chris Pulman <[email protected]>
    3 people authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8fa79d1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump Microsoft.WindowsAppSDK from 1.1.1 to 1.1.2 in /src (

    …#3308)
    
    Bumps [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) from 1.1.1 to 1.1.2.
    - [Release notes](https://github.com/microsoft/windowsappsdk/releases)
    - [Commits](microsoft/WindowsAppSDK@v1.1.1...v1.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.WindowsAppSDK
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9f4c943 View commit details
    Browse the repository at this point in the history
  4. fix: verify.xunit (#3310)

    Update dependencies
    glennawatson authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f6aa117 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. [FIX] nullable conversions (#3316)

    * Fix nullable conversions
    
    * Fix when passing null, instead of string.Empty
    
    * Fix compiler error
    
    Co-authored-by: Tomáš Filip <[email protected]>
    tomasfil and Tomáš Filip authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cc156c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b5ddc View commit details
    Browse the repository at this point in the history
Loading