| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-20 | 3.8 kB | |
| v1.0.0 source code.tar.gz | 2026-07-20 | 3.7 MB | |
| v1.0.0 source code.zip | 2026-07-20 | 4.0 MB | |
| Totals: 3 Items | 7.7 MB | 2 | |
🚀 What shipped on the road to 1.0
A quick recap of the major features added during the 1.0.0 release-candidate series:
- Rich text copy/paste support (#650)
- Mentions, hashtags and custom triggers with atomic token spans (#671)
- Undo/redo history with rich text support (#673)
- Heading styles H1-H6 (#589 by @DevinDuricka)
- Expandable rich text with inline see more / see less (#701)
- List improvements: exit list on Enter at an empty item (#522), Backspace decreases list level (#523), ordered list
startattribute (#653), marker style and alignment control (#678, [#680]) - Insert HTML/Markdown at a specific position or after the selection (#545, [#546])
🐛 Fixes
- fix: diff-based edit pipeline, selection stability, parser round-trips by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/746
- fix: prevent drag selection from jumping to the next line at line edges by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/748
- Fix issue [#709]: link edge typing bug by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/761
- fix: combine nested text decorations instead of replacing it (#741, [#740]) by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/767
- fix: prevent IME double-resync from stripping list bullet after Enter by @tfkci in https://github.com/MohamedRejeb/compose-rich-editor/pull/722
- fix: drop white/transparent backgrounds on HTML import by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/770
- fix: resolve relative text-indent units to sp on HTML import (#724) by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/773
⚠️ Breaking Changes
- Remove iosX64 target by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/750
Compose Multiplatform 1.11 no longer supports iosX64 target.
📦 Dependencies
- Update Compose to 1.11.1 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/751
- chore(deps): bump kotlin from 2.3.21 to 2.4.0 by @dependabot in https://github.com/MohamedRejeb/compose-rich-editor/pull/738
- chore(deps): bump coroutines from 1.10.2 to 1.11.0 by @dependabot in https://github.com/MohamedRejeb/compose-rich-editor/pull/725
- Update Coil to 3.5.0 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/758
- Update Ktor to 3.5.1 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/755
- Update jetbrainsMarkdown to 0.7.7 by @MohamedRejeb in https://github.com/MohamedRejeb/compose-rich-editor/pull/756
- chore(deps): bump gradle-wrapper from 9.0.0 to 9.5.1 by @dependabot in https://github.com/MohamedRejeb/compose-rich-editor/pull/727
⚠️ Known Issue
Android apps on Jetpack Compose 1.12 (beta) hit a clipboard crash on long-press selection (#744). A release built against Compose Multiplatform 1.12.0-beta02 with the fix is coming next. Thanks @ErnestoOlalla for the diagnosis in [#745].
📸 Some screenshots from sample
New Contributors
- @tfkci made their first contribution in https://github.com/MohamedRejeb/compose-rich-editor/pull/722
Full Changelog: https://github.com/MohamedRejeb/compose-rich-editor/compare/v1.0.0-rc14...v1.0.0