Konva v0.11.1 Release Notes

Release Date: 2016-01-16 // over 8 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘ correct Konva.Arrow drawing. Now it works better.
    • ๐Ÿ‘ Better support for dragging when mouse out of stage
    • ๐Ÿ‘ Better corner radius for Label shape
    • contentTap event for stage

    โž• Added

    • event delegation. You can use it in this way: layer.on('click', 'Circle', handler);
    • ๐Ÿ†• new node.findAncestors(selector) and node.findAncestor(selector) functions
    • optional selector parameter for stage.getIntersection and layer.getIntersection
    • โš  show warning message if several instances of Konva are added to page.

    ๐Ÿ”„ Changed

    • ๐Ÿšš moveTo and some other methods return this
    • ๐Ÿ‘ getAbsolutePosition support optional relative parent argument (useful to find absolute position inside of some of parent nodes)
    • change event will be not fired if changed value is the same as old value