You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ui/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
-
### New Features
6
-
7
-
-`Card`: `Card.FullBleed` now supports edge-bumping in additional positions ([#77856](https://github.com/WordPress/gutenberg/pull/77856)):
8
-
- As the **first child of `Card.Header`**, it extends flush to the card's top and side edges — ideal for hero images. Any siblings that follow (e.g. `Card.Title`) retain normal padding above them.
9
-
- As the **sole child of `Card.Content`**, it extends flush to the card's side edges and additionally to the top edge when `Content` is the first card child, or the bottom edge when it is the last. This enables full-bleed content panels with or without a header above them.
10
-
- The card's existing `overflow: clip` and `border-radius` handle rounded-corner clipping in all cases.
11
-
12
5
### Bug Fixes
13
6
14
7
-`Drawer`: Restore the slide-out animation when the popup closes ([#77800](https://github.com/WordPress/gutenberg/pull/77800)).
8
+
-`Card`: Fix missing gap between `Card.Header` and `Card.Content` when the header is not the first child of the card ([#77856](https://github.com/WordPress/gutenberg/pull/77856)).
0 commit comments