prosemirror-state
Advanced tools
Changelog
1.4.3 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.4.2 (2022-10-17)
Make sure the this
bindings in editor props defined as part of a plugin spec refers to the proper plugin type.
Changelog
1.4.0 (2022-05-30)
Creating a TextSelection
with endpoints that don't point at inline positions now emits a warning. (It is technically an error, but crashing on it might be too disruptive for some existing setups.)
Include TypeScript type declarations.
Changelog
1.3.4 (2021-01-20)
Remove (broken, poorly conceptualized) schema
option to EditorState.reconfigure
.
Changelog
1.3.3 (2020-03-18)
When deleting a whole-document-selection causes default content to be generated, make sure the selection is moved to the start of the document.
Changelog
1.3.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs