All Versions
156
Latest Version
Avg Release Cycle
164 days
Latest Release
648 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.