joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -0,1 +1,6 @@ | ||
# 1.2.0 | ||
* Updates `js-draw` | ||
* Edit existing text fields by clicking on them while using the text tool. | ||
* Increases auto-save frequency to 0.5 Hz. | ||
# 1.1.2 | ||
@@ -2,0 +7,0 @@ * Updates `js-draw` |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"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.6.0" | ||
"js-draw": "^0.7.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:9fe6bc31b9c6318d731fb198123d1d3e0c3247f36cc6ed37425e77d7cd316d26", | ||
"_publish_commit": "main:937bfa84d1c092f3a003d91b3659414739971bec" | ||
"_publish_hash": "sha256:b452c473a1cfccb71cef06959951a94babfc9cc1623945c8e6537664b3435687", | ||
"_publish_commit": "main:ac9aa55f06e79800d779bd34ba8f8afcc9e564fe" | ||
} |
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
476530
+ Addedjs-draw@0.7.2(transitive)
- Removedjs-draw@0.6.0(transitive)
Updatedjs-draw@^0.7.0