Prosemirror Dev Tools Versions Save

Developer Tools for ProseMirror

v4.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/d4rkr00t/prosemirror-dev-tools/compare/v4.0.0...v4.1.0

v4.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/d4rkr00t/prosemirror-dev-tools/compare/v3.1.0...v4.0.0

v3.0.0

3 years ago

BREAKING

  • UMD bundle has been removed

Bug Fixes

  • fix dispatchTransaction binding (c2d0ff4)

Performance Improvements

  • move json diffing to worker where possible (#101) (94a1bbb)

v2.1.1

5 years ago

v2.1.0

6 years ago

Bug Fixes

  • Icon renders svg instead of base64 image (523ce5c)

Features

  • Reduced bundle size from 126 -> 108 kb gzip with all dependencies bundled (e254f40)
  • remove react-tabs (b05cc20)
  • use preact-compat instead of react in umd bundle 107 -> 83 kb gzip (e254155)

v2.0.1

6 years ago

v2.0.0

6 years ago

Highlights

Since this version minimal required version of node is 6

v1.4.0

6 years ago

Highlights

logo

Positions in structure view

structure-tab

Diff selection in the history view

history-tab

Active marks

state-tab

Bug Fixes

  • Add hover state for node representations in structure view (884c15e)
  • add react and react-dom as a dev dependency (6d6ee81)
  • Fix tabpanel height (788fc95)
  • Make react a peerDependencie (92870ea)
  • Remove module entry point from package.json (a3aee34)
  • Use fork of jsondiffpatch to prevent webpack from complaining (c0bc6c3), closes #67

Features

  • Add positions in structure view (c23e092), closes #59
  • Diff selection in the history view (eba813e), closes #64
  • Show active marks (1ca9ed7), closes #63

v1.3.6

6 years ago

Bug Fixes

Features

v1.3.5

6 years ago

Bug Fixes

  • Unmount dev tools before cleaning up mount point (589da47)