Skip to content

Bump @wordpress/block-editor from 15.23.0 to 16.0.0#3550

Merged
pfefferle merged 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress/block-editor-16.0.0
Jul 17, 2026
Merged

Bump @wordpress/block-editor from 15.23.0 to 16.0.0#3550
pfefferle merged 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress/block-editor-16.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/block-editor from 15.23.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).
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
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary. labels Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/block-editor-16.0.0 branch 2 times, most recently from 95806fc to a231b60 Compare July 17, 2026 14:34
Bumps [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) from 15.23.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 a231b60 to 679a1ae Compare July 17, 2026 14:40
@pfefferle
pfefferle merged commit e665471 into trunk Jul 17, 2026
9 checks passed
@pfefferle
pfefferle deleted the dependabot/npm_and_yarn/wordpress/block-editor-16.0.0 branch July 17, 2026 14:44
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 javascript Pull requests that update Javascript code Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant