joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -0,3 +1,9 @@ | ||
# 1.4.4 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0152) | ||
* Don't select/erase objects that have `isSelectable` set to `false`. | ||
* Decrease output size of new lines/rectangles/arrows. | ||
* Fix view jumping while zooming in/rotating with touchscreen pan tool. | ||
# 1.4.3 | ||
* Updates `js-draw` | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0150) | ||
- `ctrl+A`-related bug fixes. | ||
@@ -4,0 +10,0 @@ - Adds a "reformat selection" button (allows changing selection color). |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"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.15.0" | ||
"js-draw": "^0.15.2" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:34fd8f678305ebfc29bb73a8be6e820e35df35e84bfac9c78b461cf40d633951", | ||
"_publish_commit": "main:22269dfed79efff2b5da58cdfd49c4dd51b43972" | ||
"_publish_hash": "sha256:e9023de8bc94163d78391784e3c433457856fd580778d77ae8f8074ab2ff9cee", | ||
"_publish_commit": "main:e20614c0eacd6becabd723a638a1f6ff3a91ac58" | ||
} |
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
568948
Updatedjs-draw@^0.15.2