0.14.1
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.