v2.3.0
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
- It is possible to add custom menu items through the
- Nodes are now resizable (has to be enabled by setting
baklavaViewModel.settings.nodes.resizable
totrue
).- Added settings for
minWidth
,maxWidth
anddefaultWidth
(#302)
- Added settings for
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 usingsetType
andallowMultipleConnections
together (#248)