Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Oct 19, 2024
1 parent ebc84ae commit e4c31bb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.1.0

_2024.10.19_

## Changed

- New `Modifier.span` is added that has a lambda parameter to calculate span size.
In this lambda, you can access to `GridItemSpanScope` to get max span and remaining span.

### Dependencies

Project dependencies are updated.

- Kotlin: 1.9.22 -> 1.9.25
- Android Gradle Plugin: 8.2.0 -> 8.6.1
- Compose Multiplatform: 1.6.0 -> 1.7.0
- Compose Android: 1.6.0 -> 1.7.0
- Compose Android Compiler Plugin: 1.5.10 -> 1.5.15

## 2.0.0

_2024.04.13_
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "com.cheonjaeung.compose.grid"
version = "2.0.0"
version = "2.1.0"

repositories {
maven {
Expand Down
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The following table shows Compose versions which each library version depends on

| GridLayout Version | Compose Version (Android) | Compose Version (Multiplatform) |
|--------------------|---------------------------|---------------------------------|
| 1.2.2 ~ current | Jetpack Compose 1.6.0 | Compose Multiplatform 1.6.0 |
| 2.1.0 ~ current | Jetpack Compose 1.7.0 | Compose Multiplatform 1.7.0 |
| 1.2.2 ~ 2.0.0 | Jetpack Compose 1.6.0 | Compose Multiplatform 1.6.0 |
| 1.0.0 ~ 1.2.1 | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 0.1.0 ~ 0.2.0 | Jetpack Compose 1.4.3 | Compose Multiplatform 1.4.1 |

Expand Down

0 comments on commit e4c31bb

Please sign in to comment.