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

fix: Remove triple parsing of diagrams #4697

Merged
merged 7 commits into from
Aug 11, 2023
Merged

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    10d5b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95efc17 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. chore: Remove comments, cleanup

    Co-authored-by: Alois Klink <alois@aloisklink.com>
    Co-authored-by: Nikolay Rozhkov <nironame@gmail.com>
    Co-authored-by: Yokozuna59 <u.yokozuna@gmail.com>
    4 people committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    646f766 View commit details
    Browse the repository at this point in the history
  2. chore: remove comment

    Co-authored-by: Alois Klink <alois@aloisklink.com>
    sidharthv96 and aloisklink committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4471001 View commit details
    Browse the repository at this point in the history
  3. chore: Minor cleanups

    sidharthv96 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    776b219 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    bae9a7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into sidv/fixTripleParsing

    * develop: (59 commits)
      fix!(deps): fix zenuml style leakage. update @zenuml/core to ^3.0.6 to fix the style leakage.
      Update selectSvgElement.ts
      create `Group` type
      Add specialChars in textNoTagsToken, alphaNumToken
      Return Unicode Text to idStringToken definition
      Add underscore to unit test on special Chars
      Revert to old docs concerning quotations marks in string
      Refactor unit tests and remove repetition
      Correct idStringToken definition to include all individual special tokens
      Add unit tests for node ids with special Chars
      Create lychee.toml
      create `selectSvgElement`
      change `svgElem` to `SVG` in `configureSvgSize`
      add `configureSvgSize` in infoRenderer
      run docs:build
      remove info sandbox test case
      Remove replaceAll method in addLink
      Modify HREF token regex to contain space
      Add unit tests for stange node names
      Remove escaped quotes with backslash feature
      ...
    sidharthv96 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    da8112a View commit details
    Browse the repository at this point in the history