joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -0,1 +1,6 @@ | ||
# 1.0.20 | ||
* Updates `js-draw` | ||
* Selection-related bug fixes. | ||
* Fixes an issue where some strokes would distort when saving. | ||
# 1.0.19 | ||
@@ -2,0 +7,0 @@ * Updates `js-draw` |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"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.3.2" | ||
"js-draw": "^0.4.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:3ef462db0d89cfc020ac976664f3f1b620b1edb4bdbdcef44229ea8c619203de", | ||
"_publish_commit": "main:600d5afe5e9ee275f873a04d8641813f0fabb3ee" | ||
"_publish_hash": "sha256:f9b1e3678c9f1085e60d00b259a83db98ef0dd9145d148c9f3f402522a5327ff", | ||
"_publish_commit": "main:03096f78d6e2f9e4c81c67f1938f0cb02dfa46af" | ||
} |
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
458757
+ Addedjs-draw@0.4.1(transitive)
- Removedjs-draw@0.3.2(transitive)
Updatedjs-draw@^0.4.0