Skip to content

Releases: gravity-ui/markdown-editor

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)

v13.23.0

09 Oct 15:57
407037b
Compare
Choose a tag to compare

13.23.0 (2024-10-09)

Features

Bug Fixes

  • Lists: check that list items are being serialized with correct markup (#412) (9bf88d0)

v13.22.0

08 Oct 13:36
85c34b4
Compare
Choose a tag to compare

13.22.0 (2024-10-08)

Features

  • yfmHTMLBlock: updated html-extension (#407) (54dfd2d)

Bug Fixes

v13.21.4

02 Oct 12:44
82e8a04
Compare
Choose a tag to compare

13.21.4 (2024-10-02)

Bug Fixes

  • bundle: scroll to top of screen after calling moveCursorToLine method in wysiwyg mode (#397) (bf570b6)

v13.21.3

02 Oct 09:06
635447b
Compare
Choose a tag to compare

13.21.3 (2024-10-02)

Bug Fixes

  • SelectionContext: save editor state when start to select content with mouse (#395) (74d3b80)

v13.21.2

30 Sep 19:39
669d2eb
Compare
Choose a tag to compare

13.21.2 (2024-09-30)

Bug Fixes