All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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
toonChange
-
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
- 0๏ธโฃ Set default value of