joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -0,1 +1,8 @@ | ||
# 1.4.6 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0172) | ||
- Fixes canvas not resizing on window resize. | ||
- Fixes changing the color of duplicated text objects. | ||
* Bug fixes | ||
- Fixes "insert image" button not working in the rich text editor. | ||
# 1.4.5 | ||
@@ -2,0 +9,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0160) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"scripts": { | ||
@@ -17,20 +17,20 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"devDependencies": { | ||
"@types/codemirror": "5.60.7", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^18.7.13", | ||
"@types/node": "^18.14.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"fs-extra": "^10.1.0", | ||
"glob": "^8.0.3", | ||
"fs-extra": "^11.1.0", | ||
"glob": "^8.1.0", | ||
"on-build-webpack": "^0.1.0", | ||
"style-loader": "^3.3.1", | ||
"tar": "^6.1.11", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.8.2", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"tar": "^6.1.13", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.9.1", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"js-draw": "^0.16.0" | ||
}, | ||
"packageManager": "yarn@3.4.1" | ||
"js-draw": "^0.17.2" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"name": "Freehand Drawing", | ||
@@ -32,4 +32,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:16b04688e8374470b128f932648006af53a934ac5d6d8b20813553252a957d9e", | ||
"_publish_commit": "main:738dd244190a6027e4c0b3db5a41aa4a64d7d69c" | ||
"_publish_hash": "sha256:c576253564146d347f790ae4616d4b8594a960f2771c1981c0ff135c57f80b94", | ||
"_publish_commit": "main:39a721b030e95e825540a20452ccd527035914b4" | ||
} |
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
599192
14
+ Added@melloware/coloris@0.18.0(transitive)
+ Addedjs-draw@0.17.4(transitive)
- Removed@melloware/coloris@0.16.1(transitive)
- Removedjs-draw@0.16.1(transitive)
Updatedjs-draw@^0.17.2