Skip to content

Releases: nocode-js/sequential-workflow-designer

0.24.3

15 Sep 11:31
ad3b4b0
Compare
Choose a tag to compare

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

15 Sep 11:01
1001a02
Compare
Choose a tag to compare

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

15 Sep 09:30
c3b402b
Compare
Choose a tag to compare

This version allows to disable the DOM attachment check.

0.24.0

04 Sep 23:00
1ccaae4
Compare
Choose a tag to compare

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.

0.23.0

01 Sep 09:52
b7aec7e
Compare
Choose a tag to compare

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; }

0.22.1

12 Aug 11:51
7ca5488
Compare
Choose a tag to compare

This release resolves an issue that prevented a step from being deleted due to a bug in the control bar implementation.

0.22.0

21 Jul 08:46
878fa18
Compare
Choose a tag to compare

This version refactors the code responsible for displaying placeholders.

0.21.4

11 Jul 22:23
864b61a
Compare
Choose a tag to compare

This version fixes the problem with scrolling the toolbox on mobile devices by using two fingers.

0.21.3

11 Jul 22:02
70d2c40
Compare
Choose a tag to compare

This version resolves the problem of unwanted text selection in the toolbox in Safari 17.5 #153.

0.21.2

11 Jun 14:14
b04acda
Compare
Choose a tag to compare

This version resolves the problem of unwanted dragging of the image element in the toolbox #149.