Skip to content

v0.4.0

Compare
Choose a tag to compare
@davidmyersdev davidmyersdev released this 21 Aug 14:43
· 274 commits to main since this release
v0.4.0
c3976e3

Make it reconfigurable and extensible

Breaking Changes! Configuration options have changed.

  • disableAttribution: false -> attribution: true - inverted and renamed
  • enableSpellcheck -> spellcheck - renamed
  • renderImages -> images - renamed

The editor can be reconfigured by passing updatable options to the new reconfigure method on the instance. The editor is now extensible too! You can pass CodeMirror 6 extensions with the extensions option.