Skip to content

Releases: gravity-ui/markdown-editor

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)

v15.34.2

18 Feb 21:30
3e81449

Choose a tag to compare

15.34.2 (2026-02-18)

Bug Fixes

  • view: fix i18n for codeblock floating buttons (#957) (0825933)

v15.34.1

18 Feb 20:17
66b62ad

Choose a tag to compare

15.34.1 (2026-02-18)

Bug Fixes

  • search: always anchor search panel to current editor instance (#955) (de93f3e)
  • view: fixed styles for codeblock floating buttons (#954) (e579ad2)

v15.34.0

18 Feb 17:20
3261423

Choose a tag to compare

15.34.0 (2026-02-18)

Features

  • Clipboard: remove empty blocks at edges of selected content when copying (#945) (5f76172)

v15.33.0

18 Feb 08:57
1f5239d

Choose a tag to compare

15.33.0 (2026-02-18)

Features

  • CodeBlock: redesign the floating toolbar and add a toggle for text wrapping (#949) (cacfcf3)
  • view: add a HOC that adds floating actions to code blocks (#950) (57528f2)