joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -0,1 +1,7 @@ | ||
# 1.7.0 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0121) | ||
- Bug fix: Closing color picker: Start drawing immediately, rather than require an extra tap. | ||
- Use edge of strokes, rather than center, for erasing/selection. This was previously only the case for flat-tiped strokes. | ||
- Adjustments to stroke smoothing. | ||
# 1.6.1 | ||
@@ -2,0 +8,0 @@ * Bug fix: Don't apply template backgrounds when loading images that have no background. |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"scripts": { | ||
@@ -33,4 +33,4 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.20.0" | ||
"js-draw": "^0.21.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:c3b44715b3ca0678684ed996b0c6d07d55a6aaf4bd909f9e623936396f2f68b4", | ||
"_publish_commit": "main:9f209c4643b5e765c86d5a53ed55d7512fef5811" | ||
"_publish_hash": "sha256:7b40cb5345a5766d3e630b705f74edde0ad9beda3b2410e1af974f4d0f616543", | ||
"_publish_commit": "main:0dc39ada72a1d5fd61e13dcf0fc6ce8271c0a32e" | ||
} |
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
403793
+ Addedjs-draw@0.21.0(transitive)
- Removedjs-draw@0.20.0(transitive)
Updatedjs-draw@^0.21.0