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

Reconnect visualizations when switching their types #11494

Merged
merged 8 commits into from
Nov 13, 2024

Commits on Nov 5, 2024

  1. Reconnect visualizations when the type changes

    Avoiding passing cached data to visualization when the source of data does not match visualization type.
    vitvakatu committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    eb18e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33595d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update vue devtools

    vitvakatu committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    caaab4a View commit details
    Browse the repository at this point in the history
  2. debugAccess utility

    vitvakatu committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6bc9d56 View commit details
    Browse the repository at this point in the history
  3. Fix error visualization failure and rework visualization reconnection

    - No longer using reconnect function to update visualization id, but instead doing it automatically
    - Found and mitigate a bug in Vue that caused inconsistent state when updating props on custom element component
    vitvakatu committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e01854c View commit details
    Browse the repository at this point in the history
  4. bring back onCleanup

    vitvakatu committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    81a801f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

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