-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Feature/client side media dev #74568
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
Draft
adamsilverstein
wants to merge
39
commits into
trunk
Choose a base branch
from
feature/client-side-media-dev
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+2,332
−550
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
…upload media types
…n, transparency check and resizing
…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>
…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>
|
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.
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. |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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