Releases: nocode-js/sequential-workflow-designer
Releases · nocode-js/sequential-workflow-designer
0.26.0
This version introduces a few internal changes to support the double-click feature in the pro version.
0.25.0
This version introduces the pinch-to-zoom feature. Now you can zoom in and out using the pinch gesture on touch devices.
0.24.8
This version adds new classes to the start-stop root component.
0.24.7
This version introduces the ability to adjust the appearance of the start-stop root component.
0.24.6
Fixed a bug where the designer remained in an invalid state when rendered inside a placeholder with a width or height of 0px.
0.24.5
Fixed another bug with event handling when the designer is placed in a shadow DOM.
0.24.4
Fixed event handling when the designer is placed in a shadow DOM.
0.24.3
This version reverts the changes introduced in version 0.24.1. To modify the DOM attachment check, you should now pass the documentBody
property in the configuration, which should reference the document's body element.
0.24.2
This version reverts the changes introduced in version 0.24.1. To modify the DOM attachment check, you should now pass the documentBody
property in the configuration, which should reference the document's body element.
0.24.1
This version allows to disable the DOM attachment check.