joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -0,1 +1,6 @@ | ||
# 1.3.5 | ||
* Updates `js-draw` | ||
- Misc. bug fixes | ||
- Inertial touchscreen scrolling. | ||
# 1.3.4 | ||
@@ -2,0 +7,0 @@ * Focus the editor when fisrt opened. |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"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.9.3" | ||
"js-draw": "^0.10.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"name": "Freehand Drawing", | ||
@@ -31,4 +31,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:fe6fe1cab2c2962832af4b7d66b9d807434a2ac6186c38ab53926b9dcc097020", | ||
"_publish_commit": "main:2be6ad750eb20e80557f30319a997c2fc79b9969" | ||
"_publish_hash": "sha256:cc8cb5ba29ad4ac1a25c72c7476d0668de4f5f5916bf6cf58b55a644d3296885", | ||
"_publish_commit": "main:3837205e54e5414e99257d30427fa2f72c31c0e1" | ||
} |
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
510635
+ Addedjs-draw@0.10.3(transitive)
- Removedjs-draw@0.9.3(transitive)
Updatedjs-draw@^0.10.0