-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Backport Beta 4 fixes to WordPress Core. #32956
Merged
Merged
Conversation
This file contains 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
…ed (#32526) (#32527) Co-authored-by: Glen Davies <[email protected]>
* Fix a regression where `custom-units` are forced as an array.
…he template is not displayed in the select box. (#32744)
* Fix legacy widget edit style bleed * Match block width with inserter. * Make sure all text in legacy widget placeholders is legible. * Fix background color issue.
…ement that is not a compositing layer (#32747)
* Disable post-* and query* blocks * Disable remaining entity blocks and any experimental FSE blocks * Apply same disabling in the Customizer Widgets screen * Remove any registered reusable blocks from inserter * Fully disable reusable blocks in Widgets Editor * Fully disable reusable blocks in Widgets Editor * Improve constant usage
* Change to a theme that supports block-templates, and then delete wp_template and wp_template_part posts. * add plugin for switch add_theme_support('block-templates') * Update packages/e2e-tests/specs/experiments/post-editor-template-mode.test.js Co-authored-by: Greg Ziółkowski <[email protected]> * Update packages/e2e-tests/specs/experiments/post-editor-template-mode.test.js Co-authored-by: Greg Ziółkowski <[email protected]>
youknowriad
requested review from
adamziel,
ajitbohra,
cameronvoell,
draganescu,
ellatrix,
guarani,
kevin940726,
nerrad,
noisysocks,
oandregal,
ntwb,
spacedmonkey,
talldan and
tellthemachines
as code owners
June 24, 2021 11:14
* Block Library: Unify handling for block view scripts * Add logic that registers view scripts for blocks * Fix e2e tests with view script for Navigation block
Size Change: -2.99 kB (0%) Total Size: 1.04 MB
ℹ️ View Unchanged
|
@youknowriad are we still on time to get #31840 in? Trying to make tests pass. |
gziolo
reviewed
Jun 24, 2021
Co-authored-by: Greg Ziółkowski <[email protected]>
@nosolosw yes, we can wait for it. |
gziolo
reviewed
Jun 24, 2021
gziolo
reviewed
Jun 24, 2021
gziolo
reviewed
Jun 24, 2021
gziolo
reviewed
Jun 24, 2021
gziolo
reviewed
Jun 24, 2021
Co-authored-by: Greg Ziółkowski <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>
I have just tested the File block and PDF previews on the frontend and it works as expected 🎉 |
…32934) * Disable Android e2e tests while we investigate foundational breakage A `adb: no devices/emulators found` error is occurring and cause every run to fail. We intend to temporarily disable this job while we investigate the cause to avoid causing disruptions or confusion for contributors. * Revert "Disable Android e2e tests while we investigate foundational breakage" This reverts commit edb581e. * Leverage if configuration to disable test Previous approach did not work. Using the if configuration seems more appropriate. * Fix conditional logic for GitHub Action
This was referenced Jun 24, 2021
nylen
pushed a commit
to nylen/wordpress-develop-svn
that referenced
this pull request
Jun 25, 2021
… Beta 4. It includes fixes from these two backport PRs: - WordPress/gutenberg#32992 - WordPress/gutenberg#32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 git-svn-id: https://develop.svn.wordpress.org/trunk@51241 602fd350-edb4-49c9-b593-d223f7449a82
pento
pushed a commit
to WordPress/wordpress-develop
that referenced
this pull request
Jun 25, 2021
… Beta 4. It includes fixes from these two backport PRs: - WordPress/gutenberg#32992 - WordPress/gutenberg#32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 git-svn-id: https://develop.svn.wordpress.org/trunk@51241 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith
pushed a commit
to markjaquith/WordPress
that referenced
this pull request
Jun 25, 2021
… Beta 4. It includes fixes from these two backport PRs: - WordPress/gutenberg#32992 - WordPress/gutenberg#32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 Built from https://develop.svn.wordpress.org/trunk@51241 git-svn-id: http://core.svn.wordpress.org/trunk@50850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
gMagicScott
pushed a commit
to gMagicScott/core.wordpress-mirror
that referenced
this pull request
Jun 25, 2021
… Beta 4. It includes fixes from these two backport PRs: - WordPress/gutenberg#32992 - WordPress/gutenberg#32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 Built from https://develop.svn.wordpress.org/trunk@51241 git-svn-id: https://core.svn.wordpress.org/trunk@50850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
F-Wilke
pushed a commit
to FiliagoDev/WordPress
that referenced
this pull request
Jul 31, 2021
… Beta 4. It includes fixes from these two backport PRs: - WordPress/gutenberg#32992 - WordPress/gutenberg#32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 Built from https://develop.svn.wordpress.org/trunk@51241 git-svn-id: http://core.svn.wordpress.org/trunk@50850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This includes:
Beta 4
Various
Widget editor