Skip to content

Commit 655a2bc

Browse files
committed
v5.3.4
1 parent 77dc6e8 commit 655a2bc

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
## Changelog
22

3+
## [5.3.4]
4+
5+
## Added
6+
7+
- Switched to Nx
8+
- Updated documentation
9+
10+
## Changed
11+
12+
- Removed pepjs. Can be polyfilled by the web app directly instead
13+
14+
## [5.3.3]
15+
16+
## Fixed
17+
18+
- add support any version above react 16.4
19+
20+
## [5.3.2]
21+
22+
## Fixed
23+
24+
- Bump dependency versions
25+
326
## [5.3.1]
427

28+
## Fixed
29+
530
- Set default value of `allowOnlyPointerType` as `'all'` again
631

732
## [5.3.0]

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": "5.3.3",
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",

0 commit comments

Comments
 (0)