codemirror
Advanced tools
Changelog
6.0.1 (2022-06-30)
Work around limitations in tree-shaking software that prevented basicSetup
from being removed when unused.
Changelog
6.0.0 (2022-06-08)
Change the package name from @codemirror/example-setup
to just codemirror
.
The package no longer exports EditorState
(since that is no longer necessary to set up a basic editor).
The new minimalSetup
export provides a minimal set of editor extensions.