Releases: ponymessenger/use-prosemirror
Releases · ponymessenger/use-prosemirror
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
Added the ability to pass dispatchTransaction
to manually handle transactions. Now any ProseMirror EditorView
prop can be passed.
1.1.5
Improved prop types
1.1.4
Fixed bug introduced 1.1.3 that prevented transactions from being dispatched.
1.1.3
Fixed npm packaging.
1.1.0
Per the ProseMirror docs:
setProps()
is equivalent toview.update(Object.assign({}, view.props, props))
.
But upon render, we want to replace the entire set of props (because that is the React way), so use view.update()
instead.
1.0.0
Unpublished from npm due to broken packaging