Skip to content

Releases: mdx-editor/editor

v4.0.1

20 May 14:26
835ad54

Choose a tag to compare

4.0.1 (2026-05-20)

Bug Fixes

  • fall back to default code block language on import (835ad54), closes #935

v4.0.0

09 May 12:16
e289a23

Choose a tag to compare

4.0.0 (2026-05-09)

  • feat!: remove Sandpack plugin (982dd5d)

Bug Fixes

  • simplify test scripts and set NODE_ENV in Vite config (e76a7b7)

BREAKING CHANGES

  • The Sandpack integration is no longer included. The sandpackPlugin, SandpackEditor, SandpackConfig, SandpackPreset, insertSandpack$, sandpackConfig$, InsertSandpack, ShowSandpackInfo, and the sandpack icon key have been removed.

Closes #789.

Closes #900.

Refs #933.

Refs #651.

v3.55.0

19 Apr 07:27
8c3e4fa

Choose a tag to compare

3.55.0 (2026-04-19)

Bug Fixes

  • render code blocks with unknown language as plain text (#927) (f478509)
  • route capitalized jsx tags sharing an html tag name to the jsx visitor (#928) (93ae1ef)

Features

  • add data-tool-cell attribute to table footer header (#912) (6c5e671)

v3.54.1

16 Apr 14:24
8bfc151

Choose a tag to compare

3.54.1 (2026-04-16)

Bug Fixes

  • add aria-label to toolbar buttons for WCAG 2.2 AA compliance (#926) (8bfc151), closes #924

v3.54.0

07 Apr 07:28
6eaa8df

Choose a tag to compare

3.54.0 (2026-04-07)

Bug Fixes

  • keep codemirror support types dependency-free (6eaa8df)
  • preserve empty blockquote lines on markdown round-trips (14b3786), closes #920

Features

  • support pre-loaded language support in codeMirrorPlugin (8bbf851)

v3.53.1

24 Mar 08:19
057c18c

Choose a tag to compare

3.53.1 (2026-03-24)

Bug Fixes

  • harden language normalization and add tests (d655f10)
  • make Select dropdown scrollable when content exceeds viewport (7a63278)
  • resolve lint errors in codemirror tests (057c18c)

v3.53.0

24 Mar 06:18
e32701f

Choose a tag to compare

3.53.0 (2026-03-24)

Features

  • support language aliases in codeMirrorPlugin (1ede065)

v3.52.5

21 Mar 05:59
c7cc1c7

Choose a tag to compare

3.52.5 (2026-03-21)

Bug Fixes

  • preserve image dimensions on copy/paste (39985af)

v3.52.4

16 Feb 05:35
dbcc3fb

Choose a tag to compare

3.52.4 (2026-02-16)

Bug Fixes

v3.52.3

24 Dec 07:15
14c3da3

Choose a tag to compare

3.52.3 (2025-12-24)

Bug Fixes

  • link dialog position on translated parent container (#898) (14c3da3), closes #863