joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -0,6 +1,11 @@ | ||
# 1.4.5 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0160) | ||
- Ability to change the background color. | ||
- Overflow menu for the toolbar. | ||
# 1.4.4 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0152) | ||
* Don't select/erase objects that have `isSelectable` set to `false`. | ||
* Decrease output size of new lines/rectangles/arrows. | ||
* Fix view jumping while zooming in/rotating with touchscreen pan tool. | ||
- Don't select/erase objects that have `isSelectable` set to `false`. | ||
- Fix larger-than-necessary output size of arrow/rectangle/line shapes. | ||
- Fix view jumping while zooming in/rotating with touchscreen pan tool. | ||
@@ -7,0 +12,0 @@ # 1.4.3 |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"scripts": { | ||
@@ -32,4 +32,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.15.2" | ||
} | ||
"js-draw": "^0.16.0" | ||
}, | ||
"packageManager": "yarn@3.4.1" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:e9023de8bc94163d78391784e3c433457856fd580778d77ae8f8074ab2ff9cee", | ||
"_publish_commit": "main:e20614c0eacd6becabd723a638a1f6ff3a91ac58" | ||
"_publish_hash": "sha256:16b04688e8374470b128f932648006af53a934ac5d6d8b20813553252a957d9e", | ||
"_publish_commit": "main:738dd244190a6027e4c0b3db5a41aa4a64d7d69c" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
587625
+ Addedjs-draw@0.16.1(transitive)
- Removedjs-draw@0.15.2(transitive)
Updatedjs-draw@^0.16.0