joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.10.1 to 1.11.0
@@ -0,1 +1,8 @@ | ||
# 1.11.0 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0240) | ||
- Adds support for rendering relatively positioned text from SVGs | ||
- Adds a circle pen type. | ||
* Bug fixes | ||
- Previously, when saving a **new** image, the plugin would ask the user whether they want to save or overwrite. The "overwrite" option has been removed in this case. | ||
# 1.10.0 and 1.10.1 | ||
@@ -2,0 +9,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0230) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"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/codemirror": "5.60.8", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^20.1.2", | ||
"@types/node": "^20.3.2", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"fs-extra": "^11.1.1", | ||
"glob": "^8.1.0", | ||
"glob": "^10.3.0", | ||
"on-build-webpack": "^0.1.0", | ||
"style-loader": "^3.3.2", | ||
"tar": "^6.1.14", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.82.1", | ||
"webpack-cli": "^5.1.1" | ||
"style-loader": "^3.3.3", | ||
"tar": "^6.1.15", | ||
"ts-loader": "^9.4.3", | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.88.0", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"js-draw": "^0.23.0" | ||
"js-draw": "^0.24.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"name": "Freehand Drawing", | ||
@@ -23,2 +23,5 @@ "description": "Create and edit drawings with js-draw.", | ||
{ | ||
"src": "../screenshots/editor-lightdark-fullscreen.png" | ||
}, | ||
{ | ||
"src": "../screenshots/editorview-light-1.png" | ||
@@ -33,4 +36,4 @@ }, | ||
], | ||
"_publish_hash": "sha256:e9fa94af390315241f5768069e273b7da5e630b044ee7923f7a98ba11cfc1567", | ||
"_publish_commit": "main:ba417cfcc4e5c4bfc5dae8aca26bd6baf95d33a6" | ||
"_publish_hash": "sha256:31e07e2eac6cf532add9fa2b864eb658c9e6a999de95e190ae30dbe0216423f4", | ||
"_publish_commit": "main:45a5f67e8368b88fa77e0835b6da60d4e7950b8c" | ||
} |
@@ -6,3 +6,3 @@ # `joplin-plugin-freehand-drawing` | ||
<img width="600" src="./screenshots/editorview-light-1.png"/> | ||
<img width="600" src="./screenshots/editor-lightdark-fullscreen.png"/> | ||
@@ -9,0 +9,0 @@ ## Installing |
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
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
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
498759
35
1
+ Added@melloware/coloris@0.20.0(transitive)
+ Addedbezier-js@6.1.3(transitive)
+ Addedjs-draw@0.24.1(transitive)
- Removed@melloware/coloris@0.19.1(transitive)
- Removedbezier-js@6.1.4(transitive)
- Removedjs-draw@0.23.1(transitive)
Updatedjs-draw@^0.24.0