Skip to content

Releases: tokens-studio/graph-engine

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Major Changes

  • 02c859b: Removed .getInput and .getRawInput from the Node. Direct access to the underlying ports are preferred over these utility methods
  • 02c859b: Removed .setOutput from the Node class, this should be replaced with direct port manipulation
  • 02c859b: Removed .getOutput from the node. This was never used and can rather be implemented as a utility method
  • 02c859b: Removed getAllOutputs from the Node definition, this was never used and can rather be implemented as a utility

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation
  • 64d2acd: Add Replace Item node which lets you replace a specific item of an array.
  • 02c859b: Add typing/hasValue node that lets you check if a value is present
  • 02c859b: Add pad node that lets you fill a string to a certain lenght with a given character, like 25 to 025
  • 7b4a564: Add support for all colorjs color spaces in the color nodes like color to string
  • fb46f15: Upgrade mafs library to latest & remove mathjax

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Major Changes

  • 02c859b: Update to use the latest exposed input manipulation from the engine via direct control

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Major Changes

  • 02c859b: Update to use the latest exposed input manipulation from the engine via direct control

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Major Changes

  • 02c859b: Update to use the latest exposed input manipulation from the engine via direct control

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Major Changes

  • 02c859b: Update to use the latest exposed input manipulation from the engine via direct control

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

07 Nov 12:15
030b8a0
Compare
Choose a tag to compare

Minor Changes

  • 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation
  • fb46f15: Upgrade mafs library to latest & remove mathjax

Patch Changes

@tokens-studio/[email protected]

27 Sep 08:05
67ec75b
Compare
Choose a tag to compare

Minor Changes

  • cd66e2c: Removed bundling from build step to support treeshaking

@tokens-studio/[email protected]

24 Sep 12:36
b591bcd
Compare
Choose a tag to compare

Minor Changes

  • 02620af: Add typing/hasValue node that lets you check if a value is present
  • bc39aeb: Add pad node that lets you fill a string to a certain lenght with a given character, like 25 to 025
  • 83abbb5: Add Inject Item into Array node, this allows you to add a new item to the array at a given index, also allowing negative index to go last to first

Patch Changes

  • 381fc4d: Fix output of split string to array