New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-freehand-drawing

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-freehand-drawing - npm Package Compare versions

Comparing version

to
2.5.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 2.5.0
- [Updates `js-draw` to v1.12.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1120)
- Fixes using shift+drag to lock a selection's motion to either the horizontal or vertical axis.
- Adjusts how curve fitting works.
# 2.4.1

@@ -2,0 +8,0 @@

6

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "2.4.1",
"version": "2.5.0",
"scripts": {

@@ -47,5 +47,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",

"dependencies": {
"@js-draw/material-icons": "^1.11.0",
"js-draw": "^1.11.0"
"@js-draw/material-icons": "1.12.0",
"js-draw": "1.12.0"
}
}

@@ -5,3 +5,3 @@ {

"app_min_version": "2.10",
"version": "2.4.1",
"version": "2.5.0",
"name": "Freehand Drawing",

@@ -23,16 +23,16 @@ "description": "Create and edit drawings with js-draw.",

{
"src": "../screenshots/editor-lightdark-fullscreen.png"
"src": "screenshots/editor-lightdark-fullscreen.png"
},
{
"src": "../screenshots/editorview-light-1.png"
"src": "screenshots/editorview-light-1.png"
},
{
"src": "../screenshots/editorview-light-2.png"
"src": "screenshots/editorview-light-2.png"
},
{
"src": "../screenshots/editorview-dark.png"
"src": "screenshots/editorview-dark.png"
}
],
"_publish_hash": "sha256:f3a5df6fe0ce1d392f3a5dcc357231a6e19a31a6deb666cf8fde2cee2925d1a4",
"_publish_commit": "main:0e01b8ace32694b70792da64d2d567c0d2fb39b7"
"_publish_hash": "sha256:97d26d94c2c2f854f85b2a5208effd0aa2a78a9ff36a24e0008c777d5434e6a9",
"_publish_commit": "main:02d897185b4d71ec43afe41b3629adc7503ce1de"
}

@@ -107,5 +107,5 @@ # `joplin-plugin-freehand-drawing`

adds additional shortcuts for exiting, selecting pen style 1, and resizing the visible region to the selection.
The above adds additional shortcuts for exiting, selecting pen style 1, and resizing the visible region to the selection.
After changing the shortcuts, Joplin should be restarted.
Joplin must be restarted for the changes to be applied.

@@ -112,0 +112,0 @@ > **Note**

Sorry, the diff of this file is not supported yet