Skip to content

build(deps-dev): bump @wordpress/block-editor from 15.10.0 to 16.0.0#4415

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/block-editor-16.0.0
Open

build(deps-dev): bump @wordpress/block-editor from 15.10.0 to 16.0.0#4415
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/block-editor-16.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @wordpress/block-editor from 15.10.0 to 16.0.0.

Changelog

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

16.0.0 (2026-07-14)

Internal

  • Extract a shared getBlockBindingsContext helper for assembling the context handed to block-bindings sources; only entries present in the surrounding block context are copied (#79855).

Bug Fixes

  • Writing flow: Only pull a forward selection ending at the next element's offset 0 back into the previous block for triple clicks, and clamp the dispatched selection end offset to the rich text content length so an overshooting selection no longer collapses to its start (#80126).
  • ListView: Use the DS focus color token for the row focus ring so it adapts to themed surfaces such as the site editor navigation sidebar, and remove the duplicate focus ring on the row's Options (three-dot) button, which already draws the standard Button focus ring. (#80087).
  • DimensionControl: Include component styles in the block editor stylesheet so the fieldset reset is applied in Storybook and other contexts without WordPress core styles (#79916).
  • InnerContent: Render the selected inner block synchronously so its rich text selection stays current while typing; otherwise a stale selection offset could place a typed character at the wrong position in editable static inner blocks (#79726).
  • useTypingObserver: Capture the window reference at mount and reuse it during cleanup so the ref cleanup no longer reads node.ownerDocument.defaultView (which is null once the iframe-hosted editor has been detached from its window) and throws, which was also leaking the removeEventListener calls that follow it (#78772).

Breaking Changes

  • The __next40pxDefaultSize prop is now true by default. The prop can be safely removed from the following:
    • FontAppearanceControl (#79635).
    • FontFamilyControl (#79593).
    • LetterSpacingControl (#79533).
    • LineHeightControl (#79589).

Deprecations

  • Soft-deprecate the __experimentalImageEditor component. The Media Editor modal is now the default crop experience for core blocks (#78654).

Enhancements

  • Use the emphasis font-weight token for UI emphasis (#80093).
  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Inserter media categories support an optional emptyMessage, shown in place of the generic "No results found" notice, that also keeps a source listed when it has no items. The media panel additionally renders attach/detach affordances for attached images (#79336).

15.23.0 (2026-07-01)

15.22.0 (2026-06-24)

Enhancements

  • Grid: Add a "Fill available space" option to the grid layout that switches the auto-placement keyword from auto-fill to auto-fit, so columns stretch to fill the row instead of leaving empty tracks. (#79356)
  • List View: a block that supports listView is now excluded from the List View when it has no inner blocks and disallows insertion (allowedBlocks is [] or false), since there is nothing to show, rearrange, or add. (#78932)

15.21.1 (2026-06-16)

15.21.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

Documentation

... (truncated)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • Additional commits viewable in compare view

@dependabot dependabot Bot added Deps Reserved to dependency/dependabot PRs Deps: JavaScript Reserved to dependency/dependabot PRs labels Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/block-editor-16.0.0 branch from 1307aa3 to 1fca172 Compare July 20, 2026 07:51
Bumps [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) from 15.10.0 to 16.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/block-editor@16.0.0/packages/block-editor)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/block-editor-16.0.0 branch from 1fca172 to ffc1af5 Compare July 20, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deps: JavaScript Reserved to dependency/dependabot PRs Deps Reserved to dependency/dependabot PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants