Skip to content

0.14.1

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 04 Aug 11:33
· 73 commits to main since this release
233073a

This version includes the ability to hide the context menu for Angular and React packages.

// React
<SequentialWorkflowDesigner contextMenu={false} ... />
<!-- Angular -->
<sqd-designer [contextMenu]="false" ...></sqd-designer>

🌟 The pro version introduces the loading badge. Check the badges example.