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

v11.0.1 #5743

Closed
wants to merge 91 commits into from
Closed

v11.0.1 #5743

wants to merge 91 commits into from

Commits on Jul 21, 2024

  1. Added the langium module for gitGraph

    Austin Fulbright authored and Austin Fulbright committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1d0e98d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Added gitGraphAst as typescript added gitGraphTypes and gitGraphParser

    Austin Fulbright authored and Austin Fulbright committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f7c291 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ebd4da9 View commit details
    Browse the repository at this point in the history
  2. fixed checkout branch with no commits

    Austin Fulbright authored and Austin Fulbright committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5460bc0 View commit details
    Browse the repository at this point in the history
  3. fixed undefined for type errors

    Austin Fulbright authored and Austin Fulbright committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d2e2017 View commit details
    Browse the repository at this point in the history
  4. fixed cherrypicking tests

    Austin Fulbright authored and Austin Fulbright committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0b67cff View commit details
    Browse the repository at this point in the history
  5. added Imperative state

    Austin Fulbright authored and Austin Fulbright committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1a95d48 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. added parser

    Austin Fulbright authored and Austin Fulbright committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d0eadeb View commit details
    Browse the repository at this point in the history
  2. fixed options e2e test

    Austin Fulbright authored and Austin Fulbright committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1af9094 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. fixed tags for gitGraph

    Austin Fulbright authored and Austin Fulbright committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a386bd0 View commit details
    Browse the repository at this point in the history
  2. fixed some features and added propper default direction

    Austin Fulbright authored and Austin Fulbright committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    887e580 View commit details
    Browse the repository at this point in the history
  3. fixed rendering

    Austin Fulbright authored and Austin Fulbright committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3168084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f6a7b7 View commit details
    Browse the repository at this point in the history
  5. fixed all rendering differences

    Austin Fulbright authored and Austin Fulbright committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    275dbe9 View commit details
    Browse the repository at this point in the history
  6. added unit tests for gitGraph parser

    Austin Fulbright authored and Austin Fulbright committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0d4c3e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e57fee1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62757c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    281064f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec2d9c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dfc94e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    871f047 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e5e5f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    346efdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0207f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6c1e5aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef25160 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f30085c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    9ed38cc View commit details
    Browse the repository at this point in the history
  2. fixed the rest of the concerns, refactored portions of the gitGraphPa…

    …rser test to handle async actions
    Austin Fulbright authored and Austin Fulbright committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2a38d46 View commit details
    Browse the repository at this point in the history
  3. fixed hash error loc & line properties

    Austin Fulbright authored and Austin Fulbright committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    38e048b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. added parser test and combined the two gitGraph tests

    Austin Fulbright authored and Austin Fulbright committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8fe0ed1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix ts-ignore errors refactored large functions to use helpers

    Austin Fulbright authored and Austin Fulbright committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    00603e7 View commit details
    Browse the repository at this point in the history
  2. fixed types in gitGraphTypes

    Austin Fulbright authored and Austin Fulbright committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2218929 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. made draw commit more readable, included more helper functions and in…

    …terfaces, added in-source test suite to renderer
    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a93b832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d0cdc View commit details
    Browse the repository at this point in the history
  3. finished gitGraphRenderer.ts

    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    62950c3 View commit details
    Browse the repository at this point in the history
  4. added parser unit tests and organized config in gitGraphAst.ts

    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    269284c View commit details
    Browse the repository at this point in the history
  5. added more unit tests to gitGraphParser.ts and gitGraphRenderer.ts

    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d684e0d View commit details
    Browse the repository at this point in the history
  6. fixed custom type REVERSE for merge, fixed branch spacing for TB

    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c49a1bf View commit details
    Browse the repository at this point in the history
  7. fixed highlight color

    Austin Fulbright authored and Austin Fulbright committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    aba306b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fixed BT with parallel commits and added more unit tests

    Austin Fulbright authored and Austin Fulbright committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d73a090 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    d50150c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3539a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. added config as global

    Austin Fulbright authored and Austin Fulbright committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    299e559 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fixed gitgraphconfig problem

    Austin Fulbright authored and Austin Fulbright committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    53798be View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. added most suggested changes

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    66e53df View commit details
    Browse the repository at this point in the history
  2. fixed small error

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b93691b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec0dcf View commit details
    Browse the repository at this point in the history
  4. added objects to be transfered from parser to db

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d9d9cc9 View commit details
    Browse the repository at this point in the history
  5. implemented transfer objects from parser to db

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7a7b415 View commit details
    Browse the repository at this point in the history
  6. fixed config for user configs

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    94ee076 View commit details
    Browse the repository at this point in the history
  7. fixed merge

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3ac2429 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ef30a2 View commit details
    Browse the repository at this point in the history
  9. added gitgraph in imperative state

    Austin Fulbright authored and Austin Fulbright committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    24ba5b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat: Add changesets

    sidharthv96 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3eaf8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f5d95 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    dd5866a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d6531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4b349 View commit details
    Browse the repository at this point in the history
  4. docs: Add changeset

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    90364a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into sidv/changesets

    * develop:
      [autofix.ci] apply automated fixes
      fix: Type of render
      chore: Rename Group to SVGGroup
      [autofix.ci] apply automated fixes
      feat: Inject internal helpers into render function
      chore: Move render function to bottom
      chore: ts-ignore errors
      [autofix.ci] apply automated fixes
      chore: Cleanup layoutelk
    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0cf639c View commit details
    Browse the repository at this point in the history
  6. Update access

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    36444ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0ea3dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a1c25b View commit details
    Browse the repository at this point in the history
  9. Update release command

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c61159b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'sidv/changesets' of https://github.com/mermaid-js/mermaid

    … into sidv/changesets
    
    * 'sidv/changesets' of https://github.com/mermaid-js/mermaid:
      [autofix.ci] apply automated fixes
    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c3ca401 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' into sidv/changesets

    * develop:
      Revert pnpm-lock changes
      chore: Fix build issue
      Removing the redundant element in the render function
    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8815e44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e7a24e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc44d1f View commit details
    Browse the repository at this point in the history
  14. Split changesets

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7debe2f View commit details
    Browse the repository at this point in the history
  15. Merge branch 'sidv/changesets' of https://github.com/mermaid-js/mermaid

    … into sidv/changesets
    
    * 'sidv/changesets' of https://github.com/mermaid-js/mermaid:
      [autofix.ci] apply automated fixes
    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    89c782c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c892a89 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c4b9206 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3d9a24d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    61632f2 View commit details
    Browse the repository at this point in the history
  20. Update changelog format

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cc545f4 View commit details
    Browse the repository at this point in the history
  21. Remove changesets

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    598de70 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eac8459 View commit details
    Browse the repository at this point in the history
  23. Remove release drafter

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    283ec73 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5ed5274 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0c316d9 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'develop' into sidv/changesets

    * develop:
      Fix docs
    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9dcda25 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9c03264 View commit details
    Browse the repository at this point in the history
  28. Fix config

    sidharthv96 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ad12fa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    6c89763 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5733 from mermaid-js/sidv/changesets

    Add changesets
    sidharthv96 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ea9a061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    078038b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into pr/Austin-Fulbright/5664

    * develop: (34 commits)
      Mermaid version v11.0.0
      Run release drafter in release branch
      [autofix.ci] apply automated fixes
      Updating syntax reference with code showing how to select layout and look.
      Fix for selecting the correct diagramPadding for flowcharts
      Fix for turned arrow heads and missing edge sections
      Basic fix for handdrawn subgraph styling
      Fix for text alignment issue
      #5237 Fix for weird line intersection
      Fix config
      docs: Update release version
      docs: Update release version
      chore: Revert version changes
      chore: Revert version changes
      Remove release drafter
      Add changeset to PR template
      Remove changesets
      Update changelog format
      verify Docs version before publish
      chore: Remove prePublishOnly
      ...
    sidharthv96 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a87f773 View commit details
    Browse the repository at this point in the history
  5. chore: add changeset

    sidharthv96 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5deaef4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5664 from Austin-Fulbright/feature/4401_creating_…

    …langium_parser_gitGraph
    
    Feature/4401 creating langium parser git graph
    sidharthv96 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a10f469 View commit details
    Browse the repository at this point in the history