Skip to content

Releases: gravity-ui/markdown-editor

v14.2.1

13 Nov 19:24
4646c97
Compare
Choose a tag to compare

14.2.1 (2024-11-13)

Bug Fixes

  • deps: removed @storybook/react from dependencies (#472) (d8e30bd)

v14.2.0

13 Nov 13:41
3491604
Compare
Choose a tag to compare

14.2.0 (2024-11-13)

Features

  • CodeBlock: removed automatic language identification for performance optimization (#468) (031504b)
  • ImgSize, markup: rework image styling to get more control (#451) (526074d)
  • markup: convert pasted urls to images (#469) (720215b)
  • Image: convert pasted image urls to images (#464) (64d389e)

v14.1.0

11 Nov 13:28
dee6615
Compare
Choose a tag to compare

14.1.0 (2024-11-11)

Features

  • emoji: updated emoji suggest popup logic (#462) (844667d)
  • lists: added input rule for ordered lists with parenthesis (#461) (05ba62d)

Bug Fixes

  • Mermaid: fix MermaidView edit buttons texts (#465) (0a16c61)

v14.0.3

05 Nov 12:04
ab5bc3e
Compare
Choose a tag to compare

14.0.3 (2024-11-05)

Bug Fixes

  • core: added escaping the underscore character via serializing (#452) (d9d7279)

v14.0.2

05 Nov 09:10
6f752e1
Compare
Choose a tag to compare

14.0.2 (2024-11-02)

Bug Fixes

  • bundle: file upload handler is not passed in wysiwyg mode (#453) (46fbe46)
  • deps: sync version of markdown-it-attrs with @diplodoc/transform (#457) (3f7e260)
  • markup: correct key formatting for codemirror keymap (#456) (2f8f91d)
  • markup: fix hotkey Esc not working in markup mode (#455) (28bc59f)

v14.0.1

28 Oct 09:55
c3d218d
Compare
Choose a tag to compare

14.0.1 (2024-10-25)

Bug Fixes

  • note: deleted unused import (_note.scss was used before for scss variables) (#441) (3615444)

v14.0.0

23 Oct 13:43
930404e
Compare
Choose a tag to compare

14.0.0 (2024-10-23)

⚠ BREAKING CHANGES

  • bundle: remove default deps for useMemo inside useMarkdownEditor (#438)
  • import yfmTabs plugin from separate tabs-extension package
  • import yfmCut plugin from separate cut-extension package
  • bump diplodoc/transform to v4.33.0 and update import of runtime styles and scripts
  • deps: updated transform version 4.32.2 (#417)
  • extensions: move YfmHtmlBlock extension from yfm to additional folder
  • extensions: move FoldingHeading extension from yfm to additional folder
  • extensions: move Math extension from yfm to additional folder
  • extensions: move Mermaid extension from yfm to additional folder

refactor

  • extensions: move FoldingHeading extension from yfm to additional folder (e5f34d5)
  • extensions: move Math extension from yfm to additional folder (f6531ac)
  • extensions: move Mermaid extension from yfm to additional folder (79eb06b)
  • extensions: move YfmHtmlBlock extension from yfm to additional folder (8499538)

Features

  • bump diplodoc/transform to v4.33.0 and update import of runtime styles and scripts (6dbbc52)
  • bundle: group editor settings by scope (#433) (d4097c2)
  • bundle: pass md options to renderPreview callback (#435) (2676b45)
  • bundle: remove default deps for useMemo inside useMarkdownEditor (#438) (573c82e)
  • deps: updated transform version 4.32.2 (#417) (56e53fb)
  • import yfmCut plugin from separate cut-extension package (fd43a36)
  • import yfmTabs plugin from separate tabs-extension package (6f229f1)
  • update codemirror deps (#430) (40d4a98)
  • update prosemirror deps (#429) (27ce483)

Bug Fixes

  • YfmTabs: fixed switching between tabs in wysiwyg mode (736fc0a)

v13.25.1

18 Oct 11:28
7784598
Compare
Choose a tag to compare

13.25.1 (2024-10-18)

Bug Fixes

v13.25.0

15 Oct 15:11
614a4c3
Compare
Choose a tag to compare

13.25.0 (2024-10-15)

Features

Bug Fixes

  • hotKey cmd + a shows the tooltip (#422) (7dd24ef)
  • MarkdownEditorView: prevent the default preview shortcut behaviour (#421) (1fa5c90)

v13.24.0

11 Oct 16:56
fd2f6ec
Compare
Choose a tag to compare

13.24.0 (2024-10-11)

Features

Bug Fixes

  • bundle: submit in preview mode: remove outline and return edit mode on submit (#418) (e8ed1ba)
  • math: fixed right direction (#406) (f01277f)