Skip to content

Releases: gravity-ui/markdown-editor

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)

v12.4.0

22 Apr 09:12
7a54be2
Compare
Choose a tag to compare

12.4.0 (2024-04-19)

Features

  • BaseKeymap: remove keymap for joinUp and joinDown commands (#233) (c34ef8a)
  • toolbar, bundle: add ToolbarButtonPopup type and use it for link, image and file actions in murkup mode (#228) (0040e2a)

Bug Fixes

  • fixed position of HelpPopover (#230) (bb9c9b6)
  • table-utils: fix deleting columns in tables with nested tables (#231) (64d81a6)
  • YfmTableAdditions: fix positioning of floating buttons of yfm-table (#232) (52ef503)

v12.3.0

17 Apr 17:19
bd82b46
Compare
Choose a tag to compare

12.3.0 (2024-04-17)

Features

  • support button changes in uikit 6.11.0 (#227) (cdbc022)
  • support uploading files dragged and dropped from device in markup mode (#226) (c60f72e)

Bug Fixes

  • do not apply input rule to text with code mark (#224) (237c77c)

v12.2.1

09 Apr 10:43
c80c4d0
Compare
Choose a tag to compare

12.2.1 (2024-04-09)

Bug Fixes

v12.2.0

08 Apr 20:05
df6b300
Compare
Choose a tag to compare

12.2.0 (2024-04-08)

Features

  • Checkbox: improve checkbox insertion (#220) (cbcebf3)
  • HorizontalRule: improve horizontal line insertion (#218) (71813a2)

Bug Fixes

  • fixed typesVersions field in package.json (#221) (66dbcc5)

v12.1.0

05 Apr 15:30
fc78baa
Compare
Choose a tag to compare

12.1.0 (2024-04-05)

Features

  • added colors from uikit, added nore exports (#216) (feefd82)
  • support uploading files dragged and dropped from device (#214) (3367f4b)

v12.0.1

04 Apr 21:46
eb11125
Compare
Choose a tag to compare

12.0.1 (2024-04-04)

Bug Fixes

  • fixed style, exports and typings after adding more functionality (#213) (ad320a7)
  • LinkEnhance: show creation widget when create link with whitespaces at end of selected text (#211) (978a828)
  • Placeholder: fixed issue with displaying a fake cursor in Safari (#212) (c9c6fb5)
  • SelectionContext: dont show selection menu until mouse is pressed (#209) (cde768c)