mdx-editor/editor
 Watch   
 Star   
 Fork   
11 hours ago
editor

v4.2.2

4.2.2 (2026-08-26)

Bug Fixes

  • prevent stale table actions from crashing (1b43250), closes #961
5 days ago
editor

v4.2.1

4.2.1 (2026-08-21)

Bug Fixes

  • upgrade js-yaml to 4.3.1 to resolve GHSA-5p4m-2wfm-xmqj (3ff7296)
24 days ago
editor

v4.2.0

4.2.0 (2026-08-02)

Bug Fixes

  • declare the frontmatter node as a block-level decorator (ebc4755), closes #957
  • support links on selected images (d8c442b), closes #753

Features

  • mdxeditor-full-height opt-in class for editors that fill their parent (cdeda58), closes #953
28 days ago
editor

v4.1.1

4.1.1 (2026-07-29)

Bug Fixes

  • clear resolvable security audit findings in the dev dependency tree (117dd84)
  • respect configured heading shortcuts (beacb4c)
2026-07-19 21:02:03
editor

v4.1.0

4.1.0 (2026-07-19)

Bug Fixes

  • harden Lexical adoption lifecycle edges (859bf45)
  • pass Playwright install flags through npm (0b2d19b)
  • remove stray Realm provider token (c432da3)

Features

  • adopt Lexical 0.48 with compatibility gates (90a1466)
  • export Markdown from the active selection (a7c3bae)
  • make search replacement state-backed (b108652)
2026-06-18 22:26:10
editor

v4.0.4

4.0.4 (2026-06-18)

Bug Fixes

  • deps: upgrade js-yaml to 4.2.0 (d0990c3)
2026-06-12 20:23:42
editor

v4.0.3

4.0.3 (2026-06-12)

Bug Fixes

  • types: repair declaration rollup output (b34e0f7), closes #939
2026-06-03 17:28:59
editor

v4.0.2

4.0.2 (2026-06-03)

Bug Fixes

  • preserve blank lines within markdown list items (0886ac9), closes #936
2026-05-20 22:24:51
editor

v4.0.1

4.0.1 (2026-05-20)

Bug Fixes

  • fall back to default code block language on import (835ad54), closes #935
2026-05-09 20:14:20
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.