Skip to content

Commit

Permalink
Update Gutenberg ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Apr 25, 2024
1 parent b5afe64 commit 673efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 41 files
+1 −1 docs/manifest.json
+3 −3 docs/reference-guides/data/data-core.md
+7 −5 docs/reference-guides/theme-json-reference/theme-json-living.md
+24 −0 docs/reference-guides/theme-json-reference/theme-json-migrations.md
+336 −0 docs/reference-guides/theme-json-reference/theme-json-v2.md
+1 −1 lib/class-wp-theme-json-data-gutenberg.php
+36 −32 lib/class-wp-theme-json-gutenberg.php
+8 −5 lib/class-wp-theme-json-resolver-gutenberg.php
+59 −2 lib/class-wp-theme-json-schema-gutenberg.php
+2 −1 lib/theme.json
+2 −0 packages/block-editor/src/components/global-styles/hooks.js
+21 −17 packages/block-editor/src/components/global-styles/typography-panel.js
+4 −0 packages/block-editor/src/hooks/utils.js
+16 −0 packages/block-editor/src/utils/object.js
+3 −3 packages/core-data/README.md
+13 −9 packages/docgen/lib/get-type-annotation.js
+20 −0 packages/docgen/test/get-type-annotation.js
+1 −1 phpunit/class-wp-rest-global-styles-controller-gutenberg-test.php
+77 −5 phpunit/class-wp-theme-json-schema-test.php
+35 −47 phpunit/class-wp-theme-json-test.php
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json
+1 −1 phpunit/data/themedir1/block-theme-child/styles/variation-a.json
+1 −1 phpunit/data/themedir1/block-theme-child/styles/variation-b.json
+1 −1 phpunit/data/themedir1/block-theme-child/theme.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation-a.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation-b.json
+1 −1 phpunit/data/themedir1/block-theme/styles/variation.json
+1 −1 phpunit/data/themedir1/block-theme/theme.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-duplicate-fonts.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-family.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-variations.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/styles/variation-no-fonts.json
+1 −1 phpunit/data/themedir1/fonts-block-theme/theme.json
+6 −1 schemas/json/theme.json
+1 −1 test/emptytheme/styles/variation.json
+1 −1 test/emptytheme/theme.json
+1 −1 test/gutenberg-test-themes/style-variations/styles/pink.json
+1 −1 test/gutenberg-test-themes/style-variations/styles/yellow.json
+1 −1 test/gutenberg-test-themes/style-variations/theme.json

0 comments on commit 673efbb

Please sign in to comment.