Skip to content

Commit

Permalink
add related changelogs to block-editor and edit-widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Oct 22, 2021
1 parent 4e3a906 commit efe9c33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/block-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

### Performance

- Fix block focus time when List View is open. [#35706](https://github.com/WordPress/gutenberg/pull/35706)

### Breaking change

- ListView no longer supports the `showOnlyCurrentHierarchy` flag [#35706](https://github.com/WordPress/gutenberg/pull/35706). To display a subset of blocks, use the `blocks` parameter instead.

## 7.0.0 (2021-07-29)

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
}
}
//fix focus styling width when one row has fewer cells
// Fix focus styling width when one row has fewer cells.
&.has-single-cell .block-editor-list-view-block-contents:focus::after {
right: 0;
}
Expand Down
4 changes: 4 additions & 0 deletions packages/edit-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Enhancement

- Enable persistent List View in the widget editor [#35706](https://github.com/WordPress/gutenberg/pull/35706).

## 3.0.0 (2021-07-29)

### Breaking Change
Expand Down

0 comments on commit efe9c33

Please sign in to comment.