react-sketch-canvas v6.0.2 Release Notes

  • ➕ Added

    • ➕ Added cypress tests for all props and events
    • ➕ Added onStroke prop to get last stroke on pointer up
    • ➕ Adds a point on click (without moving) #45

    🔄 Changed

    • ⬆️ Upgraded all dependencies
    • 🚚 Moved to DTS (tsdx fork) instead of nx
    • 👍 Switched codebase to hook based implementation (support react >= 16.8)
    • ✂ Removed immer dependency

    🛠 Fixed

    • 🔄 Changed React import to * from React #40
    • Export image fails when the background is not an image [beta] #46
    • 🛠 Fix partial transparent erase (eraser stroke color changed to black for masking, add maskUnits) #44

    💥 Breaking changes

    • ⚡️ Renamed onUpdate to onChange