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

konva

Package Overview
Dependencies
Maintainers
1
Versions
212
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.1.6

Diff

Changelog

Source

2.1.6 - 2018-06-16

Fixed

  • Removed wrong dep
  • Typescript fixes
lavrton
published 2.1.5 •

Changelog

Source

2.1.5 - 2018-06-15

Fixed

  • Typescript fixes
  • add shape as second argument for sceneFunc and hitFunc
lavrton
published 2.1.4 •

Changelog

Source

2.1.4 - 2018-06-15

Fixed

  • Fixed Konva.Text justify drawing for a text with decoration
  • Added methods data(),setData() and getData() methods to Konva.TextPath
  • Correct cache reset for Konva.Transformer
lavrton
published 2.1.3 •

Changelog

Source

2.1.3 - 2018-05-17

Fixed

  • Konva.Transformer automatically track shape changes
  • Konva.Transformer works with shapes with offset too
lavrton
published 2.1.2 •

Changelog

Source

2.1.2 - 2018-05-16

Fixed

  • Cursor fixes for Konva.Transformer
  • Fixed lineHeight behavior for Konva.Text
  • Some performance optimizations for Konva.Text
  • Better wrap algorithm for Konva.Text
  • fixed Konva.Arrow with tension != 0
  • Some fixes for Konva.Transformer
lavrton
published 2.1.0 •

lavrton
published 2.0.3 •

Changelog

Source

2.0.3 - 2018-04-21

Added

  • Typescript defs for Konva.Transformer
  • Typescript defs for globalCompositeOperation

Changes

  • Fixed flow for contextmenu event. Now it will be triggered on shapes too
  • find() method for Containers can use a function as a parameter

Fixed

  • some bugs fixes for group.getClientRect()
  • Konva.Arrow will not draw dash for pointers
  • setAttr will trigger change event if new value is the same Object
  • better behavior of dblclick event when you click fast on different shapes
  • stage.toDataURL will use pixelRatio = 1 by default.
lavrton
published 2.0.2 •

Changelog

Source

2.0.2 - 2018-03-15

Fixed

  • Even more bugs fixes for Konva.Transformer
lavrton
published 2.0.1 •

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.
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