This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.11.0](v1.10.0...v1.11.0) (2020-04-28) ### Bug Fixes * a few performance optimizations and fixed some values not changing ([45c1280](45c1280)) * fixed overflow issues with long function names ([67427b3](67427b3)) * fixed overflow scrolling issues for too many functions in the tree view ([ebb0f5c](ebb0f5c)) * fixed overflow scrolling issues on the add page ([7b6306a](7b6306a)) * now the switch component is in state with the runtime value overwrites ([01ad12a](01ad12a)) * the switch component now syncs with the state ([cbf8da7](cbf8da7)) ### Features * ctrl+b to togglet the panel on the left ([9bb6d22](9bb6d22)) * custom node-specific ui ([d7c008d](d7c008d)) * doing some cleanup when replacing a connection ([2ad6b28](2ad6b28)) * logic for node deleting ([c5376a5](c5376a5)) * logic gates ([085a33a](085a33a)) * node deleting ([219de5a](219de5a)) * some ffi code to allow using mausetrap-ts from purescript ([ef9b848](ef9b848)) * types for function uis ([71e3477](71e3477)) ### Performance Improvements * do not requery the dom for the scene every render ([55ec7c4](55ec7c4)) * some more optimizations ([5c33543](5c33543))
- Loading branch information