prosemirror-view
Advanced tools
Changelog
1.26.4 (2022-07-04)
Avoid spurious type errors on handleDOMEvents
by widening the type for unknown event objects.
Changelog
1.26.3 (2022-06-29)
Work around a Safari bug where mutation records get delivered even though the observer wasn't observing when the mutations happened.
Changelog
1.26.2 (2022-06-22)
Mark prosemirror.css as having side effects in package.json.
Changelog
1.26.1 (2022-06-13)
Fix incorrect types for handleDrop
and decorations
. Document open properties on widget specs
Changelog
1.26.0 (2022-06-07)
Export the NodeViewConstructor
and MarkViewConstructor
types. Include Node/MarkViewConstructor in doc template
Changelog
1.25.0 (2022-06-01)
Mark views can now be specified with a separate editor prop, markViews
, to make it easier to get the types right.
Changelog
1.24.0 (2022-05-30)
Fix an issue where bogus table wrappers could be added when copy-pasting table content nodes within an editor.
Fix a crash that could occur when two textblocks were joined in the editor DOM.
Treat ctrl-b/f/p/n on macOS similar to arrow key presses, anticipating cursor motion.
Include TypeScript type declarations.