Releases: d4rkr00t/prosemirror-dev-tools
Releases · d4rkr00t/prosemirror-dev-tools
v4.1.0
What's Changed
- Sort plugins by @YangfanZhang in #129
New Contributors
- @YangfanZhang made their first contribution in #129
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- refactor: use jotai in instead of unstated by @d4rkr00t in #117
- deps: upgrade react-json-tree by @d4rkr00t in #118
- deps: up react-dock by @d4rkr00t in #119
- chore: update dev dependencies by @d4rkr00t in #120
- refactor: use typescript by @d4rkr00t in #121
- refactor: replace @emotion with @compiled/react by @d4rkr00t in #123
- build: add playwright tests by @d4rkr00t in #124
- add leading position for tags by @mwonng in #122
- feat: applyDevTools returns unmount function by @d4rkr00t in #125
- feat: support block marks in the structure tab by @d4rkr00t in #126
- feat: new color scheme by @d4rkr00t in #127
New Contributors
Full Changelog: v3.1.0...v4.0.0
v3.0.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.4.0
Highlights
New Logo
Positions in structure view
Diff selection in the history view
Active marks
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