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

Controllers can be added/removed during lifecycle. #4388

Merged
merged 6 commits into from
Nov 13, 2023

Commits on Nov 10, 2023

  1. Controllers can be added/removed during lifecycle.

    Fixes lit#4266. Controllers are maintained via a Set
    instead of an Arry, allowing them to be iterated
    stably while being modified.
    Steve Orvell committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    821040f View commit details
    Browse the repository at this point in the history
  2. Add changeset.

    Steve Orvell committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e2abae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Update changeset and check-size

    Steve Orvell committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a60a3a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    6611a2a View commit details
    Browse the repository at this point in the history
  2. Remove duplicate changeset

    augustjk committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e8c0884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0773b7 View commit details
    Browse the repository at this point in the history