Skip to content

Commit

Permalink
Add support for align-items: space-evenly (#218)
Browse files Browse the repository at this point in the history
* Add support for align-items: space-evenly

* Add AlignContent::SpaceEvenly to RELEASES.md

* Fix typo in AlignContent doc comments (gap -> gaps)

Co-authored-by: Andreas Weibye <13300393+Weibye@users.noreply.github.com>

* Fix align_content_space_around_single_line test

Co-authored-by: Andreas Weibye <13300393+Weibye@users.noreply.github.com>
  • Loading branch information
nicoburns and Weibye authored Aug 23, 2022
1 parent 0a7a9a0 commit c83608d
Show file tree
Hide file tree
Showing 30 changed files with 2,172 additions and 13 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Builder methods are now `const` where possible
- Several convenience constants have been defined: notably `FlexboxLayout::DEFAULT`
- New `Layout` convenience constructor: `with_order(order: u32)`
- Added support for `AlignContent::SpaceEvenly`

### 0.2.0 Changed

Expand Down
97 changes: 97 additions & 0 deletions benches/generated/align_content_space_around.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions benches/generated/align_content_space_around_single_line.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions benches/generated/align_content_space_around_wrapped.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions benches/generated/align_content_space_between.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c83608d

Please sign in to comment.