Commit d019d3c
Backports: WordPress 6.6.2 (#65050)
* Fix canvas issues by removing VisualEditor’s height (#63724)
Unlinked contributors: wp-seopress.
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: carolinan <poena@git.wordpress.org>
* Post Editor: Prevent popover from being hidden by metabox (#63939)
* Post Editor: Prevent popover from being hidden by metabox
* Use `.interface-interface-skeleton__content` instead of `.interface-interface-skeleton__body`
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: Rishit30G <rishit30g@git.wordpress.org>
Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org>
* Global Styles: Fix block custom CSS pseudo element selectors (#63980)
Unlinked contributors: harlet.
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: dballari <dballari@git.wordpress.org>
Co-authored-by: wongjn <wongjn@git.wordpress.org>
* Avoid errors for post types without a 'menu_icon' (#64015)
Unlinked contributors: karan4official.
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
* Data Views: Don't render action modal when there are no eligible items (#64250)
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
* Post editor: apply space below content using a pseudo-element instead of padding-bottom (#64639)
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: PC888 <kracked888@git.wordpress.org>
* Featured Image Block: Reduce CSS specificity (#64463)
Co-authored-by: dsas <dsas@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
* Inserter: use lighter grammar parse to check allowed status (#64902)
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
* Prepare JSON schemas for Draft 7 update (#63582)
Co-authored-by: ajlende <ajlende@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: scruffian <scruffian@git.wordpress.org>
* Fix missing ref support for textAlign and textColumns in theme.json schema (#63625)
* Add missing ref support for textAlign and textColumns
* Update the theme.json reference docs
Co-authored-by: ajlende <ajlende@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: jeryj <jeryj@git.wordpress.org>
* Don't allow duplicating template parts in non-block-based themes (#64379)
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: MadtownLems <madtownlems@git.wordpress.org>
* Fix bumped specificity for layout styles in non-iframed editor (#64076)
* Fix too specific layout styles in non-iframed editor
* Ensure first/last child rules take precedence
* Adjust selectors so that `> :first-child`/`> :last-child` still has 0,2,0 specificity to override theme.json spacing
* Update tests
* Update client side layout selectors to match theme json
* Add backport changelog
----
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
* Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in `:where` selectors (#64458)
* Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in :where selectors
* Add extra test for :where with a pseudo selector
----
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: andreiglingeanu <andreiglingeanu@git.wordpress.org>
* Revert "Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in `:where` selectors (#64458)"
This reverts commit 53a370e.
* Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in `:where` selectors (#64458)
* Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in :where selectors
* Add extra test for :where with a pseudo selector
----
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: andreiglingeanu <andreiglingeanu@git.wordpress.org>
* Post Editor: fix click space after post content to append (#64992)
* Fix minimally
* Revise comment
* Stop propagation and don’t prevent default
* Insert default block if no blocks are present
* re-build package lock to match format
* Revert "Inserter: use lighter grammar parse to check allowed status (#64902)"
This reverts commit 9b9bbe8.
---------
Co-authored-by: Mitchell Austin <mr.fye@oneandthesame.net>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: Rishit30G <rishit30g@git.wordpress.org>
Co-authored-by: dhananjaykuber <dhananjaykuber@git.wordpress.org>
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: dballari <dballari@git.wordpress.org>
Co-authored-by: wongjn <wongjn@git.wordpress.org>
Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: Daniel Richards <daniel.richards@automattic.com>
Co-authored-by: PC888 <kracked888@git.wordpress.org>
Co-authored-by: Dean Sas <dean@deansas.org>
Co-authored-by: dsas <dsas@git.wordpress.org>
Co-authored-by: Ella <4710635+ellatrix@users.noreply.github.com>
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: Alex Lende <alex+github.com@lende.xyz>
Co-authored-by: ajlende <ajlende@git.wordpress.org>
Co-authored-by: scruffian <scruffian@git.wordpress.org>
Co-authored-by: jeryj <jeryj@git.wordpress.org>
Co-authored-by: MadtownLems <madtownlems@git.wordpress.org>1 parent c7f1e8e commit d019d3c
File tree
23 files changed
+345
-134
lines changed- backport-changelog/6.6
- bin/api-docs
- lib
- packages
- block-editor
- src
- components/global-styles
- test
- utils/test
- block-library/src/post-featured-image
- dataviews/src
- edit-post/src/components/layout
- edit-site/src/components/add-new-template
- editor/src
- components
- editor-interface
- post-actions
- visual-editor
- store
- phpunit
- schemas/json
23 files changed
+345
-134
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 10 additions & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 82 | | |
114 | 83 | | |
115 | 84 | | |
| |||
133 | 102 | | |
134 | 103 | | |
135 | 104 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 105 | + | |
139 | 106 | | |
140 | 107 | | |
141 | 108 | | |
| |||
154 | 121 | | |
155 | 122 | | |
156 | 123 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 124 | + | |
160 | 125 | | |
161 | 126 | | |
162 | 127 | | |
| |||
244 | 209 | | |
245 | 210 | | |
246 | 211 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | 212 | | |
252 | 213 | | |
253 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1372 | 1372 | | |
1373 | 1373 | | |
1374 | 1374 | | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
1375 | 1379 | | |
1376 | 1380 | | |
1377 | 1381 | | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
1378 | 1385 | | |
1379 | 1386 | | |
1380 | 1387 | | |
| |||
1387 | 1394 | | |
1388 | 1395 | | |
1389 | 1396 | | |
1390 | | - | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
1391 | 1410 | | |
1392 | 1411 | | |
1393 | | - | |
1394 | | - | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
1395 | 1415 | | |
1396 | 1416 | | |
1397 | 1417 | | |
| |||
1651 | 1671 | | |
1652 | 1672 | | |
1653 | 1673 | | |
1654 | | - | |
| 1674 | + | |
1655 | 1675 | | |
1656 | 1676 | | |
1657 | 1677 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
284 | | - | |
| 285 | + | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments