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

konva

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konva - npm Package Versions

1
22

2.0.1

Diff

Changelog

Source

2.0.1 - 2018-03-15

Fixed

  • Several bugs fixes for Konva.Transformer
lavrton
published 2.0.0 •

Changelog

Source

2.0.0 - 2018-03-15

Added

  • new Konva.Transformer. It is a special group that allow simple resizing and rotation of a shape.
  • Add ability to remove event by callback node.off('event', callback).
  • new Konva.Filters.Contrast.
  • new Konva.Util.haveIntersection() to detect simple collusion
  • add Konva.Text.ellipsis to add '…' to text string if width is fixed and wrap is set to 'none'
  • add gradients for strokes

Changed

  • stage events are slightly changed. mousedown, click, mouseup, dblclick, touchstart, touchend, tap, dbltap will be triggered when clicked on empty areas too

Fixed

  • Some typescript fixes
  • Pixelate filter fixes
  • Fixes for path data parsing
  • Fixed shadow size calculation

Removed

  • Some deprecated methods are removed. If previous version was working without deprecation warnings for you, this one will work fine too.
lavrton
published 1.7.6 •

Changelog

Source

1.7.6 - 2017-11-01

Fixed

  • Some typescript fixes
lavrton
published 1.7.4 •

Changelog

Source

1.7.4 - 2017-10-30

Fixed

  • isBrowser detection for electron
lavrton
published 1.7.5 •

lavrton
published 1.7.3 •

Changelog

Source

1.7.3 - 2017-10-19

Changed

  • Changing size of a stage will redraw it in synchronous way

Fixed

  • Some fixes special for nodejs
lavrton
published 1.7.2 •

Changelog

Source

1.7.2 - 2017-10-11

Fixed

  • Fixed Konva.document is undefined
lavrton
published 1.7.1 •

Changelog

Source

1.7.1 - 2017-10-11

Changed

  • Konva for browser env and Konva for nodejs env are separate packages now. You can use konva-node for NodeJS env.
lavrton
published 1.7.0 •

Changelog

Source

1.7.0 - 2017-10-08

Fixed

  • Several typescript fixes

Changed

  • Default value for dragDistance is changed to 3px.
  • Fix rare error throw on drag
  • Caching with height = 0 or width = 0 with throw async error. Caching will be ignored.
lavrton
published 1.6.8 •

Changelog

Source

1.6.8 - 2017-08-19

Changed

  • The node.getClientRect() calculation is changed a bit. It is more powerfull and correct. Also it takes parent transform into account. See docs.
  • Upgrade nodejs deps
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