Commit 1073588
File tree
3 files changed
+9
-5
lines changed- src
3 files changed
+9
-5
lines changed- .github/CODEOWNERS+1
- composer.json+11-1
- docs/how-to-guides/themes/theme-support.md+2
- docs/reference-guides/data/data-core-block-editor.md-23
- lib/class-wp-duotone-gutenberg.php+4
- lib/class-wp-theme-json-data-gutenberg.php+4
- lib/class-wp-theme-json-gutenberg.php+4
- lib/class-wp-theme-json-resolver-gutenberg.php+4
- lib/compat/wordpress-6.2/html-api/class-wp-html-attribute-token.php+4
- lib/compat/wordpress-6.2/html-api/class-wp-html-span.php+4
- lib/compat/wordpress-6.2/html-api/class-wp-html-tag-processor.php+4
- lib/compat/wordpress-6.2/html-api/class-wp-html-text-replacement.php+4
- lib/compat/wordpress-6.2/rest-api.php+36-33
- lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-revisions-controller-6-3.php+2-2
- lib/compat/wordpress-6.3/kses.php+17-15
- lib/compat/wordpress-6.3/rest-api.php+8-24
- lib/compat/wordpress-6.3/theme-previews.php+20-17
- lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-controller-6-4.php+269
- lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-revisions-controller-6-4.php+172
- lib/compat/wordpress-6.4/rest-api.php+29
- lib/experimental/behaviors.php-20
- lib/experimental/class--wp-editors.php+4
- lib/experimental/class-wp-rest-block-editor-settings-controller.php+4
- lib/experimental/class-wp-rest-customizer-nonces.php+4
- lib/experimental/interactivity-api/class-wp-directive-context.php+4
- lib/experimental/interactivity-api/class-wp-directive-processor.php+4
- lib/experimental/interactivity-api/class-wp-interactivity-store.php+4
- lib/experimental/interactivity-api/store.php+13-11
- lib/experimental/kses.php+19-18
- lib/experimental/rest-api.php+18-17
- lib/experiments-page.php+22-20
- lib/load.php+5-2
- packages/block-editor/src/components/global-styles/behaviors-panel.js+71
- packages/block-editor/src/components/global-styles/hooks.js+112-4
- packages/block-editor/src/components/global-styles/index.js+3
- packages/block-editor/src/components/global-styles/utils.js+2-1
- packages/block-editor/src/hooks/behaviors.js+5-9
- packages/block-editor/src/store/selectors.js-24
- packages/edit-post/src/editor.js+1-4
- packages/edit-site/src/components/global-styles/global-styles-provider.js+7-2
- packages/edit-site/src/components/global-styles/screen-block.js+15
- packages/edit-site/src/components/global-styles/screen-revisions/index.js+2
- packages/edit-site/src/components/global-styles/screen-revisions/use-global-styles-revisions.js+1
- packages/edit-site/src/components/global-styles/style-variations-container.js+2
- packages/edit-site/src/hooks/push-changes-to-global-styles/index.js+83-46
- packages/react-native-editor/src/index.js-5
- packages/react-native-editor/src/setup.js+3-1
- packages/react-native-editor/src/test/index.test.js+38-24
- phpcs.xml.dist+16
- phpunit/class-gutenberg-rest-global-styles-controller-test.php+5-4
- phpunit/class-gutenberg-rest-global-styles-revisions-controller-test.php+4-1
- test/php/gutenberg-coding-standards/.gitignore+5
- test/php/gutenberg-coding-standards/.phpcs.xml.dist+88
- test/php/gutenberg-coding-standards/Gutenberg/Sniffs/CodeAnalysis/GuardedFunctionAndClassNamesSniff.php+221
- test/php/gutenberg-coding-standards/Gutenberg/Tests/CodeAnalysis/GuardedFunctionAndClassNamesUnitTest.inc+26
- test/php/gutenberg-coding-standards/Gutenberg/Tests/CodeAnalysis/GuardedFunctionAndClassNamesUnitTest.php+39
- test/php/gutenberg-coding-standards/Gutenberg/ruleset.xml+8
- test/php/gutenberg-coding-standards/README.md+3
- test/php/gutenberg-coding-standards/Tests/bootstrap.php+86
- test/php/gutenberg-coding-standards/composer.json+65
- test/php/gutenberg-coding-standards/phpunit.xml.dist+16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
| |||
0 commit comments