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

Commit 34cfe51

Browse files
authored
Merge pull request #518 from irskep/my-local-changes
Some docs-related changes I forgot to push to the main repo
2 parents 5ce8c7f + 450c1b1 commit 34cfe51

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGES.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
v0.*.* (Upcoming release)
2-
* Reset undostack when loadSnapshot is called
3-
* Store moving a shape with the SelectTool in undoStack
1+
v0.5.2
2+
* Reset undo stack when loadSnapshot is called, fixing a memory leak
3+
* Moving shapes with the selection tool is on the undo stack
4+
5+
v0.5.1:
6+
* Fixes for React dependency
7+
* Undo support for moving selected shapes
48

59
v0.5.0:
610
* Support for React 15 & 16

README.md

Lines changed: 10 additions & 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.2
22
=======================
33

44
Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing
@@ -21,6 +21,15 @@ Along with the CSS, JS, and image assets, this is all it takes:
2121
</script>
2222
```
2323

24+
State of the project
25+
--------------------
26+
27+
No one is maintaining this project. If you report a bug, the ticket will be a
28+
helpful place for discussion, but no one will fix it unless you submit a pull
29+
request. Feature requests will likewise be ignored.
30+
31+
Pull requests will be merged promptly if they are basically OK.
32+
2433
Developing
2534
----------
2635

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

0 commit comments

Comments
 (0)