Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking change: Make Bind use non-generic IViewFor #3677

Merged
merged 7 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Fix for #3644

    Add BindCommandNonGeneric this is too avoid the request of not changing the existing code, therefore adding to the available options.
    NOTE: Bind only requires `IViewFor` and `IViewFor<TViewModel>` inherits `IViewFor` therefore would still be a non breaking change if BindCommand were relaxed to IViewFor.
    
    add ReactiveUserControlNonGeneric for WinForms
    ChrisPulman committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3dc2d07 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Option 2 Fix For #3644

    ChrisPulman committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    751ab52 View commit details
    Browse the repository at this point in the history
  2. Fix API Tests (#3679)

    ChrisPulman committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    45a92af View commit details
    Browse the repository at this point in the history
  3. Rebase to Main

    ChrisPulman committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bf6059d View commit details
    Browse the repository at this point in the history
  4. Option 2 Fix For #3644

    ChrisPulman committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bc3f04b View commit details
    Browse the repository at this point in the history
  5. Rebase To Main

    ChrisPulman committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5494434 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c30218 View commit details
    Browse the repository at this point in the history