Skip to content

Commit

Permalink
Add Display::Contents to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 12, 2023
1 parent d7c5805 commit 6cb0783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Example usage change:
### Added

- Support for [CSS Block layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flow_Layout/Block_and_Inline_Layout_in_Normal_Flow#elements_participating_in_a_block_formatting_context) has been added. This can be used via the new `Display::Block` variant of the `Display` enum. Note that inline, inline-block and float have *not* been implemented. The use case supported is block container nodes which contain block-level children.
- Support for [`Display::Contents`](https://css-tricks.com/get-ready-for-display-contents/)
- Added `insert_child_at_index()` method to the `Taffy` tree. This can be used to insert a child node at any position instead of just the end.

### Removed
Expand Down

0 comments on commit 6cb0783

Please sign in to comment.