Conversation
* Implement a postTask util * Move init logic to index.js * Replace `postTask` with `onDOMReady` * Revert splitTask implementation to use setTimeout again * Add e2e tests * Add e2e test for async hydration * Add changelog entry * Change test timeout from 500 to 3000 ms Unlinked contributors: ivanbachev. Co-authored-by: DAreRodz <darerodz@git.wordpress.org> Co-authored-by: luisherranz <luisherranz@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mehrazmorshed <mehrazmorshed@git.wordpress.org> Co-authored-by: oglekler <oglekler@git.wordpress.org>
…2376) Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org> Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
* Notes position alignment in HTML * get block mode from existing useSelect * Remove useBlockMode function Co-authored-by: karthick-murugan <karthickmurugan@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: roseg43 <gabertronic@git.wordpress.org> Co-authored-by: adamsilverstein <adamsilverstein@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org>
|
Size Change: +803 B (+0.04%) Total Size: 2.12 MB
ℹ️ View Unchanged
|
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
…ty (#73592) Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
* Accordion Heading: Add default style for classic themes * Revert unnecessary changes Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org> Co-authored-by: justintadlock <greenshady@git.wordpress.org>
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
* Color Panel: Ensure minimum height for popover content * Put min-height in stylesheet Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: inc2734 <inc2734@git.wordpress.org>
Unlinked contributors: GovardhaneNitin, jfacemyer, DavidBorrink. Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
…ock (#73867) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org> Co-authored-by: albanyacademy <brumack@git.wordpress.org>
* Global Styles: fix infinite loop in Font Style UI * Fix e2e tests Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: mikachan <mikachan@git.wordpress.org> Co-authored-by: jeffgolenski <maverick3x6@git.wordpress.org>
…pe="button"`) (#74177) * Fix: Prevent `accordion-heading` submitting/sending forms (button `type="button"`) * Tests: Fixtures for Adding button Type to According Block and Save fix * Migration: Deprecated settings for `accordion-heading` * Fix: Tests for deprecated accordion-headings * Fix: Tests for deprecated accordion-headings * Fix: Missing import `getTypographyClassesAndStyles` for accordion-heading * Fix: Missing import `getTypographyClassesAndStyles` for accordion-heading * Fix: Missing import `getTypographyClassesAndStyles` for accordion-heading --------- Co-authored-by: Ninos <ninos-ego@git.wordpress.org> Co-authored-by: SirLouen <sirlouen@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: ellatrix <ellatrix@git.wordpress.org> Co-authored-by: jhtjards <jhtjards@git.wordpress.org>
* Update deprecation warning for unique ID format * Update changelog --------- Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: luisherranz <luisherranz@git.wordpress.org>
…rsion below 2 (#74057) * Fix unit tests take 1 * Blocks: Always trigger borwser console warnings for blocks with apiVersion below 2 * Fix unit tests take 2 * Fix unit tests take 3 * Fix unit tests take 4 * Fix unit tests take 5 * Fix unit tests take 6 * Fix unit tests take 7 * Fix unit tests take 8 * Fix unit tests take 9 * Fix unit tests take 10 Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: SirLouen <sirlouen@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> WIP
e0cc293 to
ad92b8d
Compare
|
Sorry for pinging so many people. I'll ping the contributors who submitted the cherry-picked PRs, and the contributors who approved them. I hope you can check the commit history and confirm that the cherry-picks were done correctly and that the bugs are fixed as expected. There were very few conflicts with the cherry-picks. |
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Co-authored-by: Aki Hamano <tetsuaki.hamano@gmail.com> Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
|
I plan to merge this PR this Wednesday for the RC release on January 29. Please let me know if you find any issues. Caution Personal note: Be sure to change to "Rebase and merge" not the default "Squash and merge" as this allows for a full history of commits. |
We're not yet ready to ship this PR. It might not be in time for 6.9.1. If we were to do something about it, we'd probably need to submit a PR directly against the |
What?
Core ticket: https://core.trac.wordpress.org/ticket/64535
WordPress 6.9.1 is scheduled to be released on February 3rd, and 6.9.1 RC1 is scheduled to be released on January 29. In preparation for that, this PR backports the PRs with the Backport to WP Minor Release label to the
wp/6.9branch.cc @aaronjorbin
Caution
Personal note: Be sure to change to "Rebase and merge" not the default "Squash and merge" as this allows for a full history of commits.
https://developer.wordpress.org/block-editor/contributors/code/release/package-release-and-core-updates/#:~:text=Merge%20the%20Pull%20Request%20using%20the%20%E2%80%9CRebase%20and%20Merge%E2%80%9D%20button%20to%20keep%20the%20history%20of%20the%20commits.
The following PRs are included in this PR:
accordion-headingsubmitting/sending forms (buttontype="button") #74177 @Ninos @SirLouen @t-hamanodata-wp-keyfrom being recreated on navigation #74750 @DAreRodzattachTobeing duplicated afternavigate()#74857 @DAreRodzThe following PRs have not been merged yet, and therefore not cherry-picked:
The following PR will be backported separately to the wp/6.9 branch directly:
How to test