Skip to content

Commit 10615b3

Browse files
committed
Update Readme
1 parent 32aaeb9 commit 10615b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,11 @@ func headerSegment(flag: Bool) -> some View {
795795
------------
796796

797797
## Release notes:
798+
##### [v1.4.2](https://github.com/exyte/Grid/releases/tag/1.4.2):
799+
- fixes not working gridItemAlignment and gridCommonItemsAlignment for vertical axis
800+
801+
<details>
802+
<summary>Previous releases</summary>
798803
##### [v1.4.1](https://github.com/exyte/Grid/releases/tag/1.4.1):
799804
- fixes the issue when Grid doesn’t update its content
800805

@@ -814,9 +819,6 @@ Grid(tracks: 2) {
814819

815820
Grid didn't update titleText even if it's changed.
816821

817-
<details>
818-
<summary>Previous releases</summary>
819-
820822
##### [v1.4.0](https://github.com/exyte/Grid/releases/tag/1.4.0):
821823
- adds `gridItemAlignment` modifier to align per item
822824
- adds `gridCommonItemsAlignment` modifier to align all items

0 commit comments

Comments
 (0)