Konva v0.9.0 Release Notes

Release Date: 2015-02-27 // about 9 years ago
  • ๐Ÿ›  Fixed

    • โšก๏ธ cache algorithm has A LOT OF updates.

    ๐Ÿ”„ Changed

    • scale now affects shadowOffset
    • ๐ŸŽ performance optimization (remove some unnecessary draws)
    • more expected drawing when shape has opacity, stroke and shadow
    • HDPI for caching.
    • ๐Ÿ— Cache should work much better. Now you don't need to pass bounding box {x,y,width,height} to cache method for all buildin Konva shapes. (only for your custom Konva.Shape instance).
    • ๐Ÿ‘ Tween now supports color properties (fill, stroke, shadowColor)

    โž• Added