Releases: gravity-ui/markdown-editor
Releases · gravity-ui/markdown-editor
markdown-editor-page-constructor-extension: v0.1.0
markdown-editor: v15.39.0
15.39.0 (2026-04-24)
Features
Bug Fixes
- behavior: fix circular deps (#1055) (97a83ce)
- bundle: fix circular deps (#1061) (0baa85d)
- gpt: fix circular deps (#1060) (a22ebfd)
- link: fix circular deps (#1058) (1fab434)
- markup: fix circular deps (#1057) (445923b)
- types: fix circular deps (#1099) (e0a96fa)
- utils: fix circular deps (#1056) (54c1338)
- yfm: fix circular deps (#1059) (06cc299)
- YfmHeading: remove implicit HeadingSpecs dependency (#1065) (96c9e14)
Refactoring
- BaseSchema: use new builder methods to register nodes (#1068) (3f27c6f)
- core: unify node/mark/parser/serializer pipelines in ExtensionBuilder (#1072) (81f9cb4)
- Image,ImgSize: extend Image base extension instead of replacing it (#1052) (560df45)
- Math: deprecate the Math extension (fa322c0)
- Math: use new builder methods to register nodes (#1066) (bf23706)
markdown-editor-latex-extension: v0.1.0
markdown-editor: v15.38.1
markdown-editor: v15.38.0
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
markdown-editor: v15.37.0
15.37.0 (2026-03-27)
Features
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
Performance Improvements
markdown-editor: v15.36.0
markdown-editor: v15.35.1
markdown-editor: v15.35.0
15.35.0 (2026-03-10)
Features
- deps: allow to use
@diplodoc/mermaid-extensionv2.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)