Skip to content

Releases: gravity-ui/markdown-editor

v3.4.3

23 Jan 16:32
4918dd2
Compare
Choose a tag to compare

3.4.3 (2023-01-23)

Bug Fixes

  • add missing exports from extensions (#53) (25c3668)

v3.4.2

19 Dec 11:41
4ef18c3
Compare
Choose a tag to compare

3.4.2 (2022-12-16)

Bug Fixes

  • blockquote button breaks when selection has 0 depth (2a38575)

v3.4.1

13 Dec 11:53
ea279cc
Compare
Choose a tag to compare

3.4.1 (2022-12-13)

Bug Fixes

  • YfmNote: serialize placeholder content if node content is empty (#48) (f999943)

v3.4.0

13 Dec 09:42
d55c10e
Compare
Choose a tag to compare

3.4.0 (2022-12-09)

Features

  • Math: improve ux with inline math (#43) (e09dca4)
  • YfmCut: auto openning yfm-cut if selection is inside cut's content (#46) (f3084f8)
  • YfmCut: don't open/close yfm-cut by clicking on the title (#47) (1e13715)

Bug Fixes

  • Placeholder: show placeholders immediately after initialization (#45) (723a79d)

v3.3.0

24 Nov 12:30
a2fd886
Compare
Choose a tag to compare

3.3.0 (2022-11-23)

Features

  • parse html from the clipboard when pasting (#40) (b27e9b8)
  • YfmNote: do not fill in the note title when creating a new note (#41) (f65b342)
  • YfmTable: clear selected table cells and delete empty rows or a table when the backspace button is pressed (d4e1623)

Bug Fixes

  • core: escape the pipe symbol during serialization to markdown (#36) (f766021)
  • re-export MathNode classes (#38) (b4ee9b4)

v3.2.0

10 Nov 10:32
0e6abd9
Compare
Choose a tag to compare

3.2.0 (2022-11-10)

Features

  • add support to linkify urls with custom tlds (#31) (1b0d44a)
  • Clipboard: insert markup, html and text of the selected fragment into the clipboard (#30) (f438588)
  • Clipboard: smarter copying (#33) (a458d46)
  • core: added priority for marks in extension builder (395f97b)
  • Link: when pasting, create a link with the pasted URL and selected text (#28) (1230601)

Bug Fixes

  • Checkbox: write placeholder content when label constains only whitespace characters (#32) (3ded049)
  • Code: set lowest priority for inline code mark (b4f9ae0)

v3.1.0

27 Oct 11:57
1128b9f
Compare
Choose a tag to compare

3.1.0 (2022-10-27)

Features

  • core: when appending replace last empty paragraph with new content and add empty paragraph after (#25) (a7333ad)
  • Lists: breaking the list when deleting a list item (#26) (a5e5362)

v3.0.0

14 Oct 14:23
7d10524
Compare
Choose a tag to compare

3.0.0 (2022-10-14)

⚠ BREAKING CHANGES

  • core: use one builder for all plug-in extensions

Features

  • core: add context to extension builder (#22) (dc66438)
  • core: move plugins sorting to the extension builder (fcc4d35)
  • core: use one builder for all plug-in extensions (66de15e)
  • table arrow controls (3e00e6a)

v2.1.0

06 Oct 08:50
99ba382
Compare
Choose a tag to compare

2.1.0 (2022-10-05)

Features

  • added new field for selection interface (4ccfdaa)
  • core: escape corner brackets during serialization (#17) (01ad8a8)
  • toolbar: add tooltip to list-buttons (af158ff)
  • tooltip: add delay before open and close tooltip (2c17593)

v2.0.0

04 Oct 12:11
52c5d3b
Compare
Choose a tag to compare

2.0.0 (2022-10-04)

⚠ BREAKING CHANGES

  • update to uikit@3

Features

  • Html: use html sanitizer from yfm-transform (#14) (cf8ce23)
  • update to uikit@3 (bd6c517)