prosemirror-dropcursor
Advanced tools
Comparing version 1.5.0-beta.1 to 1.5.0
@@ -0,1 +1,7 @@ | ||
## 1.5.0 (2022-05-30) | ||
### New features | ||
Include TypeScript type declarations. | ||
## 1.4.0 (2021-11-11) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-dropcursor", | ||
"version": "1.5.0-beta.1", | ||
"version": "1.5.0", | ||
"description": "Drop cursor plugin for ProseMirror", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -24,3 +24,3 @@ import {Plugin, EditorState} from "prosemirror-state" | ||
/// position, and should return a boolean. | ||
export function dropCursor(options: DropCursorOptions = {}) { | ||
export function dropCursor(options: DropCursorOptions = {}): Plugin { | ||
return new Plugin({ | ||
@@ -27,0 +27,0 @@ view(editorView) { return new DropCursorView(editorView, options) } |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
56548
1
0