Blackprint Versions Save

A general purpose visual programming. This is the main repository for Blackprint that contains source code of cable, node, and container sketch for visualization.

v0.9.1

3 months ago

Bug Fix

  • Fix error when calculating container on initialization
  • Fix node suggestion and cable rect
  • Fix missing input component on first function node
  • Throw error when trying to reset offset on detached container
  • Watch changes of data.name as node title (for internal node)

Feature

  • Add support for moving/scaling container using script
  • Add function to select/deselect node/cable in the container space
  • Improve TypeScript definition file

Minor changes

  • Rename some internal property name

v0.9.0

11 months ago

Bug Fix

  • Fix cable rotation override on export/import
  • Fix for creating paused engine instance
  • Remove unused cable when scanning inactive node

Breaking Changes

  • Blackprint Engine v0.9 is required (for more information please see the changelog)

v0.8.15

1 year ago

Bug Fix

  • Fix container zoom with mouse wheel

v0.8.13

1 year ago

Bug Fix

  • Fix error when reloading the instance

v0.8.12

1 year ago

Minor changes

  • Implement internal changes from the engine-js v0.8.12

v0.8.11

1 year ago

Feature

  • Add options to disable cleaning the instance when importing JSON

Bug Fix

  • Fix pending render when visiting function node
  • Fix incorrect reference when outputing error

v0.8.10

1 year ago

Deprecation

  • Instance's exported JSON schema was updated, please import and re-export your old exported JSON before v1.0. The old schema will still importable on engine-js, but it will show a deprecation notice.

Bug Fix

  • Fix copying node data when creating new node

v0.8.9

1 year ago

Features

  • Add event nodes feature
  • Add support for importing events
  • Improve cable rotation override's menu

Bug Fix

  • Fix container re-initialization
  • Fix clone node and throw error when component was not found
  • Fix settings for disabling cable visualization
  • Fix cable flow visualization warnings
  • Fix container rendering when using pending render option
  • Fix node's z-index when exporting selected node

v0.8.8

1 year ago

Features

  • Add support for cable branch on route cable

Bug Fix

  • Fix error when suggesting cable from route cable
  • Improve cable glow
  • Show variable's title from title field instead of name

v0.8.7

1 year ago

v0.8.6 will be marked as pre-release, please use this version instead.

Minor changes

  • Remove console.log used by me for debugging 😅