Skip to content

Releases: marekdedic/prosemirror-remark

Version 0.6.0

11 May 20:58
0.6.0
2d44ec0
Compare
Choose a tag to compare

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

29 Nov 13:50
0.5.0
9251560
Compare
Choose a tag to compare

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

25 Jul 22:49
0.4.0
7fe13d3
Compare
Choose a tag to compare

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 and prosemirror-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

13 Jul 10:27
0.3.1
e3ab9b7
Compare
Choose a tag to compare

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

25 Jun 09:03
0.3.0
eb948ed
Compare
Choose a tag to compare

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

16 May 17:59
0.2.0
069b1e2
Compare
Choose a tag to compare

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

16 May 17:57
0.1.0
7acde92
Compare
Choose a tag to compare

Initial release with almost complete support for CommonMark editing