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

feat: Arrow for Diagram Component #6863

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2023

  1. feat: Arrow for Diagram Component

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9f64ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. chore: Changed the API for arrow to endpoint prop with extensibility …

    …to other endpoint types such as square, round, etc as per Matthew's suggestions
    
    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    fd2b6c5 View commit details
    Browse the repository at this point in the history
  2. Added a snapshot test for endpoint - arrow prop and resolves the ts t…

    …ypes for endpoint object
    
    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3c624d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e30aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f871fda View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 22, 2023

  1. changed the id name for the marker, fixed the duplicate issue with ar…

    …row marker by utilizing the defs tag
    
    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    4337791 View commit details
    Browse the repository at this point in the history
  2. fix: arrow appearing in another line if they have same color

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    2bd7bee View commit details
    Browse the repository at this point in the history
  3. fix: linting issue

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0bd64e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Oct 9, 2023

  1. chore: added fromTarget and toTarget in id name of the marker

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5d4129d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. chore: changed the id of start and end open arrow

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dfbf756 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. chore: updated snapshot"

    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f86aa56 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 4, 2023

  1. chore: Added colorName in the id of the arrow as it was causing error…

    … if multiple connections of arrows are present in different color for a Diagram
    
    Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
    g4rry420 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    50fc9da View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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