Skip to content

Releases: gravity-ui/markdown-editor

v13.5.0

26 Jul 16:15
2a13a60
Compare
Choose a tag to compare

13.5.0 (2024-07-26)

Features

v13.4.2

26 Jul 10:53
fb97667
Compare
Choose a tag to compare

13.4.2 (2024-07-25)

Bug Fixes

  • main: fix en yfm syntax documentation link (#300) (9b80812)
  • table: fixed scroll for wide table inside the cut (#296) (33970cd)

v13.4.1

19 Jul 15:08
bfeb138
Compare
Choose a tag to compare

13.4.1 (2024-07-19)

Bug Fixes

  • presets: fixed yfm and full presets (#294) (1cc1881)
  • table-utils: fixed remove first column (#291) (a27d454)

v13.4.0

15 Jul 16:46
fdf31f0
Compare
Choose a tag to compare

13.4.0 (2024-07-15)

Features

  • YfmHtmlBlock: added YfmHtmlBlock extension (#281) (1eb4d11)

v13.3.0

15 Jul 16:09
e2b7b4e
Compare
Choose a tag to compare

13.3.0 (2024-07-15)

Features

  • bundle: prevent loss of focus after pressing tab or shift+tab (#287) (63feec2)
  • pass extra codemirror extensions (#289) (4996b12)

Bug Fixes

  • markup: insert tab when selection is empty (#286) (cba9f28)

v13.2.0

10 Jul 09:05
fd5df40
Compare
Choose a tag to compare

13.2.0 (2024-07-10)

Features

  • SelectionContext: support for hiding menu items when action in selection menu is disabled (#283) (6948cc4)
  • YfmHeading: support folding attribute (#285) (100a548)

Bug Fixes

  • markup: add gravity theme to autocomplete snippet (#279) (0836bce)

v13.1.2

25 Jun 13:20
6c0792a
Compare
Choose a tag to compare

13.1.2 (2024-06-25)

Bug Fixes

v13.1.1

21 Jun 15:15
1872e19
Compare
Choose a tag to compare

13.1.1 (2024-06-21)

Bug Fixes

  • YfmTable: fix runtime error in table cell nodeView (#274) (15e0cd4)

v13.1.0

10 Jun 17:16
28c6049
Compare
Choose a tag to compare

13.1.0 (2024-06-10)

Features

v13.0.0

07 Jun 12:13
c5e42b9
Compare
Choose a tag to compare

13.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • transfer connection of markdown-it-attrs plugin to YfmConfigs extension (#263)
  • bundle: rename editorType ––> editorMode (#260)
  • bundle: rename yfm ––> markdown in variable and file names (#259)
  • bundle: remove deprecated YfmEditor component (#258)
  • change package name (#254)
  • rename yfm -> md in core and dependent modules (#249)
  • update markup mode to codemirror6 (#234)

Features

  • add editor presets (#265) (a2d8153)
  • add g-md-editor classname to editor dom elem, change default prefix for internal classnames (#257) (82b42ce)
  • add re-export from bundle to root export (#267) (86fcb00)
  • add re-export of codemirror core modules (#266) (9ccf3b1)
  • bundle: remove deprecated YfmEditor component (#258) (db3749a)
  • bundle: rename editorType ––> editorMode (#260) (bd0afe8)
  • bundle: rename yfm ––> markdown in variable and file names (#259) (c63381f)
  • change package name (#254) (85cc2af)
  • Lists: add auto merging of adjacent list of same type (#241) (c02de80)
  • note, tabs: added leave block logic for second enter (#248) (ed8ba66)
  • rename yfm -> md in core and dependent modules (#249) (e12abda)
  • transfer connection of markdown-it-attrs plugin to YfmConfigs extension (#263) (2816c18)
  • update markup mode to codemirror6 (#234) (5b416b2)

Bug Fixes

  • CodeBlock: Fixed code insert (#251) (df9848e)
  • don't split code_block in lists when pressing enter key (#243) (c494301)
  • forms: deleted unused iframe_ keysets (#242) (e6d6ba4)
  • ImageForm: updated autofocus logic, added useAutoFocus (#245) (c4da6bd)
  • Link: ascape parentheses in link url (#244) (046dd2e)
  • react-utils: fix for useNodeEditing and useNodeHover hooks (#239) (48d018d)