Releases: Darkrock-Studios/ComposeTextEditor
Releases · Darkrock-Studios/ComposeTextEditor
Release list
v2.8.0
What's Changed
- Update to Compose Multiplatform 1.12.1 by @Wavesonics in #106
Full Changelog: v2.7.0...v2.8.0
v2.7.0
v2.6.0
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
v2.4.7
What's Changed
- Keep caret typing styles across updates that neither move the caret nor edit the document by @JBou in #99
- Announce whole-document replacements so spell check can re-run by @Wavesonics in #95
- Add setDocument to load a snapshot with its rich spans by @Wavesonics in #101
- Apply IME edits immediately and report them to the keyboard once by @Wavesonics in #102
New Contributors
Full Changelog: v2.4.6...v2.4.7
v2.4.6
What's Changed
- Stop the suggestions menu sticking on Loading by @Wavesonics in #100
Full Changelog: v2.4.5...v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
What's Changed
- Nest inline markers instead of crossing them by @Wavesonics in #98
Full Changelog: v2.4.1...v2.4.2