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

Honor changing view controller type. #7814

Merged
merged 10 commits into from
May 23, 2023

Commits on Apr 4, 2023

  1. Honor changing view controller type.

    When replacing existing Views with changed Controller types, if
    the new Views happen to have the same ids, then the new Controller
    types are not honored, and instead the old, possibly incompatible
    Controllers are used instead.
    hkfb committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d237a3a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Added test to verify controller update.

    Havard Bjerke committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b90835d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df659a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    0157798 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    24567dd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    a54172f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    33cf1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    43de49d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    498fa39 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    3237e90 View commit details
    Browse the repository at this point in the history