Changelog
2.1.5 - 2018-06-15
sceneFunc
and hitFunc
Changelog
2.1.4 - 2018-06-15
Konva.Text
justify drawing for a text with decorationdata()
,setData()
and getData()
methods to Konva.TextPath
Konva.Transformer
Changelog
2.1.3 - 2018-05-17
Konva.Transformer
automatically track shape changesKonva.Transformer
works with shapes with offset tooChangelog
2.1.2 - 2018-05-16
Konva.Transformer
Konva.Text
Konva.Text
Konva.Text
Konva.Arrow
with tension != 0Konva.Transformer
Changelog
2.0.3 - 2018-04-21
Konva.Transformer
globalCompositeOperation
contextmenu
event. Now it will be triggered on shapes toofind()
method for Containers can use a function as a parametergroup.getClientRect()
Konva.Arrow
will not draw dash for pointersdblclick
event when you click fast on different shapesstage.toDataURL
will use pixelRatio = 1
by default.Changelog
2.0.0 - 2018-03-15
Konva.Transformer
. It is a special group that allow simple resizing and rotation of a shape.node.off('event', callback)
.Konva.Filters.Contrast
.Konva.Util.haveIntersection()
to detect simple collusionKonva.Text.ellipsis
to add '…' to text string if width is fixed and wrap is set to 'none'mousedown
, click
, mouseup
, dblclick
, touchstart
, touchend
, tap
, dbltap
will be triggered when clicked on empty areas too