Skip to content

Commit 0b8a0cf

Browse files
committed
Ready to release 2.7.1
1 parent afee8ad commit 0b8a0cf

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.7.1
4+
5+
_2026.04.05_
6+
7+
### Changed
8+
9+
- Fix incorrect span size calculation when using non-uniform cell sizes like `ExtendedGridCells.Track` in `HorizontalGrid`, `VerticalGrid`, and `BoxGrid`.
10+
- Fix incorrect x position of spanned items in `BoxGrid` when layout direction is RTL.
11+
312
## 2.7.0
413

514
_2026.03.02_

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
allprojects {
1818
group = "com.cheonjaeung.compose.grid"
19-
version = "2.7.0"
19+
version = "2.7.1"
2020

2121
repositories {
2222
google()

0 commit comments

Comments
 (0)