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

js-draw

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-draw - npm Package Versions

1
12

0.20.0

Diff

Changelog

Source

0.20.0

  • Added option for grid-patterned background.
personalizedrefrigerator
published 0.19.0 •

Changelog

Source

0.19.0

  • (Experimental) Sound-based image browsing.
    • Pressing tab repeatedly shows an "Enable sound-based exploration" button. Clicking this button plays a sound when a user subsequently clicks on the canvas. The sound is based on the color under the cursor.
  • Fixed
    • Pinch-zooming on a trackpad would zoom in to a point roughly 50px below the cursor.
    • Buttons accessible only by pressing "tab" repeatedly were hidden behind the editor's canvas in some browsers.
personalizedrefrigerator
published 0.18.2 •

Changelog

Source

0.18.2

  • Fix essential files missing from NPM.
personalizedrefrigerator
published 0.18.1 •

Changelog

Source

0.18.1

  • Fix CommonJS module imports for some usecases.
    • Adds @babel/runtime as a dependency, which seems to be required to process some require calls.
personalizedrefrigerator
published 0.18.0 •

Changelog

Source

0.18.0

  • Publish both CommonJS and ES Modules
  • Fix ES module imports.
personalizedrefrigerator
published 0.17.4 •

Changelog

Source

0.17.4

  • Fix CanvasRenderer and SVGRenderer not exported.
  • Fix pasting images copied from js-draw into some external apps.
    • Pasting selected items from js-draw still doesn't work for many apps.
personalizedrefrigerator
published 0.17.3 •

Changelog

Source

0.17.3

  • Fix isRestylableComponent not exported.
  • Add a method to get the Editor's average background color.
personalizedrefrigerator
published 0.17.2 •

Changelog

Source

0.17.2

  • Bug fixes
    • TextComponent: Fix sub-components not cloning when cloning a parent TextComponent
      • This was causing duplicated TextComponents to have, in part, the same styles as the original, even after attempting to restyle them with the restyle tool.
    • Find tool: Don't add viewport transformations to the undo stack.
    • Collaborative editing: Fix changing background size/location not synced between editors.
    • Upgrades dependencies to latest versions (see commit for details)
personalizedrefrigerator
published 0.17.1 •

Changelog

Source

0.17.1

  • Bug fixes
    • [Only partially fixed] Fix restyling duplicated TextComponents also restyling the original.
    • Fix contents of overflow menu not changing on screen resize if the overflow menu was open.
personalizedrefrigerator
published 0.17.0 •

Changelog

Source

0.17.0

  • Breaking changes
    • SerializableCommand::serialize may no longer serialize accurately when the command to serialize is not on top of the undo/redo stack. (This change was made to improve performance.)
  • Toolbar overflow menu:
    • Prefer horizontal menu to veritcal for only 1-2 overflow items.
    • Prefer wrapping to scrolling.
  • Bug fixes
    • Undo/redo events are now consistently fired after the command is initially applied.
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