prosemirror-tables
Advanced tools
Comparing version 1.3.7 to 1.4.0
@@ -244,3 +244,8 @@ import { PluginKey, EditorState, Transaction, Selection, Plugin, Command } from 'prosemirror-state'; | ||
lastColumnResizable?: boolean; | ||
View?: new (node: Node, cellMinWidth: number, view: EditorView) => NodeView; | ||
/** | ||
* A custom node view for the rendering table nodes. By default, the plugin | ||
* uses the {@link TableView} class. You can explicitly set this to `null` to | ||
* not use a custom node view. | ||
*/ | ||
View?: (new (node: Node, cellMinWidth: number, view: EditorView) => NodeView) | null; | ||
}; | ||
@@ -247,0 +252,0 @@ /** |
{ | ||
"name": "prosemirror-tables", | ||
"version": "1.3.7", | ||
"version": "1.4.0", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
207281
5512
0