joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -0,1 +1,5 @@ | ||
# 1.0.16 | ||
* Updates `js-draw` | ||
* Fixes strokes with thickness set to a very small number self-intersecting many times. | ||
# 1.0.15 | ||
@@ -2,0 +6,0 @@ * German localization |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"scripts": { | ||
@@ -32,4 +32,4 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.2.2" | ||
"js-draw": "^0.2.3" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:44d43afee90df5770f126155c4214ccf0786a1324379513a950eadd9bb40bcee", | ||
"_publish_commit": "main:4e5936ad7490ec24db599a8aa90bd2b0d00b6c4c" | ||
"_publish_hash": "sha256:ea49e9842b2ccfd23c0b8a39844f017a06cc2951e9bc53478de0e31c8c4d874f", | ||
"_publish_commit": "main:c2e4fc943d8815231aa30d0434aa57f99bb54ec8" | ||
} |
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
419302
Updatedjs-draw@^0.2.3