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: BasicPrimitives/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: snappoints
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.
  • 9 commits
  • 58 files changed
  • 2 contributors

Commits on May 26, 2025

  1. 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 #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