Skip to content

Releases: tokens-studio/graph-engine

@tokens-studio/graph-engine-nodes-preview@1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:10
8a8bcdd

Patch Changes

  • 82e2e96: Update to the latest DS version

@tokens-studio/graph-engine-nodes-fs@6.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:10
8a8bcdd

Patch Changes

  • 82e2e96: Update to the latest DS version

@tokens-studio/graph-engine-nodes-figma@2.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:10
8a8bcdd

Patch Changes

  • 82e2e96: Update to the latest DS version

@tokens-studio/graph-engine-nodes-design-tokens@7.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:10
8a8bcdd

Patch Changes

  • 82e2e96: Update to the latest DS version

@tokens-studio/graph-editor@4.4.3

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:10
8a8bcdd

Patch Changes

  • 82e2e96: Update to the latest DS version

@tokens-studio/graph-engine@4.7.0

Choose a tag to compare

@github-actions github-actions released this 26 May 10:28
8619d82

Minor Changes

  • d11bff4: Added new Vector2 operation nodes:

    • add: Vector addition
    • subtract: Vector subtraction
    • scale: Scalar multiplication
    • dot: Dot product calculation
    • length: Vector magnitude calculation
    • normalize: Unit vector conversion

    Each node includes comprehensive tests covering basic operations, edge cases, and numerical precision. All operations preserve input vector immutability and handle special cases like zero vectors appropriately.

Patch Changes

  • 73cd3d8: Removed redundant values from connected inputs.
  • 523c463: fixed Color Blindness node always returning #000

@tokens-studio/graph-engine-nodes-design-tokens@7.2.1

Choose a tag to compare

@github-actions github-actions released this 26 May 10:28
8619d82

Patch Changes

  • 116141a: Renamed Destruct Token to Deconstruct Token

@tokens-studio/graph-engine-migration@0.14.1

Choose a tag to compare

@github-actions github-actions released this 26 May 10:28
8619d82

Patch Changes

  • 73cd3d8: Removed redundant values from connected inputs.
  • Updated dependencies [73cd3d8]
  • Updated dependencies [d11bff4]
  • Updated dependencies [523c463]
    • @tokens-studio/graph-engine@4.7.0

@tokens-studio/graph-editor@4.4.2

Choose a tag to compare

@github-actions github-actions released this 26 May 10:28
8619d82

Patch Changes

  • f58fbb1: Fixed: Accidental Browser Navigation on macOS

    Fixed an issue where horizontal swipe gestures on trackpads/Magic Mouse would accidentally trigger browser back/forward navigation while working on the canvas. You can now work with your graphs without unexpected navigation issues.

  • c34583b: Fixed invalid array breaking input panel.

  • e3610cb: Fixed: Infinite Zooming and Negative Zoom Crashes

    Fixed an issue where rapidly scrolling the mouse wheel could cause the graph editor to freeze or crash. The graph canvas now has proper zoom limits (10% to 1000%) to ensure stable performance and prevent application freezes when working with complex graphs.

  • ee33d8b: Item arrays in outputs are now collapsed by default.

  • c67125c: Subgraph tabs are now removed when nodes containing the subgraphs are deleted.

  • c3a673c: Added copy/paste to the graph editor.

  • Updated dependencies [73cd3d8]

  • Updated dependencies [d11bff4]

  • Updated dependencies [523c463]

    • @tokens-studio/graph-engine@4.7.0
    • @tokens-studio/graph-engine-migration@0.14.1

@tokens-studio/graph-engine@4.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 10:15
5749d6d

Minor Changes

  • a4dbb41: We added a new node to get the contrasting color from an array of colors on a specified contrast algorithm.

Patch Changes

  • 016ec77: Use external loader in subgraphs (ThemeNode and Static sets will now load in subgraphs)
  • d27a09d: Added array option to Constant node