Skip to content

Releases: gravity-ui/markdown-editor

v5.3.0

16 Jun 14:03
7a08e9d
Compare
Choose a tag to compare

5.3.0 (2023-06-16)

Features

Bug Fixes

  • escape whitespaces within superscript and subscript (#104) (db35e5b)

v5.2.0

23 May 09:46
3415a3f
Compare
Choose a tag to compare

5.2.0 (2023-05-22)

Features

  • Math: add background on hover (#103) (ab869cd)
  • Selecion: support backspace action for fake paragraph (#100) (efaa359)
  • YfmCut: add a border when hovering (#102) (b316f08)
  • YfmCut: allow inline nodes in cut title (1408cee)
  • YfmNote: allow inline nodes in note title (8b40679)

Bug Fixes

  • remove marks from breaks that are the last node inside that mark (#101) (88c3d1a)

v5.1.0

12 Apr 10:04
40dd49d
Compare
Choose a tag to compare

5.1.0 (2023-04-12)

Features

Bug Fixes

  • CodeBlock: fix parsing and serialization of code and fence blocks (#96) (4824813)

v5.0.0

11 Apr 10:16
f9069d8
Compare
Choose a tag to compare

5.0.0 (2023-04-11)

⚠ BREAKING CHANGES

  • Math: add math hints

Features

  • add i18n (4e2c49c)
  • add ReactRenderer extension (d73eb8e)
  • Blockquote: support for joining the previous blockquote (#90) (9d055c4)
  • Lists: support for joining the previous list (#92) (3e38618)
  • Math: add math hints (9d7293d)

v4.5.0

22 Mar 11:25
2cde04a
Compare
Choose a tag to compare

4.5.0 (2023-03-21)

Features

  • Lists: return true from toList command when selection is in list with current list type (#88) (74dd90c)

Bug Fixes

  • improvements for checkbox behavior (#87) (12d0702)

v4.4.1

16 Mar 12:00
f1910c3
Compare
Choose a tag to compare

4.4.1 (2023-03-16)

Bug Fixes

v4.4.0

13 Mar 20:42
74f8ee5
Compare
Choose a tag to compare

4.4.0 (2023-03-13)

Features

v4.3.0

27 Feb 11:03
c21ae83
Compare
Choose a tag to compare

4.3.0 (2023-02-27)

Features

  • move schema, parser and serializer specs to separate extensions (#80) (38064ac)

Bug Fixes

v4.2.0

15 Feb 15:01
f1b9e4a
Compare
Choose a tag to compare

4.2.0 (2023-02-15)

Features

  • apllying codemark when typing text between backticks (#75) (50560f2)
  • Clipboard: get markup from html that has only text (#78) (6a4628f)
  • HorizontalRule: add input rules for horizontal line (#77) (d11e9e0)

v4.1.0

09 Feb 12:14
c99ecab
Compare
Choose a tag to compare

4.1.0 (2023-02-09)

Features

  • add more items from Cursor and Selection extensions to root export (#73) (8499232)
  • Placeholder: don't render placeholder when content is null (#72) (a91d1cd)