Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 87a204f

Browse files
committed
0.5.1
1 parent 7ba34c9 commit 87a204f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.5.1:
2+
* Fixes for React dependency
3+
* Undo support for moving selected shapes
4+
15
v0.5.0:
26
* Support for React 15 & 16
37
* Fix XSS vulnerabilities in text tool (interactive & SVG output)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Literally Canvas v0.5.0
1+
Literally Canvas v0.5.1
22
=======================
33

44
Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "literallycanvas",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "HTML5 drawing widget",
55
"main": "lib/js",
66
"scripts": {

0 commit comments

Comments
 (0)