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

Changelog History
Page 1

  • v6.1.0 Changes

    โž• Added

    • โž• Added optional id props to uniquely identify a sketch canvas
    • โฌ†๏ธ Upgraded dependencies

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated tests to use the id props

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix multiple ReactSketchCanvas in one page causes issues due to id="background" #52
    • ๐Ÿ›  Fix ReactSketchCanvas doesn't work on safari. #53
  • v6.0.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Package cannot be installed via npm #51
    • โšก๏ธ update contributing.md
    • โšก๏ธ update github actions
  • v6.0.2 Changes

    โž• 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
  • v6.0.1-beta Changes

    โž• Added

    • โฌ†๏ธ Upgraded all dependencies
    • โšก๏ธ Updated directory structure
    • โž• Added background image rendering directly in SVG
    • โž• Added option to export background image while exporting the canvas as image or SVG
    • โž• Added background image aspect ratio control
    • โšก๏ธ Updated erase option to use mask instead of canvas color
    • โž• Add github action for deployment of storybook and package

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed background option to set background image using CSS-in-JS (instead check feature-filled backgroundImage prop)
  • v6.0.0

  • v5.3.5

  • v5.3.4 Changes

    โž• Added

    • Switched to Nx
    • ๐Ÿ“š Updated documentation

    ๐Ÿ”„ Changed

    • โœ‚ Removed pepjs. Can be polyfilled by the web app directly instead
  • v5.3.3 Changes

    ๐Ÿ›  Fixed

    • โž• add support any version above react 16.4
  • v5.3.2 Changes

    ๐Ÿ›  Fixed

    • โฌ†๏ธ Bump dependency versions
  • v5.3.1 Changes

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Set default value of allowOnlyPointerType as 'all' again