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

Commit 53a7334

Browse files
author
Steve Johnson
committed
0.5.0
1 parent 7efd7d8 commit 53a7334

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.5.0:
2+
* Support for React 15 & 16
3+
* Fix XSS vulnerabilities in text tool (interactive & SVG output)
4+
* Fix minor bugs in SVG output
5+
* Core build respects imageSize option
6+
17
v0.4.14:
28
* onInit option works again (broke in 0.4.13)
39
* Remove Bower support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Literally Canvas v0.4.14
2-
========================
1+
Literally Canvas v0.5.0
2+
=======================
33

44
Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing
55
widget. Its only dependency is [React.js](http://facebook.github.io/react/).

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.4.14",
3+
"version": "0.5.0",
44
"description": "HTML5 drawing widget",
55
"main": "lib/js",
66
"scripts": {

0 commit comments

Comments
 (0)