-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Cherry-picked bug fixes for 6.8.2 #70557
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
Conversation
…69627) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
…69631) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
… selected (#69633) * Navigation Link: Improve performance by only requesting entities when selected * Update selector logic for enabling link validation Unlinked contributors: dretzlaff. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: jordesign <jordesign@git.wordpress.org>
* Query Loop: Don't overwrite the 'query.inherit' attribute value * A misc adjustments * Display warning next to 'Query Type' control Unlinked contributors: genemma, cheestudio. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: luminuu <luminuu@git.wordpress.org> Co-authored-by: jeflopodev <jeflopodev@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: rinkalpagdar <rinkalpagdar@git.wordpress.org>
Unlinked contributors: claimableperch. Co-authored-by: Sukhendu2002 <sukhendu2002@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
…ry (#69985) Unlinked contributors: T4ngml. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…ue (#70020) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
… local URL path (#70043) Co-authored-by: Mayank-Tripathi32 <mayanktripathi32@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: skierpage <skierpage@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: luminuu <luminuu@git.wordpress.org>
Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: shimotmk <shimotomoki@git.wordpress.org>
…selection to show up inner blocks (#70056) * fix: use key down to open/close the details block * chore: fix import order * fix: do not conditionally render details children * feat: expose `withIgnoreIMEEvents` to private api * feat: wrap handler within `withIgnoreIMEEvents` * chore(test): add e2e test for details block * fix: prevent space in rich-text from toggling details * chore: add CHANGELOG * fix: wrap key up handler with `withIgnoreIMEEvents` * chore(e2e): updated tests * Adds using inner block content wherever required * Adds an e2e test to verify list view auto expand and focus * chore: move `CHANGELOG` to unreleased * chore: revert usage of `withIgnoreIMEEvents` * fix: apply `withIgnoreIMEEvents` to key down Manual testing with IMEs showed that the HOF can safely be applied just to the key down events * feat: add visually hidden instructions for expanding/collapsing details * fix: add `aria-describedby` and add it to RichText * fix: update aria-label for RichText * fix: remove the usage of `aria-describedby` * chore: move `CHANGELOG` to unreleased Unlinked contributors: armandovias. Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: alexstine <alexstine@git.wordpress.org> Co-authored-by: joedolson <joedolson@git.wordpress.org> Co-authored-by: megane9988 <megane9988@git.wordpress.org>
Unlinked contributors: APCgit. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: Soean <soean@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: 2ndkauboy <kau-boy@git.wordpress.org> Co-authored-by: annezazu <annezazu@git.wordpress.org> Co-authored-by: marcarmengou <marc4@git.wordpress.org> Co-authored-by: tharsheblows <tharsheblows@git.wordpress.org>
Co-authored-by: peterwilsoncc <peterwilsoncc@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: swissspidy <swissspidy@git.wordpress.org>
* Fix Floating UI packages dependencies * Pin @floating-ui/react-dom version
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. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Smoke tested the editors and a couple of fixes that are listed in the PR. Everything seems to be in order ✅
I can also confirm that merging this branch into wp/6.8
resolves npm ci
failures, which is currently a reason for some failing CI checks.
What?
Core ticket: https://core.trac.wordpress.org/ticket/63582
For the WP 6.8.2 release, I cherry-picked the PR labeled Backport to WP Minor Release.
The following PRs are included:
Note
Backport to WP Minor Release
label, but this was necessary to avoid conflicts when cherry-picking.