Skip to content

Releases: gravity-ui/markdown-editor

v8.0.0

01 Dec 12:41
ab2ad24
Compare
Choose a tag to compare

8.0.0 (2023-12-01)

⚠ BREAKING CHANGES

  • content node for yfm note (#161)

Features

v7.2.0

20 Nov 13:04
ac896a3
Compare
Choose a tag to compare

7.2.0 (2023-11-20)

Features

  • YfmTabs: auto-switching tabs in yfm-tabs when dragging over it (#157) (c4fdcbc)

Bug Fixes

  • improvements for toolbar hidden actions (#155) (d15839b)

v7.1.0

17 Nov 11:43
1fc9098
Compare
Choose a tag to compare

7.1.0 (2023-11-17)

Features

  • YfmCut: auto-opening yfm-cut when dragging over it (#152) (a7612c3)
  • Add data-line attrs support for heading and paragraph(#158)

v7.0.0

09 Nov 17:45
31fe9fb
Compare
Choose a tag to compare

7.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • replace @doc-tools/transform@3.10.2 with @diplodoc/transform@4.2.1 (#151)

Features

  • replace @doc-tools/transform@3.10.2 with @diplodoc/transform@4.2.1 (#151) (b6c0c73)

v6.7.0

01 Nov 10:19
89873b9
Compare
Choose a tag to compare

6.7.0 (2023-10-31)

Features

  • Breaks: parse <br/> to preffered break (#147) (8253496)
  • Breaks: replace double breaks with new paragraph (#149) (2189de1)

Bug Fixes

  • toolbar: correct calc of actions to show in presence of hiddenActions (#150) (f91113d)

v6.6.0

27 Oct 09:47
aadf65f
Compare
Choose a tag to compare

6.6.0 (2023-10-27)

Features

v6.5.0

26 Oct 11:38
8f7f013
Compare
Choose a tag to compare

6.5.0 (2023-10-26)

Features

  • ability to add hidden action to toolbar (#144) (d100d9b)

v6.4.0

25 Oct 14:19
7313f10
Compare
Choose a tag to compare

6.4.0 (2023-10-25)

Features

  • CodeBlock: add custom tab key press handling in the codeblock (fb3284c)
  • CodeBlock: do not select codeblock node when clicking on it (67bad99)

v6.3.0

10 Oct 12:16
19540e1
Compare
Choose a tag to compare

6.3.0 (2023-10-10)

Features

Bug Fixes

  • correct parsing of \n in inline code (#135) (ebf37d7)
  • selected node styles appear only if ProseMirror is focused (#138) (dd873de)
  • trying to add a row or column to an outer table caused it to be added into inner one (#139) (41d4a46)

v6.2.0

29 Sep 11:46
7fd74af
Compare
Choose a tag to compare

6.2.0 (2023-09-29)

Features

Bug Fixes