Skip to content

Commit

Permalink
add detail to the performance change
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Oct 22, 2021
1 parent efe9c33 commit 28f60b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/CHANGELOG.md
Expand Up @@ -4,11 +4,11 @@

### Performance

- Fix block focus time when List View is open. [#35706](https://github.com/WordPress/gutenberg/pull/35706)
- Avoid re-rendering all List View items on block focus [#35706](https://github.com/WordPress/gutenberg/pull/35706). These changes speed up block focus time in large posts by 80% when List View is open.

### 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.
- List View 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)

Expand Down

0 comments on commit 28f60b5

Please sign in to comment.