Skip to content

Commit

Permalink
[nested-grid] Add "remove-empty-space" props, fix flex item impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Sep 12, 2024
1 parent bf0e76c commit 7a0faa3
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 288 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 2.21.30 (2024-09-13)

#### Changed

- `nested-grid` is now a flex item, taking up as much vertical and horizontal space as possible.

#### Added

- `nested-grid` - `:remove-empty-row-space?` and `:remove-empty-column-space?` props.


## 2.21.29 (2024-09-12)

#### Fixed
Expand Down
Loading

0 comments on commit 7a0faa3

Please sign in to comment.