Skip to content

v2.3.0

Compare
Choose a tag to compare
@newcat newcat released this 02 Jan 03:35
· 77 commits to master since this release

New features:

  • Brought back the minimap from v1
  • Brought back the context menu from v1 (#240)
    • It is possible to add custom menu items through the baklavaViewModel.settings.contextMenu.additionalItems setting
  • Nodes are now resizable (has to be enabled by setting baklavaViewModel.settings.nodes.resizable to true).
    • Added settings for minWidth, maxWidth and defaultWidth (#302)

Bugfixes:

  • Fixed copy&paste with dynamic nodes (#343)
  • Fixed hotkeys triggering when input fields were focused (#352)
  • Reduced precision errors when using the increase/decrease buttons of the NumberInterface (#327)
  • Added setTypeForMultipleConnections to fix TypeScript error when using setType and allowMultipleConnections together (#248)