Skip to content

Conversation

@adamsilverstein
Copy link
Member

@adamsilverstein adamsilverstein commented Jan 13, 2026

What?

This branch includes all Client Side Media work, including in-progress PRs that are not yet merged. It is for testing purposes only.

Includes

trunk
feature/74352-new-wordpress-vips-package
74355-create-subsized-images

adamsilverstein and others added 15 commits January 8, 2026 15:38
* Add wasmInlinePlugin to inline vips

* Add wasm inlining tests

* doc blocks
* Add shopify/webworker to babel config

* Add "@shopify/web-worker" dependency

* Add vips-worker build files
* Add wasmInlinePlugin to inline vips

* Add wasm inlining tests

* prettier

* Tests, try 2

* Improve doc blocks

* plugin: match other plugin pattern

* Add shopify/webworker to babel config

* Add "@shopify/web-worker" dependency

* Add vips-worker build files

* try: add worker setup test

* prettier

* correct package order

* Fix the build

* fix @shopify/web-worker version

* stub shopify/web-worker

* remove console log
@github-actions github-actions bot added [Package] Editor /packages/editor [Package] Block editor /packages/block-editor labels Jan 13, 2026
t-hamano and others added 13 commits January 13, 2026 18:02
…74259)

* Inserter: Prevent block-scope variations insertion in slash inserter

* Add github issue link

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…re sources by adding hyphens (#74414)

* Fix formatting in block bindings documentation: Corrected links to core sources by adding hyphens for consistency and clarity.

* Remove links to avoid linking format issues between GitHub and Block Editor Handbook
* Theme: Add design token documentation pages in Storybook

* Update imports

* Always show "Introduction" doc at top

* Fix GitHub blockquote formatting
d
* Remove duplicate story glob

* Use absolute link for Storybook compat

---------

Co-authored-by: Andrew Duthie <andrew.duthie@automattic.com>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: hbhalodia <hbhalodia@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
* Theme: enable color ramp tests and update snapshots

* getColorString: more stable hex formatting

* Update generated color info

Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
…4470)

* Change some bg interactive disabled tokens to transparent

* Add border to outline and solid disabled variants

* Lighter color for the bg interactive strong disabled tokens

* Remove disabled DS tokens for brand and error tones when they are the same as the neutral counterpart

* CHANGELOG

* Remove unnecessary bg-interactive-neutral, bg-interactive-neutral-active, bg-interactive-neutral-disabled tokens

They are the same as bg-interactive-neutral-weak-*

* Remove unnecessary bg-interactive-brand, bg-interactive-brand-active tokens

The bg-interactive-brand-weak-* can be used instead

* Rename `bg-thumb-brand-disabled` to `bg-thumb-neutral-disabled`

* Make --wpds-color-fg-interactive-neutral-strong-disabled token a lighter color

This matches all other fg-interactive-neutral-[emphasis]-disabled options

* Improve token docs, to make disabled tokens aimed for all tones

* More detailed `@wordpress/theme` CHANGELOG

* Update packages/theme/CHANGELOG.md

Co-authored-by: Lena Morita <lena@jaguchi.com>

---------

Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: aduth <aduth@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
)

Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org>
…ring (#74579)

* Update navigation-overlay-close button to use server side rendering

See GH-74537 and GH-74521

* Revert edit.js and address feedbacks

Co-authored-by: hbhalodia <hbhalodia@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
…n `collaborative-editing` is enabled (#72326)

* add post_type filter for collaborative editing

* Update packages/editor/src/components/post-locked-modal/index.js

Co-authored-by: Chris Zarate <chris@zarate.org>

* switch to getCurrentPostType

* prettier fix

* Simplify sync support check in post-locked-modal

Refactor condition to check sync support directly, removing experimental check.

---------

Co-authored-by: Chris Zarate <chris@zarate.org>
* Menu: Remove animation on submenus

* Add changelog

Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: fcoveram <fcoveram@git.wordpress.org>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
* UI: Add dark background for Storybook theme switcher

* Remove redundant background color from Badge story

* Check for background color, not colorTheme

* Fix weird padding values

Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
@github-actions github-actions bot added [Package] Date /packages/date [Package] Components /packages/components [Package] Block library /packages/block-library [Package] Theme /packages/theme labels Jan 13, 2026
@adamsilverstein adamsilverstein removed [Package] Date /packages/date [Package] Components /packages/components [Package] Editor /packages/editor [Package] Block library /packages/block-library [Package] Block editor /packages/block-editor [Package] Theme /packages/theme labels Jan 13, 2026
@github-actions
Copy link

Warning: Type of PR label mismatch

To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.

  • Required label: Any label starting with [Type].
  • Labels found: .

Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task.

@adamsilverstein adamsilverstein added the [Feature] Client Side Media Media processing in the browser with WASM label Jan 13, 2026
@github-project-automation github-project-automation bot moved this to 🔎 Needs Review in WordPress 7.0 Editor Tasks Jan 13, 2026
@adamsilverstein adamsilverstein self-assigned this Jan 13, 2026
@adamsilverstein adamsilverstein added the [Type] Enhancement A suggestion for improvement. label Jan 13, 2026
@github-actions github-actions bot added [Package] Date /packages/date [Package] Components /packages/components [Package] Editor /packages/editor [Package] Block library /packages/block-library [Package] Block editor /packages/block-editor [Package] Theme /packages/theme labels Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] Client Side Media Media processing in the browser with WASM [Package] Block editor /packages/block-editor [Package] Block library /packages/block-library [Package] Components /packages/components [Package] Date /packages/date [Package] Editor /packages/editor [Package] Theme /packages/theme [Type] Enhancement A suggestion for improvement.

Projects

Status: 🔎 Needs Review

Development

Successfully merging this pull request may close these issues.

10 participants