Skip to content

Bump @wordpress/block-editor from 8.3.1 to 9.0.0 #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2022

Bumps @wordpress/block-editor from 8.3.1 to 9.0.0.

Changelog

Sourced from @​wordpress/block-editor's changelog.

9.0.0 (2022-05-04)

Breaking change

  • BlockNavigationDropdown is now deprecated. Use the Dropdown component from the @wordpress/components package and the ListView component from this package (#40777).
  • ListView no longer accepts the __experimentalFeatures, __experimentalPersistentListViewFeatures, __experimentalHideContainerBlockActions, and showNestedBlocks props. Passing additional undocumented props through to ListView is also now disallowed. (#40777).

8.6.0 (2022-04-21)

8.5.0 (2022-04-08)

8.4.0 (2022-03-23)

8.3.0 (2022-03-11)

8.2.0 (2022-02-23)

New Features

  • LineHeightControl: Changes internal implementation to use NumberControl, which allows enhanced interactions such as dragging to change the value. To improve consistency with other control components, the bottom margin styles on the component has been deprecated, and will be removed in a future version. To opt into this simplified margin style, set the __nextHasNoMarginBottom prop to true.

8.1.1 (2022-02-10)

Bug Fix

  • Removed unused @wordpress/block-serialization-default-parser, css-mediaquery, memize and redux-multi dependencies (#38388).

New Features

  • List View now supports selecting and dragging multiple blocks via SHIFT clicking items in the list #38314.

8.1.0 (2022-01-27)

8.0.0 (2021-11-07)

Performance

  • Avoid re-rendering all List View items on block focus #35706. When List View is open Block focus time is 4 times faster in large posts.
  • Render fixed number of items in List View #35706. Opening List View is 13 times faster in large posts.

Breaking change

  • List View no longer supports the showOnlyCurrentHierarchy flag #35706. To display a subset of blocks, use the blocks parameter instead.

7.0.0 (2021-07-29)

Breaking Change

  • Upgraded React components to work with v17.0 (#29118). There are no new features in React v17.0 as explained in the blog post.

... (truncated)

Commits
  • 4631d51 chore(release): publish
  • 2e99064 Update changelog files
  • 4bb2655 Merge changes published in the Gutenberg plugin "release/13.2" branch
  • 1ba5231 chore(release): publish
  • 2673386 Update changelog files
  • 9ad1f9d Merge changes published in the Gutenberg plugin "release/13.1" branch
  • 9c15c66 chore(release): publish
  • acc801a Merge changes published in the Gutenberg plugin "release/13.0" branch
  • 11eb124 chore(release): publish
  • ba12a0e Update changelog files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) from 8.3.1 to 9.0.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-editor)

---
updated-dependencies:
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 19, 2022

Superseded by #51.

@dependabot dependabot bot closed this May 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress/block-editor-9.0.0 branch May 19, 2022 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants