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

Changelog History
Page 1

  • v8.3.10 Changes

    June 20, 2022
    • Skip Konva.Transformer in container.getClientRect() calculations
  • v8.3.9 Changes

    May 27, 2020
    • ๐Ÿ›  Typescript fixes
  • v8.3.8 Changes

    May 05, 2020
    • ๐Ÿ“ฆ Disable all exports in package.json
  • v8.3.7 Changes

    May 04, 2022
    • Migrate to CommonJS exports only
  • v8.3.6 Changes

    April 27, 2022
    • ๐Ÿ‘ Better exports definitions. Importing Konva should work better in different bundlers and test environments.
    • imageSmoothingEnabled option for node.toDataURL(), node.toCanvas() and node.toImage()
  • v8.3.5 Changes

    March 21, 2022
    • Quick fix for toCanvas() and toDataURL() size calculation.
  • v8.3.4 Changes

    March 13, 2022
    • ๐Ÿ›  Fix characters positions calculations on fontFamily changes in TextPath.
    • โœ‚ Remove rounding in node.getClientRect() results
    • ๐Ÿ›  Fix event object on transformstart event.
  • v8.3.3 Changes

    March 23, 2022
    • ๐Ÿ›  Fix justify align for text with several paragraphs.
  • v8.3.2 Changes

    • โœ‚ Remove source maps for webpack builds
  • v8.3.1 Changes

    December 09, 2021
    • ๐Ÿ›  Fix dbltap event in Safari
    • ๐Ÿšš A bit faster node.moveToTop() when node is already on top
    • ๐Ÿ‘ Better client rect calculations for Konva.Arc shape.