Skip to content

Commit 76e37c1

Browse files
v1.29.0
1 parent 9ce079a commit 76e37c1

File tree

19 files changed

+103
-96
lines changed

19 files changed

+103
-96
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.29.0
2+
3+
- Features:
4+
- New "Pressure" toggle for enabling/disabling pressure sensitivity (https://github.com/personalizedrefrigerator/js-draw/pull/109).
5+
- API changes:
6+
- New event listeners for added/removed components (added in [commit be429feb](https://github.com/personalizedrefrigerator/js-draw/commit/be429feb16d5cbdb20ced18cfb65a2297bc3400e).
7+
18
# 1.28.0
29

310
- API changes:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/input-system-tester",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Allows comparing different stroke smoothing implementations",
55
"license": "MIT",
66
"private": true,
@@ -11,11 +11,11 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/debugging": "^1.28.0",
15-
"@js-draw/material-icons": "^1.28.0",
16-
"js-draw": "^1.28.0"
14+
"@js-draw/debugging": "^1.29.0",
15+
"@js-draw/material-icons": "^1.29.0",
16+
"js-draw": "^1.29.0"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.28.0"
19+
"@js-draw/build-tool": "^1.29.0"
2020
}
2121
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-stroke-logging",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Allows sending logs",
55
"license": "MIT",
66
"private": true,
@@ -11,11 +11,11 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/debugging": "^1.28.0",
15-
"@js-draw/material-icons": "^1.28.0",
16-
"js-draw": "^1.28.0"
14+
"@js-draw/debugging": "^1.29.0",
15+
"@js-draw/material-icons": "^1.29.0",
16+
"js-draw": "^1.29.0"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.28.0"
19+
"@js-draw/build-tool": "^1.29.0"
2020
}
2121
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/translation-tester",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Allows testing a translation from a GitHub issue",
55
"license": "MIT",
66
"private": true,
@@ -11,10 +11,10 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.28.0",
15-
"js-draw": "^1.28.0"
14+
"@js-draw/material-icons": "^1.29.0",
15+
"js-draw": "^1.29.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.28.0"
18+
"@js-draw/build-tool": "^1.29.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-history-visualizer",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Allows viewing undo history",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.28.0"
14+
"js-draw": "^1.29.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.28.0"
17+
"@js-draw/build-tool": "^1.29.0"
1818
}
1919
}

docs/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/demo",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",
55
"author": "Henry Heino",
66
"license": "MIT",
@@ -10,11 +10,11 @@
1010
"watch": "build-tool watch"
1111
},
1212
"dependencies": {
13-
"@js-draw/debugging": "^1.28.0",
14-
"@js-draw/material-icons": "^1.28.0",
15-
"js-draw": "^1.28.0"
13+
"@js-draw/debugging": "^1.29.0",
14+
"@js-draw/material-icons": "^1.29.0",
15+
"js-draw": "^1.29.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.28.0"
18+
"@js-draw/build-tool": "^1.29.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-collaborative",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Example collaborative editor",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.28.0"
14+
"js-draw": "^1.29.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.28.0"
17+
"@js-draw/build-tool": "^1.29.0"
1818
}
1919
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-custom-tools",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Example demonstrating custom tools",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.28.0"
14+
"js-draw": "^1.29.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.28.0"
17+
"@js-draw/build-tool": "^1.29.0"
1818
}
1919
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-multiple-editors",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Example demonstrating multiple editors in the same document",
55
"license": "MIT",
66
"private": true,
@@ -11,10 +11,10 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.28.0",
15-
"js-draw": "^1.28.0"
14+
"@js-draw/material-icons": "^1.29.0",
15+
"js-draw": "^1.29.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.28.0"
18+
"@js-draw/build-tool": "^1.29.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-save-restore-toolbar-state",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Example demonstrating saving and restoring toolbar state",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.28.0"
14+
"js-draw": "^1.29.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.28.0"
17+
"@js-draw/build-tool": "^1.29.0"
1818
}
1919
}

0 commit comments

Comments
 (0)