Skip to content

Commit e14ec62

Browse files
committed
add changelog
1 parent 98af828 commit e14ec62

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
## Changelog
22

3-
## [6.0.0]
43

5-
## Added
6-
7-
- Upgraded all dependencies
8-
- Updated directory structure
9-
- Added background image rendering directly in SVG
10-
- Added option to export background image while exporting the canvas as image or SVG
11-
- Added background image aspect ratio control
12-
- Updated erase option to use mask instead of canvas color
13-
- Add github action for deployment of storybook and package
4+
## [5.3.5]
145

15-
## Breaking changes
16-
17-
- Removed background option to set background image using CSS-in-JS (instead check feature-filled backgroundImage prop)
6+
## Changed
187

8+
- Changed import react as `import * as React from 'react'`
199

2010
## [5.3.4]
2111

libs/react-sketch-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketch-canvas",
3-
"version": "6.0.0",
3+
"version": "5.3.4",
44
"description": "react-sketch-canvas - Freehand vector drawing tool for React using SVG as canvas",
55
"author": "Vinoth Pandian",
66
"homepage": "https://vinoth.info/react-sketch-canvas",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketch-canvas",
3-
"version": "6.0.0",
3+
"version": "5.3.4",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

0 commit comments

Comments
 (0)