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

diagram-js-direct-editing

Package Overview
Dependencies
Maintainers
9
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagram-js-direct-editing - npm Package Versions

23
6

3.2.0

Diff

Changelog

Source

3.2.0

  • FEAT: restore focus on Canvas after close
  • FEAT: support diagram-js@15.0.0
nikku
published 3.1.0 •

Changelog

Source

3.1.0

  • DEPS: update to min-dom@4.2.1
marstamm
published 3.0.1 •

Changelog

Source

3.0.1

This reverts v3.0.0.

  • FEAT: restore background for all textboxes. You can remove the background with custom styles or a style config in direct editing provider.
marstamm
published 3.0.0 •

Changelog

Source

3.0.0

  • FEAT: remove background for non-resizable textboxes (#23)

Breaking Changes

  • By default, no background is shown when editing a static sized element. To restore old behavior, add a style config when activating direct editing:
    const MyProvider = { 
      activate: (element) => {
        return {
          style: {
            backgroundColor: '#ffffff',
            border: '1px solid #ccc'
          }
          // ...
        }
      }
    }
    
nikku
published 2.1.2 •

Changelog

Source

2.1.2

This reverts v2.1.1.

  • FIX: restore main package export
nikku
published 2.1.1 •

Changelog

Source

2.1.1

  • FIX: drop main package export
nikku
published 2.1.0 •

Changelog

Source

2.1.0

  • FEAT: allow loading as a module
nikku
published 2.0.1 •

Changelog

Source

2.0.1

  • FIX: add package export
nikku
published 2.0.0 •

Changelog

Source

2.0.0

  • DEPS: bump utility dependencies
nikku
published 1.8.0 •

Changelog

Source

1.8.0

  • DEPS: support diagram-js@9
23
6
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