Skip to content

Releases: mdx-editor/editor

v3.24.0

22 Feb 10:30
f0eed78
Compare
Choose a tag to compare

3.24.0 (2025-02-22)

Features

  • readonly link handler (50af59a)
  • support style-only parents mapping to text node style (f0eed78)

v3.23.2

18 Feb 09:41
d10c412
Compare
Choose a tag to compare

3.23.2 (2025-02-18)

Bug Fixes

  • hide link dialog when switching view modes (d10c412)
  • hide link dialog when switching view modes (b2962b1)

v3.23.1

18 Feb 09:14
f8dbff9
Compare
Choose a tag to compare

3.23.1 (2025-02-18)

Bug Fixes

  • preserve line breaks in list items (c824ebb)

v3.23.0

17 Feb 07:39
86d8c6d
Compare
Choose a tag to compare

3.23.0 (2025-02-17)

Features

  • GenericJsxEditor: customizable property editor (#703) (86d8c6d)

v3.22.2

16 Feb 19:00
4ddced4
Compare
Choose a tag to compare

3.22.2 (2025-02-16)

Bug Fixes

  • break line generate extra linebreak before/after text-decorator when inside list item (#704) (4ddced4)

v3.22.1

16 Feb 07:29
2e77d6f
Compare
Choose a tag to compare

3.22.1 (2025-02-16)

Bug Fixes

  • disable delete buttons in read-only mode (2e77d6f), closes #602

v3.22.0

16 Feb 07:22
8c55f06
Compare
Choose a tag to compare

3.22.0 (2025-02-16)

Features

  • on change includes a parameter to indicate the reason for change (8c55f06)

v3.21.5

13 Feb 08:33
0ab6746
Compare
Choose a tag to compare

3.21.5 (2025-02-13)

Bug Fixes

  • correct paragraph wrapping for list item contents (0ab6746), closes #697

v3.21.4

09 Feb 19:14
4dfb655
Compare
Choose a tag to compare

3.21.4 (2025-02-09)

Bug Fixes

v3.21.3

07 Feb 05:42
fd58016
Compare
Choose a tag to compare

3.21.3 (2025-02-07)

Bug Fixes

  • disable insert table when in table (3fd2df7), closes #686
  • handle nested HTML element in custom components (11706e6), closes #683