Skip to content

Releases: ponymessenger/use-prosemirror

1.3.0

19 Nov 02:15
Compare
Choose a tag to compare

Add React 18 support. Thank you @mmmulani for the patch and @isTravis for the ping!

1.2.3

14 Jan 08:19
Compare
Choose a tag to compare

Added support for providing an EditorView factory (#18).

1.2.2

07 Nov 02:03
Compare
Choose a tag to compare

Improved types. Thanks @fleck for the PR.

1.2.1

20 Oct 12:13
Compare
Choose a tag to compare

Fixed #2 "Scroll into view is broken"

1.2.0

05 Sep 17:12
Compare
Choose a tag to compare

Added the ability to pass dispatchTransaction to manually handle transactions. Now any ProseMirror EditorView prop can be passed.

1.1.5

30 Aug 16:00
Compare
Choose a tag to compare

Improved prop types

1.1.4

30 Aug 14:55
Compare
Choose a tag to compare

Fixed bug introduced 1.1.3 that prevented transactions from being dispatched.

1.1.3

30 Aug 03:37
Compare
Choose a tag to compare

Fixed npm packaging.

1.1.0

30 Aug 03:14
Compare
Choose a tag to compare

Per the ProseMirror docs:

setProps() is equivalent to view.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

30 Aug 02:09
Compare
Choose a tag to compare

Unpublished from npm due to broken packaging