Skip to content

Releases: hubgit/react-prosemirror

v2

30 Mar 20:53
Compare
Choose a tag to compare

v2 is a rewrite of the React components using TypeScript, so there are breaking changes, but it should be possible to continue using the same ProseMirror schema and plugins.

Floater

23 Oct 20:09
Compare
Choose a tag to compare
  • Add a Floater component, used for wrapping a floating toolbar to be shown when a selection is made.
  • Pass view into the render prop instead of state and dispatch, and use forceUpdate instead of storing the editor state in the component state.
  • Pass the whole doc into the onChange handler instead of just the content.