Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CAI79/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BasicPrimitives/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 130 files changed
  • 2 contributors

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    ad8ba48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82919ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6940976 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Update readme.md

    Happy New Year 2022!
    BasicPrimitives authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    43f6e21 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Updated samples list

    BasicPrimitives committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    cad96c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Updated annotations

    BasicPrimitives committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    ea299dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77ea6f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Updated webpack

    BasicPrimitives committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    662804a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update readme.md

    BasicPrimitives authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e99a313 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update readme.md

    BasicPrimitives authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef025df View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    ba23bea View commit details
    Browse the repository at this point in the history
  2. Added connector annotation drag and drop sample

    * Added templated end points to connector annotations. Added `showFromEndpoint`, `showToEndpoint`, `context` properties to to `ConnectorAnnotationConfig`. Added `onEndPointRender`, `showEndPoints`, `endPointSize`, `endPointCornerRadius`, `endPointOpacity` properties to `OrgConfig`. Added drag and drop sample creating and editing connector annotations.
    * Changed CSS styles for connector annotations, so when they are rendered over diagram nodes, they should be transparent for mouse events.
    * Added connector annotation control to use in Drag & Drop overlays for visual feedback implementation: `ConnectorAnnotationControlConfig`, `ConnectorAnnotationControl`
    * Added shape annotation control: `ShapeAnnotationControlConfig`, `ShapeAnnotationControl`
    * Added callout annotation control: `CalloutAnnotationControlConfig`, `CalloutAnnotationControl`
    * Added rotated text control: `RotatedTextControlConfig`, `RotatedTextControl`
    * Added `getItemPosition` method to diagram controls to get node placement in the control's coordinates.
    BasicPrimitives authored May 26, 2025
    Configuration menu
    Copy the full SHA
    cc4ee46 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    29bcdb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bb25a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Configuration menu
    Copy the full SHA
    7f7ad36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BasicPrimitives#114 from BasicPrimitives/controls

    Reworked connector annotation control
    BasicPrimitives authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    9586b55 View commit details
    Browse the repository at this point in the history
  3. Updated npmignore

    BasicPrimitives committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    0269cc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Fixed computation of the optimal set of feedback edges that must be r…

    …emoved to eliminate all cycles in a family structure.
    BasicPrimitives committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    73fe989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868a71e View commit details
    Browse the repository at this point in the history
  3. Fixed computation of the optimal set of feedback edges that must be r…

    …emoved to eliminate all cycles in a family structure.
    BasicPrimitives authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    10eb732 View commit details
    Browse the repository at this point in the history
Loading