Releases: gravity-ui/markdown-editor
Releases · gravity-ui/markdown-editor
v8.0.0
8.0.0 (2023-12-01)
⚠ BREAKING CHANGES
- content node for yfm note (#161)
Features
v7.2.0
7.2.0 (2023-11-20)
Features
- YfmTabs: auto-switching tabs in yfm-tabs when dragging over it (#157) (c4fdcbc)
Bug Fixes
- improvements for toolbar hidden actions (#155) (d15839b)
v7.1.0
7.1.0 (2023-11-17)
Features
- YfmCut: auto-opening yfm-cut when dragging over it (#152) (a7612c3)
- Add data-line attrs support for heading and paragraph(#158)
v7.0.0
7.0.0 (2023-11-09)
⚠ BREAKING CHANGES
- replace @doc-tools/transform@3.10.2 with @diplodoc/transform@4.2.1 (#151)
Features
- replace @doc-tools/transform@3.10.2 with @diplodoc/transform@4.2.1 (#151) (b6c0c73)
v6.7.0
6.7.0 (2023-10-31)
Features
- Breaks: parse <br/> to preffered break (#147) (8253496)
- Breaks: replace double breaks with new paragraph (#149) (2189de1)
Bug Fixes
- toolbar: correct calc of actions to show in presence of hiddenActions (#150) (f91113d)
v6.6.0
6.6.0 (2023-10-27)
Features
v6.5.0
6.5.0 (2023-10-26)
Features
- ability to add hidden action to toolbar (#144) (d100d9b)
v6.4.0
6.4.0 (2023-10-25)
Features
- CodeBlock: add custom tab key press handling in the codeblock (fb3284c)
- CodeBlock: do not select codeblock node when clicking on it (67bad99)
v6.3.0
6.3.0 (2023-10-10)
Features
Bug Fixes
- correct parsing of
\n
in inline code (#135) (ebf37d7)
- selected node styles appear only if ProseMirror is focused (#138) (dd873de)
- trying to add a row or column to an outer table caused it to be added into inner one (#139) (41d4a46)
v6.2.0
6.2.0 (2023-09-29)
Features
Bug Fixes