New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sequential-workflow-designer

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequential-workflow-designer - npm Package Versions

13
10

0.24.4

Diff

Changelog

Source

0.24.4

Fixed event handling when the designer is placed in a shadow DOM.

b4rtaz
published 0.24.3 •

Changelog

Source

0.24.3

Fixed the placement of the context menu in the documentBody element if specified in the configuration.

b4rtaz
published 0.24.2 •

Changelog

Source

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.

b4rtaz
published 0.24.1 •

Changelog

Source

0.24.1

This version allows to disable the DOM attachment check.

b4rtaz
published 0.24.0 •

Changelog

Source

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.

b4rtaz
published 0.23.0 •

Changelog

Source

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; }
b4rtaz
published 0.22.1 •

Changelog

Source

0.22.1

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

b4rtaz
published 0.22.0 •

Changelog

Source

0.22.0

This version refactors the code responsible for displaying placeholders.

b4rtaz
published 0.21.4 •

Changelog

Source

0.21.4

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

b4rtaz
published 0.21.3 •

Changelog

Source

0.21.3

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

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