Releases: marekdedic/prosemirror-remark
Releases · marekdedic/prosemirror-remark
Version 0.6.1
What's Changed
- Improved validation and robustness
New Contributors
- @szepeviktor made their first contribution in #278
Full Changelog: 0.6.0...0.6.1
Version 0.6.0
What's Changed
- Fixed heading keymaps eating input when on maximum level
- Added support for GitHub flavored markdown through the new
GFMExtension
.
Full Changelog: 0.5.0...0.6.0
Version 0.5.0
What's Changed
- Marked NPM package as having no side effects
- Fixed dependency version mismatches with prosemirror-unified
- Updated to unified version 11
- All mark extensions are now compatible with each other
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
What's Changed
- Fixed input rule for italic text erasing the first character
- Fixed input rule for horizontal line triggering on
***bold italic***
text - Made
prosemirror-model
andprosemirror-state
NPM peer dependencies, which should fix issues caused by duplicated packages - 2 empty lines in a code block now terminate it
- Fixed parsing of bold italic text
Full Changelog: 0.3.1...0.4.0
Version 0.3.1
What's Changed
- Fixed list item indentation
- Fixed input rules for italic discarding the first letter of the actual text
Full Changelog: 0.3.0...0.3.1
Version 0.3.0
What's Changed
- Fixed missing dependency on
@types/unist
and@types/mdast
- Updated
prosemirror-unified
to 0.3.0 - Updated all dependencies to their latest versions
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
What's Changed
- Updated
prosemirror-unified
to 0.2.0 - Images are now treated as inline elements
- Removed dependency on
prosemirror-view
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
Initial release with almost complete support for CommonMark editing