Skip to content

Releases: nytimes/react-prosemirror

v0.2.3-0

03 May 15:27
bb3df55
Compare
Choose a tag to compare
v0.2.3-0 Pre-release
Pre-release

Changes

  • Nest node views according to node hierarchy (first attempt)

Full Changelog: 0.2.2...0.2.3-0

v0.2.2

26 Apr 19:14
Compare
Choose a tag to compare

What's Changed

  • Bump yaml from 2.2.1 to 2.2.2 by @dependabot in #22
  • Pass node view constructor arguments through to react node view constructors by @smores in #23

New Contributors

Full Changelog: 0.2.1...0.2.2

v0.2.1

14 Apr 17:50
Compare
Choose a tag to compare

What's Changed

  • Clean up console.logs and missing file extensions by @smores in #20

Full Changelog: 0.2.0...0.2.1

v0.2.0

14 Apr 00:43
Compare
Choose a tag to compare

What's Changed

  • Fixed minor ProseMirror import typo by @howlowck in #18
  • Added a hook for registering EditorView-level events, useEditorEventListener by @smores in #17
  • useEditorEvent renamed to useEditorEventCallback

New Contributors

Full Changelog: 0.1.1...0.2.0

v0.1.1

14 Apr 00:39
fba02e6
Compare
Choose a tag to compare
  • Resolves an issue with our type definition distribution!