Skip to content

Commit

Permalink
Update 1.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Dec 9, 2023
1 parent 2f44e25 commit 4726125
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.1.0

_2023.12.09_

### Added

- `content` lambda of grid now extends `GridScope`.
- New `span` modifier is added. `span` is can applied to item composable in the `GridScope`.
- New optional parameter `fill` is added for `SimpleGridCells.Fixed` and `SimpleGridCells.Adaptive`.

### Compose Dependencies

There is no dependency changes since previous version.

- Android: Jetpack Compose 1.5.0
- Multiplatform: Compose Multiplatform 1.5.2

## 1.0.0

_2023.10.07_
Expand Down

0 comments on commit 4726125

Please sign in to comment.