All Versions
156
Latest Version
Avg Release Cycle
164 days
Latest Release
680 days ago

Changelog History
Page 10

  • v3.2.4 Changes

    April 05, 2019
    • ๐Ÿ›  Fix some stage events. mouseenter and mouseleave should work correctly on empty spaces
    • ๐Ÿ›  Fix some typescript types
    • ๐Ÿ‘ Better detection of production mode (no extra warnings)
  • v3.2.3 Changes

    March 21, 2019
    • ๐Ÿ›  Fix hasName method for empty name cases
  • v3.2.2 Changes

    March 19, 2019
    • โœ‚ Remove dependencies from npm package
  • v3.2.1 Changes

    March 18, 2019
    • ๐Ÿ‘ Better find and findOne lookup. Now we should not care about duplicate ids.
    • ๐Ÿ‘ Better typescript definitions
  • v3.2.0 Changes

    March 10, 2019
    • ๐Ÿ†• new property shape.hitStrokeWidth(10)
    • ๐Ÿ‘ Better typescript definitions
    • โœ‚ Remove Object.assign usage (for IE11 support)
  • v3.1.7 Changes

    March 06, 2019
    • ๐Ÿ‘ Better modules and TS types
  • v3.1.6 Changes

    February 27, 2019
    • ๐Ÿ›  Fix commonjs exports
    • ๐Ÿ›  Fix global injections
  • v3.1.0 Changes

    February 27, 2019
    • ๐Ÿ‘‰ Make Konva modular: import Konva from 'konva/lib/Core';;
    • ๐Ÿ›  Fix incorrect Transformer behavior
    • ๐Ÿ›  Fix drag&drop for touch devices
  • v3.0.0

    February 25, 2019
  • v2.6.0 Changes

    December 14, 2018

    ๐Ÿ”„ Changed

    • ๐ŸŽ Performance fixes when cached node has many children
    • ๐Ÿ‘ Better drawing for shape with strokeScaleEnabled = false on HDPI devices

    โž• Added

    • ๐Ÿ†• New ignoreStroke for Konva.Transformer. Good to use when a shape has strokeScaleEnabled = false

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ getKerning TextPath API is deprecated. Use kerningFunc instead.