joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -0,1 +1,6 @@ | ||
# 1.8.0 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0122) | ||
- Improved German localization (thanks to @Mr-Kanister) | ||
- Don't draw when the user **clicks** on the canvas to close the color picker. Drawing is still done if the user clicks and drags. | ||
# 1.7.0 | ||
@@ -2,0 +7,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0121) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"scripts": { | ||
@@ -22,3 +22,3 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"fs-extra": "^11.1.0", | ||
"fs-extra": "^11.1.1", | ||
"glob": "^8.1.0", | ||
@@ -30,8 +30,8 @@ "on-build-webpack": "^0.1.0", | ||
"typescript": "^4.9.1", | ||
"webpack": "^5.76.3", | ||
"webpack": "^5.78.0", | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"js-draw": "^0.21.0" | ||
"js-draw": "^0.22.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:7b40cb5345a5766d3e630b705f74edde0ad9beda3b2410e1af974f4d0f616543", | ||
"_publish_commit": "main:0dc39ada72a1d5fd61e13dcf0fc6ce8271c0a32e" | ||
"_publish_hash": "sha256:ac3c6ed3299820318656bb07fe926e74371a5a9528a531326cc6ce7d98116b79", | ||
"_publish_commit": "main:2f875712b8e650677f081eee324bd9982f4f521e" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
407171
0
+ Added@melloware/coloris@0.19.1(transitive)
+ Addedjs-draw@0.22.1(transitive)
- Removed@melloware/coloris@0.18.0(transitive)
- Removedjs-draw@0.21.0(transitive)
Updatedjs-draw@^0.22.0