Releases: tokens-studio/graph-engine
Releases · tokens-studio/graph-engine
@tokens-studio/[email protected]
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]
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
- 02c859b: Fixed a lot of broken typescript types on the nodes
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
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
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
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
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
Major Changes
- 02c859b: Update to use the latest exposed input manipulation from the engine via direct control
Patch Changes
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
Minor Changes
- 9fed81e: Removes tsup completely to prevent bundling, and rather to use raw typescript compilation
Patch Changes
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
Patch Changes
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
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
- 02c859b: Fix an issue where create subgraph did not make the create inputs deletable
- Updated dependencies [02c859b]
- Updated dependencies [9fed81e]
- Updated dependencies [64d2acd]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [7b4a564]
- Updated dependencies [02c859b]
- Updated dependencies [02c859b]
- Updated dependencies [fb46f15]
- @tokens-studio/[email protected]
@tokens-studio/[email protected]
Minor Changes
- cd66e2c: Removed bundling from build step to support treeshaking
@tokens-studio/[email protected]
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