mdx-editor/editor
 Watch   
 Star   
 Fork   
8 days ago
editor

v4.0.1

4.0.1 (2026-05-20)

Bug Fixes

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

v4.0.0

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.

2026-04-19 15:26:22
editor

v3.55.0

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)
2026-04-16 22:22:40
editor

v3.54.1

3.54.1 (2026-04-16)

Bug Fixes

  • add aria-label to toolbar buttons for WCAG 2.2 AA compliance (#926) (8bfc151), closes #924
2026-04-07 15:26:59
editor

v3.54.0

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)
2026-03-24 16:18:44
editor

v3.53.1

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)
2026-03-24 14:17:45
editor

v3.53.0

3.53.0 (2026-03-24)

Features

  • support language aliases in codeMirrorPlugin (1ede065)
2026-03-21 13:58:40
editor

v3.52.5

3.52.5 (2026-03-21)

Bug Fixes

  • preserve image dimensions on copy/paste (39985af)
2026-02-16 13:34:33
editor

v3.52.4

3.52.4 (2026-02-16)

Bug Fixes

2025-12-24 15:14:18
editor

v3.52.3

3.52.3 (2025-12-24)

Bug Fixes

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