Sourced from @​mdxeditor/editor's releases.
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
v3.54.1
3.54.1 (2026-04-16)
Bug Fixes
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)
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)
v3.53.0
3.53.0 (2026-03-24)
... (truncated)
8c3e4fa
test: fix lint formatting and jsx act warnings6c5e671
feat: add data-tool-cell attribute to table footer header (#912)f478509
fix: render code blocks with unknown language as plain text (#927)93ae1ef
fix: route capitalized jsx tags sharing an html tag name to the jsx
visitor (...d1f6561
chore: improve windows compatibility for development8bfc151
fix: add aria-label to toolbar buttons for WCAG 2.2 AA compliance (#926)6eaa8df
fix: keep codemirror support types dependency-free14b3786
fix: preserve empty blockquote lines on markdown round-tripsa3070c8
Merge pull request #917
from Godefroy/feat/codemirror-language-supporte9ab593
docs: add usage example for autoLoadLanguageSupport option