All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v5.3.0 Changes

    ➕ Added

    • Reset canvas option to reset internal state and clean undo/redo stack

    🛠 Fixed

    • 🛠 Fix exportImage function to export png in Firefox and Safari
  • v5.2.0 Changes

    ➕ Added

    • ➕ Add withTimestamp prop and getSketchingTime function to measure the sketching time of the user
  • v5.1.2 Changes

    ➕ Added

    • ➕ Add index.d.ts to npm registry
    • ➕ Add Github as registry
    • ⚡️ Update example
  • v5.1.0 Changes

    ➕ Added

    • ➕ Added defaultProps to onUpdate in ReactSketchCanvas
    • ➕ Added touch-action="none" to allow pepjs polyfill pointer events
    • ⚡️ Update README.md

    🛠 Fixed

    • ✂ Removed the annoying console.log from Canvas
  • v5.0.1 Changes

    ➕ Added

    ➕ Added README :)

  • v5.0.0 Changes

    ➕ Added

    • Rewrote codebase in typescript
    • ➕ Added pepjs to support more browsers
    • ➕ Added onUpdate feature to get current paths in CanvasPath type

    🛠 Fixed

    • 🛠 Fixed sketch offset issue when the canvas is scrolled

    🔄 Changed

    • ⚡️ Updated undo/redo/reset strategy
    • ⚡️ Updated demo in storybook
  • v4.0.0 Changes

    ➕ Added

    • 📇 Renamed SvgSketchCanvas to ReactSketchCanvas to keep naming convention
    • ➕ Added className property to set class names for CSS selectors

    🗄 Deprecated

    • ✂ Removed SvgSketchCanvas
  • v3.0.1 Changes

    🔄 Changed

    • 🚚 Moved immutable dependency from Canvas file
  • v3.0.0 Changes

    🔄 Changed

    ✂ Removed onUpdate feature and made the system modular

    ➕ Added

    • Made Canvas as a separate module. Now event handlers can be hooked with Canvas class to update paths from server. (For Collaboration use case)

    🗄 Deprecated

    • ✂ Removed onUpdate feature and instead made Canvas module
  • v2.3.0 Changes

    ➕ Added

    • ➕ Added onUpdate property to get the current sketch paths after every update