Releases: hubgit/react-prosemirror
Releases · hubgit/react-prosemirror
v2
Floater
- 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 ofstate
anddispatch
, and useforceUpdate
instead of storing the editor state in the component state. - Pass the whole doc into the
onChange
handler instead of just the content.