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

Streamlining and enhancing diagram rendering across various diagram types #5604

Merged
merged 274 commits into from
Aug 12, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    5e53d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024bffd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c286f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    16cd7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39bffcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323737f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d497a5c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. #5237 Bugfix for fork/join

    knsv committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b9a73c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 5237-unified-layout-common-renderer

    * develop: (462 commits)
      Update packages/mermaid/src/diagrams/sequence/parser/sequenceDiagram.jison
      fix: Simplify actor type of activeStart and activeEnd
      chore(deps): update all patch dependencies
      chore: Fix typo
      chore(deps): update all patch dependencies
      chore: remove repetitive words
      Update stateDiagram.md
      Update stateDiagram.md
      fix: simply from and to in message to string type
      docs: Add quadrant point styling
      feat: Change precedence of styling
      chore(deps): update all minor dependencies
      chore(deps): update all patch dependencies
      fix: eslint ignore, type definition
      chore(deps): update all patch dependencies
      fix: Remove `ImperativeState` type restriction.
      📝🐛 fix schema link
      update latest news section
      Changes to rendering/gitGraph.spec.js - Added additional rendering test functionality for recognizing 'switch' as an alias to 'checkout'.
      1. Changes to gitGraph.jison - Updated the regex to allow either 'checkout' or 'switch' 2. Changes to gitGraphParser.spec.js - Additional test coverage added for the changes made to the parser. 3. Changes to gitGraphParserV2.spec.js - Additional test coverafe added for the changes made to the parser. 4. Changes to gitgraph.md - Updated documentation to let users know that checkout/switch can be used interchangeably.
      ...
    sidharthv96 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7529db8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fbe13f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683695b View commit details
    Browse the repository at this point in the history
  3. #5237 Edge labels for ELK

    knsv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3ff4a69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7372d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32a62be View commit details
    Browse the repository at this point in the history
  6. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    94bb439 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f480fb7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. #5237 Alternating background

    knsv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7ecb772 View commit details
    Browse the repository at this point in the history
  2. #5237 Theme support

    knsv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ce6f273 View commit details
    Browse the repository at this point in the history
  3. #5237 Rough rendering of notes

    knsv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4c0b8f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f80c3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab07799 View commit details
    Browse the repository at this point in the history
  6. #5237 Style support in rects

    knsv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f5fefc0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e8018ed View commit details
    Browse the repository at this point in the history
  2. #5237 Improved Edge Handling

    knsv committed May 15, 2024
    Configuration menu
    Copy the full SHA
    42a12a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55afd8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f1d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    745ec0d View commit details
    Browse the repository at this point in the history
  6. Merge branch '5237-unified-layout-common-renderer' of https://github.…

    …com/mermaid-js/mermaid into 5237-unified-layout-common-renderer
    
    * '5237-unified-layout-common-renderer' of https://github.com/mermaid-js/mermaid:
      #5237 Theme support for stateStart, stateEnd, choice and fork/join
      #5237 Improved Edge Handling
      #5237 pass css node style like bgColor, borderColor, borderWeight for roughjs
    sidharthv96 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b1b27f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    287e903 View commit details
    Browse the repository at this point in the history
  8. Merge branch '5237-unified-layout-common-renderer' of https://github.…

    …com/mermaid-js/mermaid into 5237-unified-layout-common-renderer
    
    * '5237-unified-layout-common-renderer' of https://github.com/mermaid-js/mermaid:
      #5237 Increasing fill weight for rects in rough
    sidharthv96 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9fc17f6 View commit details
    Browse the repository at this point in the history
  9. chore: Minor fixes

    sidharthv96 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2d24180 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45cd2c0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    7fb079e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff36301 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. #5237 Handling tainted subgraphs

    knsv committed May 17, 2024
    Configuration menu
    Copy the full SHA
    47d4929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991721e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. #5237 Removal of debug logs

    knsv committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4463e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ef736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f2aba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d2c7c3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'develop' into 5237-unified-layout-common-renderer

    * develop: (50 commits)
      Update pnpm to v9
      chore: Fix link
      Update docs
      fixup, docs: update plugin's name
      Update docs
      Changed Mermaid Chart GPT plugin's name
      Updated Mermaid Chart ChatGPT plugin link
      chore(deps): update all patch dependencies
      run the pnpm --filter mermaid run docs:build command
      Update flowchart.md
      chore: address @Yokozuna59's code reviews
      Lint fix
      Fix for proper handling of block-diagram labels
      Fix for proper handling of block-diagram labels
      docs: Add blog post - Documentation Software (#5519)
      refactor: remove non-null assertion operator
      chore: remove unrefSubSchemas
      chore: Build config types before building types
      chore: Ignore `vite.config.ts.timestamp-`
      chore(deps): update all patch dependencies
      ...
    sidharthv96 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c10ab23 View commit details
    Browse the repository at this point in the history
  2. Add d3

    sidharthv96 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    60c79df View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    sidharthv96 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    75b0ee3 View commit details
    Browse the repository at this point in the history
  4. Fix cspell

    sidharthv96 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ca2c112 View commit details
    Browse the repository at this point in the history
  5. Minor cleanups

    sidharthv96 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    aa63f32 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5b66810 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5535 from mermaid-js/sidv/5237

    Internal
    sidharthv96 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a4de1b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2377a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddaa7af View commit details
    Browse the repository at this point in the history
  5. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3e60270 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5413668 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. chore: Suppress type errors

    Should fix properly
    sidharthv96 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    52e0dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47776e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d23b68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7da85b9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore: Fix types.d.ts

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e41bcca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269ddf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e094104 View commit details
    Browse the repository at this point in the history
  4. chore: Fix eslint errors

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dfe223c View commit details
    Browse the repository at this point in the history
  5. chore: Fix eslint errors

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8a07929 View commit details
    Browse the repository at this point in the history
  6. Merge branch '5237-unified-layout-common-renderer' into sidv/5237

    * 5237-unified-layout-common-renderer:
      Tweaking spacings for elk and confurinable network placement strategy
      #5237 Elk spacing tweak and fix for fonthandling in directives
      #5237 Handling label size for elk layout
      #5237 Handling paddings in subgraphs for state diagrams
      #5237 Handling paddings in subgraphs for state diagrams
    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e506908 View commit details
    Browse the repository at this point in the history
  7. chore ignore file

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f14b65c View commit details
    Browse the repository at this point in the history
  8. chore: Fix formatting

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f01a9d5 View commit details
    Browse the repository at this point in the history
  9. Update docs

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    af05df9 View commit details
    Browse the repository at this point in the history
  10. chore: Fix import

    sidharthv96 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8e40f31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eed5ba6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fa6bcd8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5539 from mermaid-js/sidv/5237

    Internal: Fix build
    knsv committed May 24, 2024
    Configuration menu
    Copy the full SHA
    48e313b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a56aa56 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. #5237 Only using markdown strings

    knsv committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c32116a View commit details
    Browse the repository at this point in the history
  2. Removing debug code

    knsv committed May 27, 2024
    Configuration menu
    Copy the full SHA
    37d799d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f65868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8dd4b9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    8fb9b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51bdda0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9855bdb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. #5237 Bugfixes

    knsv committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4266b2e View commit details
    Browse the repository at this point in the history
  2. #5237 Elk curve fix

    knsv committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2c9c3b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca1c41 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    01297fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d4a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 9, 2024

  1. #5237 Fix for edges in when using elk and subgraphs regarding offset …

    …and direction of marker in some edge cases
    knsv committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7fbe166 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

    knsv committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aaa4e8a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    5f110e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbceb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7763d9c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9981d3f View commit details
    Browse the repository at this point in the history
  2. 5237 Lint fixes

    knsv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    50394e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d895a62 View commit details
    Browse the repository at this point in the history
  4. 5237 Subgraph handling

    knsv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    913dbee View commit details
    Browse the repository at this point in the history
  5. 5237 Subgraph handling

    knsv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    36e4fcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b5bd99 View commit details
    Browse the repository at this point in the history
  7. 5237 Removed a comma

    knsv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f19a9d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a351528 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9643e8f View commit details
    Browse the repository at this point in the history
  2. #5237 Fix eslint error

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a6dc1ea View commit details
    Browse the repository at this point in the history
  3. #5237 Fix eslint error

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5281e0 View commit details
    Browse the repository at this point in the history
  4. #5237 Fix eslint error

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fc17733 View commit details
    Browse the repository at this point in the history
  5. 5237 Fixes after visual tests

    knsv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ec0e9b8 View commit details
    Browse the repository at this point in the history
  6. 5237 Fixes after visual tests

    knsv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    926762a View commit details
    Browse the repository at this point in the history
  7. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ef83adb View commit details
    Browse the repository at this point in the history
  8. Fix lint issues

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    94512c0 View commit details
    Browse the repository at this point in the history
  9. Fix lint issues

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5d24e5 View commit details
    Browse the repository at this point in the history
  10. 5237 Adding rectWith title shape

    knsv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e2e652a View commit details
    Browse the repository at this point in the history
  11. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1afd0a1 View commit details
    Browse the repository at this point in the history
  12. lint fixes

    ashishjain0512 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dd7f8ac View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. #5237 Lint fixes

    knsv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    92c05b9 View commit details
    Browse the repository at this point in the history
  2. #5237 Dagre padding adjustments

    knsv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5731b72 View commit details
    Browse the repository at this point in the history
  3. #5237 Fixes after visual testing. Handling multi-line notes and posit…

    …ioning of notes relative to the state
    knsv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    481f818 View commit details
    Browse the repository at this point in the history
  4. #5237 Lint fixes

    knsv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0d1ef9d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    618f797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52f472 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5bd3a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ca6403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a8c24a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6f3316 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    83f2663 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b6b2b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    406c0d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. #5237 Adding missing shape

    knsv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    460e027 View commit details
    Browse the repository at this point in the history
  2. #5237 Fixing self-loops

    knsv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6ae5fe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    a35e62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d408efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a93afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fef433e View commit details
    Browse the repository at this point in the history
  5. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1096b18 View commit details
    Browse the repository at this point in the history
  6. Add katex support

    ashishjain0512 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e07fdfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f791ea0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d91ae4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b69c982 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1601140 View commit details
    Browse the repository at this point in the history
  11. #5237 Styling for clusters

    knsv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4de0182 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branches '5237-unified-layout-common-renderer' and '5237-unifie…

    …d-layout-common-renderer' of github.com:mermaid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    97be6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45ae22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfacd3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b56cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    469acbe View commit details
    Browse the repository at this point in the history
  2. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    881a682 View commit details
    Browse the repository at this point in the history
  3. #5237 Fix of alignment issues

    knsv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c221350 View commit details
    Browse the repository at this point in the history
  4. #5237 Fix of label styling

    knsv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fc31b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9979ea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa9f4a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de51bc4 View commit details
    Browse the repository at this point in the history
  8. #5237 Support for invisisblwe links

    knsv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c3423be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2117e71 View commit details
    Browse the repository at this point in the history
  10. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6d7b2b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ee6ae6a View commit details
    Browse the repository at this point in the history
  2. #5237 Fix for label opacity

    knsv committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fc78ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a46f993 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Merge branch 'develop' into 5237-unified-layout-common-renderer

    * develop: (59 commits)
      docs: Update mermaid.init remove date
      docs: Remove incorrect =
      chore: Prettier format
      chore: Update config.type.ts
      chore Add vitest.workspace.js
      chore: Stricter TS version
      chore: Remove MermaidAPI from docs
      doc: Update deprecation message
      doc: Update deprecation message
      fix: prevent escaping label styles
      chore: update browsers list
      chore(deps): update all patch dependencies
      docs: Added demo diagram of bidirectional arrows for sequence diagrams
      fix(deps): update all patch dependencies
      chore: Update drupal regex
      chore: Update pnpm
      chore: Update docs to remove html tag like text
      rebuild
      chore: Use string templates
      chore: Update docs
      ...
    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7f29025 View commit details
    Browse the repository at this point in the history
  2. #5237 Fix for issue with text-centering in state-diagrams with htmlLa…

    …bels true and subgraph title bkg
    knsv committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5e6215d View commit details
    Browse the repository at this point in the history
  3. #5237 Fix for line-height issue

    knsv committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b92eae5 View commit details
    Browse the repository at this point in the history
  4. #5237 cleanup diagram definition

    knsv committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6231682 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3f0abab View commit details
    Browse the repository at this point in the history
  6. #5237 Styling fixes

    knsv committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    35797f8 View commit details
    Browse the repository at this point in the history
  7. chore: Cleanup layout-elk

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    39c6533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93b41ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ced5cef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce8256b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69538aa View commit details
    Browse the repository at this point in the history
  12. chore: Cleanup flowDB

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    02ef402 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e8ac1a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b2c751 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1b5ad3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c6ae36 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8132f0a View commit details
    Browse the repository at this point in the history
  18. chore: Cleanup logger

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e32e7f3 View commit details
    Browse the repository at this point in the history
  19. chore: Cleanup doLayout

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    de115e2 View commit details
    Browse the repository at this point in the history
  20. chore: Cleanup

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7167710 View commit details
    Browse the repository at this point in the history
  21. chore: Cleanup edges

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9cc59f0 View commit details
    Browse the repository at this point in the history
  22. chore: Cleanup intersect

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    67c1eb3 View commit details
    Browse the repository at this point in the history
  23. chore: Cleanup nodes

    sidharthv96 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    49cb104 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jun 30, 2024

  1. Merge branch 'sidv/eslintv9' into 5237-unified-layout-common-renderer…

    …-eslint
    
    * sidv/eslintv9: (24 commits)
      chore: Cleanup tsconfig
      chore: Fix lint
      Apply suggestions from code review
      chore: Remove extra words from cspell
      chore: Log granular rebuild times
      fix: Message wrap
      fix: Message wrap
      chore: Use `??` instead of `||`
      chore: Organise imports
      chore: Remove unused variables
      chore: Remove cross-env from eslint
      chore: Cleanup rules
      chore: Fix eslint issues
      chore: Fix eslint issues
      chore: Add type checked rules, auto fix
      chore: Remove max_old_space_size as v9 does not have perf issues
      fix: Eslint jison linting
      chore: Resolve eslint errors
      chore: Resolve eslint errors
      chore: Remove orphaned files
      ...
    sidharthv96 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d5a03a9 View commit details
    Browse the repository at this point in the history
  2. chore: eslint autofix

    sidharthv96 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4e55f4c View commit details
    Browse the repository at this point in the history
  3. chore: Fix eslint errors

    sidharthv96 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    06377b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Remove logs

    sidharthv96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    771d3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd5cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b2bc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    9a638ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772a7fc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge branch '5237-unified-layout-common-renderer' into sidv/5237_Cle…

    …anup
    
    * 5237-unified-layout-common-renderer: (36 commits)
      5237 New default width for flowchart edges
      #5237 Fix for rough styling of regular states and dividers in state diagrams
      chore: Remove "sideEffects: false"
      Added test for divider alignment
      Remove logs
      chore: Fix eslint errors
      chore: eslint autofix
      chore: Cleanup tsconfig
      chore: Fix lint
      Apply suggestions from code review
      chore: Remove extra words from cspell
      chore: Log granular rebuild times
      fix: Message wrap
      fix: Message wrap
      chore: Use `??` instead of `||`
      chore: Organise imports
      chore: Remove unused variables
      chore: Remove cross-env from eslint
      chore: Cleanup rules
      chore: Fix eslint issues
      ...
    sidharthv96 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f3474fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf8341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0b712f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    345e3cd View commit details
    Browse the repository at this point in the history
  5. chnages from knut

    ashishjain0512 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8aa85d7 View commit details
    Browse the repository at this point in the history
  6. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9930d29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d12cdf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    017a86b View commit details
    Browse the repository at this point in the history
  9. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9167038 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81419d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8db678a View commit details
    Browse the repository at this point in the history
  12. #5237 Fix fir subgraphs with elk

    knsv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6b7d78e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge branch '5237-unified-layout-common-renderer' into sidv/5237_Cle…

    …anup
    
    * 5237-unified-layout-common-renderer:
      #5237 Fix fir subgraphs with elk
      #5237 Fix for diamond intersections with ELK, tweak
      #5237 Fix for diamond intersections with ELK
      fix for note with a composite state
      #5237 Handling of subgraphs using elk
      #5237 Handling of subgraphs using elk
      Fix fro direction in layout data
    sidharthv96 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    03a6346 View commit details
    Browse the repository at this point in the history
  2. fix for direction

    ashishjain0512 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8ea7d5b View commit details
    Browse the repository at this point in the history
  3. fix for direction

    ashishjain0512 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7f185d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #5606 from mermaid-js/sidv/5237_Cleanup

    chore: 5237 Cleanup
    ashishjain0512 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e63b5a7 View commit details
    Browse the repository at this point in the history
  2. fix flowchart edges

    ashishjain0512 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fe22a5f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    aa279f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb959b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix: lint issue

    ashishjain0512 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7a45ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    8950fb1 View commit details
    Browse the repository at this point in the history
  2. fix: typo issue

    ashishjain0512 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6ead2e1 View commit details
    Browse the repository at this point in the history
  3. fix: typo issue

    ashishjain0512 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    061aaf6 View commit details
    Browse the repository at this point in the history
  4. fix: typo issue

    ashishjain0512 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2fb50a2 View commit details
    Browse the repository at this point in the history
  5. Update docs

    ashishjain0512 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dd7b071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9a20ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2a73bc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. merge from develop

    ashishjain0512 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b3dfb5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c85ef View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    f30d370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63850fd View commit details
    Browse the repository at this point in the history
  3. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    09c5c62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    138ee49 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. merge from develop

    ashishjain0512 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5b47950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96dcd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7175f57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2718cda View commit details
    Browse the repository at this point in the history
  5. fix review comments

    ashishjain0512 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    86e4642 View commit details
    Browse the repository at this point in the history
  6. fix lint issue

    ashishjain0512 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2800f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 9, 2024

  1. Adding elk test

    knsv committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c2a479a View commit details
    Browse the repository at this point in the history
  2. #5237 Fixes from comments

    knsv committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    729080f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba0d216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    537512f View commit details
    Browse the repository at this point in the history
  5. review comment fixes

    ashishjain0512 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d4d7ca7 View commit details
    Browse the repository at this point in the history
  6. merge commit

    ashishjain0512 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    95fb824 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    095e8ca View commit details
    Browse the repository at this point in the history
  8. #5237 Async fix for clusters

    knsv committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    afb69a3 View commit details
    Browse the repository at this point in the history
  9. Merge branch '5237-unified-layout-common-renderer' of github.com:merm…

    …aid-js/mermaid into 5237-unified-layout-common-renderer
    knsv committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    02eb8da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b9f4ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    734f1ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db725c1 View commit details
    Browse the repository at this point in the history
  13. merge commit

    ashishjain0512 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    39fdaef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    7f9d4cd View commit details
    Browse the repository at this point in the history
  2. Merge from develop

    ashishjain0512 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3b2bb5a View commit details
    Browse the repository at this point in the history
  3. Fixed lint issue

    ashishjain0512 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2352137 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d242395 View commit details
    Browse the repository at this point in the history
  5. Fixed broken test

    ashishjain0512 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    61cfb15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2bbe83 View commit details
    Browse the repository at this point in the history
  7. Ignore codeql warning

    ashishjain0512 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9b42ffd View commit details
    Browse the repository at this point in the history