Skip to content

Releases: gravity-ui/markdown-editor

v12.2.0

08 Apr 20:05
df6b300

Choose a tag to compare

12.2.0 (2024-04-08)

Features

  • Checkbox: improve checkbox insertion (#220) (cbcebf3)
  • HorizontalRule: improve horizontal line insertion (#218) (71813a2)

Bug Fixes

  • fixed typesVersions field in package.json (#221) (66dbcc5)

v12.1.0

05 Apr 15:30
fc78baa

Choose a tag to compare

12.1.0 (2024-04-05)

Features

  • added colors from uikit, added nore exports (#216) (feefd82)
  • support uploading files dragged and dropped from device (#214) (3367f4b)

v12.0.1

04 Apr 21:46
eb11125

Choose a tag to compare

12.0.1 (2024-04-04)

Bug Fixes

  • fixed style, exports and typings after adding more functionality (#213) (ad320a7)
  • LinkEnhance: show creation widget when create link with whitespaces at end of selected text (#211) (978a828)
  • Placeholder: fixed issue with displaying a fake cursor in Safari (#212) (c9c6fb5)
  • SelectionContext: dont show selection menu until mouse is pressed (#209) (cde768c)

v12.0.0

26 Mar 14:51
930a161

Choose a tag to compare

12.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • added more functionality (#207)

Features

v11.0.0

04 Mar 17:49
5ab5d7e

Choose a tag to compare

11.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • update @gravity-ui/uikit to verison 6 (#205)

Features

  • update @gravity-ui/uikit to verison 6 (#205) (7cf7347)

v10.2.3

01 Mar 16:03
367180a

Choose a tag to compare

10.2.3 (2024-03-01)

Bug Fixes

  • Clipboard: copy only text content from codeblock (#204) (67e55fc)
  • CodeBlock: fixed parsing of language from token.info and added support for different code_block markup (#202) (85509ff)

v10.2.2

26 Feb 14:31
a6d1cec

Choose a tag to compare

10.2.2 (2024-02-22)

Bug Fixes

  • Table: correct serialization of the table inside blockquote (#199) (9d27a3f)
  • YfmTabs: correct serialization of yfm-tabs inside blockqoute (#201) (e2f5d27)

v10.2.1

20 Feb 16:02
69344e3

Choose a tag to compare

10.2.1 (2024-02-20)

Bug Fixes

  • Math: allow to modify dom-attributes of math nodes (#197) (c7fd967)

v10.2.0

20 Feb 12:07
2615d21

Choose a tag to compare

10.2.0 (2024-02-20)

Features

  • adding a link to image when pasting a link on selected image node (#194) (c64dd68)
  • option to not highlighting active list button and toParagraph action improvement (#196) (35d0219)

v10.1.0

16 Feb 12:56
4d87af5

Choose a tag to compare

10.1.0 (2024-02-16)

Features

  • heading button that resets heading back to paragraph (#190) (475c879)
  • toolbar: add property to show custom hint when action is disabled (#193) (f08366a)
  • YfmCut: add border to editable yfm-cut nodes (#189) (03a1ad2)
  • YfmCut: improve the behavior when creating yfm-cut (#191) (67c2300)
  • YfmTabs: change text color of yfm-tabs tab placeholder (#192) (42be1aa)

Bug Fixes