1
1
<h1 align =" center " >Compose Rich Editor</h1 ><br >
2
2
3
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.0.21 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4
- [ ![ Compose] ( https://img.shields.io/badge/compose-1.7.0 -blue.svg?logo=jetpackcompose )] ( https://www.jetbrains.com/lp/compose-multiplatform )
3
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4
+ [ ![ Compose] ( https://img.shields.io/badge/compose-1.7.3 -blue.svg?logo=jetpackcompose )] ( https://www.jetbrains.com/lp/compose-multiplatform )
5
5
[ ![ MohamedRejeb] ( https://raw.githubusercontent.com/MohamedRejeb/MohamedRejeb/main/badges/mohamedrejeb.svg )] ( https://github.com/MohamedRejeb )
6
6
[ ![ Apache-2.0] ( https://img.shields.io/badge/License-Apache%202.0-green.svg )] ( https://opensource.org/licenses/Apache-2.0 )
7
7
[ ![ API] ( https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=21 )
8
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
8
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
9
9
10
10
![ Compose Rich Editor] ( docs/images/logo-large-light.svg#gh-light-mode-only )
11
11
![ Compose Rich Editor] ( docs/images/logo-large-dark.svg#gh-dark-mode-only )
@@ -29,20 +29,21 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
29
29
30
30
## Download
31
31
32
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
32
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
33
33
34
34
Compose Rich Editor is available on ` mavenCentral() ` .
35
35
36
36
``` kotlin
37
- implementation(" com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc10 " )
37
+ implementation(" com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc11 " )
38
38
```
39
39
40
40
## Compatibility
41
41
42
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc10 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
42
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.mohamedrejeb.richeditor/richeditor-compose/1.0.0-rc11 )] ( https://search.maven.org/search?q=g:%22com.mohamedrejeb.richeditor%22%20AND%20a:%22richeditor-compose%22 )
43
43
44
44
| Kotlin version | Compose version | Compose Rich Editor version |
45
45
| ----------------| -----------------| -----------------------------|
46
+ | 2.1.10 | 1.7.3 | 1.0.0-rc11 |
46
47
| 2.0.21 | 1.7.0 | 1.0.0-rc10 |
47
48
| 2.0.20 | 1.6.11 | 1.0.0-rc09 |
48
49
| 2.0.10 | 1.6.11 | 1.0.0-rc06 |
0 commit comments