Releases: marekdedic/prosemirror-remark
Releases · marekdedic/prosemirror-remark
Version 0.6.3
Version 0.6.2
What's Changed
- fix: add "holes" to marks by @Sec-ant in #468
- Migrated to trusted publishing by @marekdedic in #702
- Moved prosemirror-unified to peer-dependencies by @marekdedic in #723
New Contributors
Full Changelog: 0.6.1...0.6.2
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-modelandprosemirror-stateNPM 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/unistand@types/mdast - Updated
prosemirror-unifiedto 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-unifiedto 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