sequential-workflow-designer
Advanced tools
Changelog
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.
Changelog
0.24.0
This version introduces a new function in the Designer
class: updateLayout()
. You can now manually update the layout of the designer, which is particularly useful when you change the size of the designer container. Previously, the layout was updated automatically only when the browser window was resized. However, if you changed the container size dynamically, there was no way to update the layout manually.
Changelog
0.23.0
This release updates the CSS selectors for the toolbox, allowing you to adjust its width with a single CSS override.
.sqd-toolbox { width: 170px !important; }
Changelog
0.22.1
This release resolves an issue that prevented a step from being deleted due to a bug in the control bar implementation.
Changelog
0.21.4
This version fixes the problem with scrolling the toolbox on mobile devices by using two fingers.