You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.0.0
### Breaking changes
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).
### New features
The new `minimalSetup` export provides a minimal set of editor extensions.