-
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 GB 8.6 fixes to WP trunk #24068
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
* Fix drag and drop for aligned blocks * Update the mock class list implementation to be more flexible * Fix test
This update adjusts the line-height theme support setting to be opt-in via `add_theme_support( 'experimental-line-height' );` rather than enabled by default. This keeps it consistent with the other recently added style theme support settings like padding (spacing).
ellatrix
requested review from
spacedmonkey,
TimothyBJacobs and
youknowriad
as code owners
July 20, 2020 17:33
…23610) Co-authored-by: Haz <[email protected]>
…hout permissions. (#23948)
…itor (#23927) * remove lodash debounce * handle unmount with debounce for performance reasons * add debounce time * utilize lodash debounce cancel method
* Fix block wrapper selector * Fix linting issue Co-authored-by: Riad Benguella <[email protected]>
* Editor: Fix block outline rendering after block is moved * Fix rendering for tests. Reduce Timeout from 250 -> 200 to improve UX. * Fix rAF call with toggling highlight * Resolve the E2E test issue, which appears to be caused by a double-mounting Toolbar * Use reducer Co-authored-by: Ella van Durpe <[email protected]>
Size Change: +8.79 kB (0%) Total Size: 1.14 MB
ℹ️ View Unchanged
|
* Inserter: fix line to show again * Fix client id * Split component * Reorganise
ellatrix
requested review from
ajitbohra,
ajlende,
chrisvanpatten and
etoledom
as code owners
July 20, 2020 18:01
ellatrix
requested review from
nerrad,
ntwb,
SergioEstevao,
Soean and
talldan
as code owners
July 20, 2020 18:01
youknowriad
approved these changes
Jul 20, 2020
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.
Description
Process:
Go to https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+label%3A%22Backport+to+WP+Core%22+is%3Aclosed
Open the console.
For every page, run:
Finally, run:
Now I have the following list, from which I'm skipping pattern PRs.
#23855 skip
#23857 skip
#23853 skip
#23854 skip
#23858 skip
#23848 skip
#23916 ok
#23923 ok
#23930 ok
#23904 ok
#23610 ok
#23959 ok
#23964 ok
#23849 skip
#23948 ok
#23984 ok
#23980 ok
#23927 ok
#23950 ok
#23881 skip
#23966 ok
#24043 ok
#24041 ok
#23991 ok
#24047 ok
#23425 ok
#24022 ok
#24045 ok
#23936 ok
#20792 ok
#24059 ok
How has this been tested?
Screenshots
Types of changes
Checklist: