Skip to content

v2.5.0

Choose a tag to compare

@Wavesonics Wavesonics released this 24 Sep 07:48
d9faf6a

Upgrading

SpellCheckStyle is now an open class whose companion is the plain underline, so spell check spans can carry what they flagged. Source that uses SpellCheckStyle as a value or with is compiles unchanged, but:

  • it is binary-incompatible: rebuild anything compiled against an earlier version that references SpellCheckStyle;
  • style == SpellCheckStyle no longer matches the spans the spell checker installs. Use style is SpellCheckStyle.

What's Changed

  • Bind numpad navigation keys and numpad Enter by @Wavesonics in #103
  • Serialize spell checks and keep their results anchored across edits by @Wavesonics in #94
  • Deliver and act on every edit operation by @Wavesonics in #104
  • Re-derive the typing style when the markdown configuration changes by @Wavesonics in #105

Full Changelog: v2.4.7...v2.5.0

What's Changed

  • Bind numpad navigation keys and numpad Enter by @Wavesonics in #103
  • Serialize spell checks and keep their results anchored across edits by @Wavesonics in #94
  • Deliver and act on every edit operation by @Wavesonics in #104
  • Re-derive the typing style when the markdown configuration changes by @Wavesonics in #105

Full Changelog: v2.4.7...v2.5.0