joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.12.1 to 2.0.0
@@ -0,1 +1,8 @@ | ||
# 2.0.0 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#102) | ||
- Adds a new toolbar theme (a theme similar to the original can be enabled in settings) | ||
- Adds a theme switcher in settings | ||
- The default `js-draw` themes can now be selected in addition to a "match Joplin" setting | ||
* Centers the background/drawing area when making a new image. | ||
# 1.12.1 | ||
@@ -2,0 +9,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0251) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.12.1", | ||
"version": "2.0.0", | ||
"scripts": { | ||
@@ -33,4 +33,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"js-draw": "^0.25.1" | ||
"@js-draw/material-icons": "^1.0.2", | ||
"js-draw": "^1.0.2" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "1.12.1", | ||
"version": "2.0.0", | ||
"name": "Freehand Drawing", | ||
@@ -35,4 +35,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:21a111a7ffa778fbe358e3b841f07732fd2c2df7f52d63069ac8936240cfaa8a", | ||
"_publish_commit": "main:555a576f98d16066b9273ac33b10034c4892f5d4" | ||
"_publish_hash": "sha256:38bd3d3b327513e207ec23f2c488dd22af786ce22313a25e37c199b8687095ef", | ||
"_publish_commit": "main:733d362bbeeb10620fcd7ec629a71a16a0f8408c" | ||
} |
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
510581
2
+ Added@js-draw/material-icons@1.21.3(transitive)
+ Added@js-draw/math@1.21.3(transitive)
+ Added@melloware/coloris@0.22.0(transitive)
+ Addedjs-draw@1.21.3(transitive)
- Removed@melloware/coloris@0.20.0(transitive)
- Removedjs-draw@0.25.1(transitive)
Updatedjs-draw@^1.0.2