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

Add a new flag to pull attribute editors into edge labels #692

Merged
merged 5 commits into from
Nov 15, 2023

Commits on Nov 14, 2023

  1. Add support for pulling annotations into edge labels (#611)

    The functionality is hidden behind the new "pull annotations" property of
    diagram editors. Only if the flag is true (default false) will the behavior
    change.
    HeikoBecker committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a6b8120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d6c25 View commit details
    Browse the repository at this point in the history
  3. Clean up the runtime (#611)

    Removes print statements
    HeikoBecker committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    82141a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Use a query function for pullAnnotations (#611)

    This makes it easier to customize the behavior of the flag
    HeikoBecker committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    90a6204 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    HeikoBecker committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7641f9c View commit details
    Browse the repository at this point in the history