joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,6 @@ | ||
# 1.4.3 | ||
* Updates `js-draw` | ||
- `ctrl+A`-related bug fixes. | ||
- Adds a "reformat selection" button (allows changing selection color). | ||
# 1.4.2 | ||
@@ -2,0 +7,0 @@ * Updates `js-draw` |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"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.14.0" | ||
"js-draw": "^0.15.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:507db1b4bce8ee1305c855457b8162a0816d4a973fb099b5d636bd549c47a322", | ||
"_publish_commit": "main:6ee37e9a95219b57d1254292517d69e46374fee3" | ||
"_publish_hash": "sha256:34fd8f678305ebfc29bb73a8be6e820e35df35e84bfac9c78b461cf40d633951", | ||
"_publish_commit": "main:22269dfed79efff2b5da58cdfd49c4dd51b43972" | ||
} |
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
558306
16
+ Addedjs-draw@0.15.2(transitive)
- Removedjs-draw@0.14.0(transitive)
Updatedjs-draw@^0.15.0