joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -0,3 +1,7 @@ | ||
# 1.0.10 | ||
* Updates `js-draw` | ||
* Fixes a regression -- opening the color picker and attempting to change the color would cause the picker to immediately disappear. | ||
# 1.0.9 | ||
* Match Joplin's theme | ||
* Match Joplin's theme. | ||
@@ -4,0 +8,0 @@ # 1.0.8 |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.1.8", | ||
"js-draw": "^0.1.9", | ||
"os-browserify": "^0.3.0", | ||
@@ -35,0 +35,0 @@ "path-browserify": "^1.0.1" |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:f5f9261689fe3e98db9e1538ccc86d5e531a2da9c221d21df35f1fba6a8d09a7", | ||
"_publish_commit": "main:a56ce1955d39b45adda7ada10565716678dc829a" | ||
"_publish_hash": "sha256:0cdd7db983f34ccc0d074594a347b1bf4a9e8455e7f01e863b24127a27a04b1f", | ||
"_publish_commit": "main:ce5fc89bb28522f52f38fa3294d4a5cdb9e60454" | ||
} |
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
378622
Updatedjs-draw@^0.1.9