v2.5.0
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 == SpellCheckStyleno longer matches the spans the spell checker installs. Usestyle 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