Skip to content

Releases: gravity-ui/markdown-editor

markdown-editor-latex-extension: v0.1.0

21 Apr 15:46
e4a0130

Choose a tag to compare

0.1.0 (2026-04-21)

Features

  • add latex-extension package (initial commit) (eb1983c)

markdown-editor: v15.38.1

09 Apr 19:49
7f35201

Choose a tag to compare

15.38.1 (2026-04-09)

Bug Fixes

  • YfmHtmlBlock: deprecate local sanitize utils (#1050) (61360f0)

Performance Improvements

  • core: add document-level and block-level caching to pm→markdown serialization (#1047) (8fe6fa7)

markdown-editor: v15.38.0

07 Apr 14:09
a84854a

Choose a tag to compare

15.38.0 (2026-04-07)

Features

  • core: allow independent registration and override of node/mark specs in extensions (#990) (e4b156c)
  • core: backport 4 improvements to serializer from prosemirror-markdown upstream (#1046) (aa6891b)
  • deps: bump markdown-it-ins to 4.0.0 (#1040) (0f6b5bb)
  • SelectionContext: update selection context panel view (#1044) (65b57bc)

Bug Fixes

  • core: smarter underscore and exclamation mark escaping when serializing to markdown (#1045) (69fcd72)
  • Lists: improve nested list collapse for deep structures (#1041) (6dca6ae)

Refactoring

  • CodeBlock: replace addNode workaround with direct parser token registration (#991) (66c3c08)
  • Heading,YfmHeading: extend Heading base extension instead of replacing it entirely (#1023) (b7f7d55)

Performance Improvements

  • SelectionContext: reduce number of selection context tooltip re-renders (#1037) (6372f3e)

markdown-editor: v15.37.0

27 Mar 15:49
312638c

Choose a tag to compare

15.37.0 (2026-03-27)

Features

  • Selection: add smart hierarchical "select-all" behavior (#989) (984428c)

Bug Fixes

  • Clipboard: copying no longer includes unrelated ancestor nodes (#1020) (da0544e)
  • CodeBlock: fix styles of lang select in codeblock tooltip (#1034) (58749fb)
  • YfmNote: fix yfm-note tooltip view and active state (#1031) (27d023d)

Refactoring

  • CodeBlock: store lowlight instance in separate plugin state (#1033) (1dd60c6)

Performance Improvements

  • CodeBlock: reduce number of code block tooltip re-renders (#1029) (de59564)
  • YfmNote: reduce number of yfm-note tooltip re-renders (#1030) (cf56b15)

markdown-editor: v15.36.0

17 Mar 23:40
6de1d1f

Choose a tag to compare

15.36.0 (2026-03-17)

Features

  • expose parser via ParserFacet in editor state (#993) (afb3216)
  • prevent applying inline marks on invalid markdown boundaries (#987) (672b26f)

Performance Improvements

  • CodeBlock: optimization rerender line numbers and code highlighting in code blocks (#984) (8349f2a)
  • SelectionContext: do not rerender hidden floating panel (#985) (c1b89b1)

markdown-editor: v15.35.1

11 Mar 14:41
bb6173f

Choose a tag to compare

15.35.1 (2026-03-11)

Bug Fixes

  • Mermaid: support configurable mermaid theme via options (#982) (27ecef1)

markdown-editor: v15.35.0

10 Mar 17:26
0aaeb73

Choose a tag to compare

15.35.0 (2026-03-10)

Features

  • deps: allow to use @diplodoc/mermaid-extension v2.x.x in peer dependencies (#981) (f220d2f)
  • dnd: scroll table when dnd is out boundaries (#976) (1c1801f)
  • emoji: add check, red and green circles emoji (#975) (05d6653)
  • lists: exit from list by press Backspace (#977) (9a48b4b)

Bug Fixes

  • styles: normalize hr horizontal margin (#974) (52ea523)
  • toolbar: revert broken z-index logic for popups (#861) (2859f7c)
  • view: do not render mermaid inside wysiwyg editor (#979) (d30d9b1)

Performance Improvements

v15.34.5

03 Mar 15:35
c172859

Choose a tag to compare

15.34.5 (2026-03-03)

Performance Improvements

  • Placeholder: optimize placeholders rendering (#966) (966a92e)

v15.34.4

26 Feb 14:03
84989d1

Choose a tag to compare

15.34.4 (2026-02-26)

Bug Fixes

v15.34.3

25 Feb 12:22
3694835

Choose a tag to compare

15.34.3 (2026-02-25)

Bug Fixes

  • SelectionContext: skip updates on attribute-only DOM mutations (#961) (23ee605)
  • styles: added YFM styles overrides layer (#951) (ab8773d)
  • YfmHeading: fix parsing custom ids in headings (#959) (a690b15)