Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sequential-workflow-designer

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequential-workflow-designer - npm Package Versions

1
10

0.16.4

Diff

Changelog

Source

0.16.4

This version introduces the isAutoSelectDisabled option. Now it's possible to disable the auto-select feature.

const configuration = {
  steps: {
    isAutoSelectDisabled: true,
    // ...
  }
};

Additionally, this version introduces possibility to initialize the designer with the undo stack from the previous session.

const configuration = {
  undoStackSize: 10,
  undoStack: myUndoStack,
  // ...
};

To read the current stack you should use the dumpUndoStack() method.

const myUndoStack = designer.dumpUndoStack();
b4rtaz
published 0.16.3 •

Changelog

Source

0.16.3

This version adds: isReadonly, selectedStepId, uidGenerator, isToolboxCollapsed and isEditorCollapsed properties and onIsToolboxCollapsedChanged and onIsEditorCollapsedChanged events to the Angular package.

b4rtaz
published 0.16.2 •

Changelog

Source

0.16.2

This version adds the onSelectedStepIdChanged event to the Angular package.

<sqd-designer ...
  (onSelectedStepIdChanged)="onSelectedStepIdChanged($event)">
</sqd-designer>
b4rtaz
published 0.16.1 •

Changelog

Source

0.16.1

This version addresses the bug related to deselecting a step when a click is made using the middle mouse button.

b4rtaz
published 0.16.0 •

Changelog

Source

0.16.0

This version fixes the bug with search in the toolbox. The search now includes custom labels provided by the labelProvider callback.

Additionally, this version adds the descriptionProvider to the configuration of the toolbox. The description is visible when you put a mouse cursor on a step in the toolbox for a while.

b4rtaz
published 0.15.4 •

Changelog

Source

0.15.4

This version adds rounding configuration to the designer-theme.scss file.

b4rtaz
published 0.15.3 •

Changelog

Source

0.15.3

This is a re-release of the 0.15.2 version.

b4rtaz
published 0.10.3 •

b4rtaz
published 0.13.8 •

b4rtaz
published 0.14.2 •

Changelog

Source

0.14.2

This is a re-release of the 0.14.1 version.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc