Skip to content

Releases: davidmyersdev/ink-mde

v0.6.0

06 Mar 02:12
v0.6.0
01f1227
Compare
Choose a tag to compare
  • Breaking changes to API
  • Breaking changes to types
  • Add file upload handler
  • Upgrade dependencies

v0.5.2

12 Feb 03:13
v0.5.2
de0d7f3
Compare
Choose a tag to compare

Upgrade dependencies

v0.5.1

29 Sep 01:14
v0.5.1
c5d4165
Compare
Choose a tag to compare

Add extension wrapper utility

v0.5.0

26 Sep 21:06
v0.5.0
c0a3609
Compare
Choose a tag to compare

Move to Vite

v0.4.0

21 Aug 14:43
v0.4.0
c3976e3
Compare
Choose a tag to compare

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.

v0.3.0

09 Aug 23:46
v0.3.0
7e2d42f
Compare
Choose a tag to compare

Improve code visibility and contrast

  • Update dependencies
  • Update heading weight (configurable)
  • Use appearance-based background colors for code (configurable)
  • Update image background colors to match code (configurable)

v0.2.14

23 Jul 01:55
v0.2.14
713ce0c
Compare
Choose a tag to compare

Update dependencies

v0.2.13

01 Jun 23:11
v0.2.13
5b410a1
Compare
Choose a tag to compare

Update CodeMirror dependencies

v0.2.12

29 May 02:50
v0.2.12
6a1658e
Compare
Choose a tag to compare

Clean up Grammarly support

While Grammarly suggestions were working, updates were not. With a recent update to CodeMirror, this is now fixed when the extra attributes are removed.

v0.2.11

29 May 02:09
v0.2.11
c5d321a
Compare
Choose a tag to compare

Use functions for view plugins

Anonymous classes with properties don't pair well with some webpack environments.