Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 20:37
· 367 commits to develop since this release

1.11.0 (2020-04-28)

Bug Fixes

  • a few performance optimizations and fixed some values not changing (45c1280)
  • fixed overflow issues with long function names (67427b3)
  • fixed overflow scrolling issues for too many functions in the tree view (ebb0f5c)
  • fixed overflow scrolling issues on the add page (7b6306a)
  • now the switch component is in state with the runtime value overwrites (01ad12a)
  • the switch component now syncs with the state (cbf8da7)

Features

  • ctrl+b to togglet the panel on the left (9bb6d22)
  • custom node-specific ui (d7c008d)
  • doing some cleanup when replacing a connection (2ad6b28)
  • logic for node deleting (c5376a5)
  • logic gates (085a33a)
  • node deleting (219de5a)
  • some ffi code to allow using mausetrap-ts from purescript (ef9b848)
  • types for function uis (71e3477)

Performance Improvements

  • do not requery the dom for the scene every render (55ec7c4)
  • some more optimizations (5c33543)