Skip to content

Commit

Permalink
Update Gutenberg ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Oct 25, 2023
1 parent fdf836e commit ca648da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 61 files
+10 −0 .github/workflows/rnmobile-android-runner.yml
+17 −7 .github/workflows/rnmobile-ios-runner.yml
+3 −3 docs/contributors/code/react-native/README.md
+3 −29 docs/contributors/code/react-native/getting-started-react-native.md
+6 −6 docs/manifest.json
+2 −2 docs/toc.json
+11 −12 lib/compat/wordpress-6.4/block-patterns.php
+0 −24 lib/compat/wordpress-6.4/blocks.php
+0 −75 lib/compat/wordpress-6.4/class-gutenberg-rest-blocks-controller-6-4.php
+0 −45 lib/compat/wordpress-6.4/class-gutenberg-rest-pattern-categories-controller.php
+0 −2 lib/load.php
+25,433 −29,776 package-lock.json
+2 −2 package.json
+1 −1 packages/base-styles/_mixins.scss
+1 −1 packages/block-editor/src/components/block-styles/style.scss
+4 −0 packages/block-editor/src/components/link-control/search-item.js
+1 −4 packages/block-editor/src/components/link-control/use-search-handler.js
+7 −5 packages/block-library/src/query/edit/enhanced-pagination-modal.js
+18 −9 packages/block-library/src/query/edit/inspector-controls/enhanced-pagination-control.js
+14 −7 packages/block-library/src/query/utils.js
+123 −0 packages/edit-site/src/components/actions/index.js
+0 −55 packages/edit-site/src/components/actions/trash-post.js
+0 −28 packages/edit-site/src/components/dataviews/field-actions.js
+69 −0 packages/edit-site/src/components/dataviews/item-actions.js
+2 −2 packages/edit-site/src/components/dataviews/view-grid.js
+2 −2 packages/edit-site/src/components/dataviews/view-list.js
+16 −2 packages/edit-site/src/components/page-pages/index.js
+3 −1 packages/edit-site/src/hooks/commands/use-edit-mode-commands.js
+0 −1 packages/editor/src/components/index.js
+1 −0 packages/editor/src/components/post-author/select.js
+0 −119 packages/editor/src/components/post-taxonomies/pattern-categories-selector.js
+0 −97 packages/patterns/src/components/category-editor.js
+53 −36 packages/patterns/src/components/category-selector.js
+31 −44 packages/patterns/src/components/create-pattern-modal.js
+1 −1 packages/patterns/src/components/rename-pattern-category-modal.js
+0 −23 packages/patterns/src/components/style.scss
+0 −3 packages/patterns/src/private-apis.js
+5 −0 packages/react-native-editor/.gitignore
+0 −44 packages/react-native-editor/__device-tests__/CONTRIBUTING.md
+84 −48 packages/react-native-editor/__device-tests__/README.md
+13 −18 packages/react-native-editor/__device-tests__/[email protected]
+1 −106 packages/react-native-editor/__device-tests__/gutenberg-editor-device-actions.test.js
+1 −77 packages/react-native-editor/__device-tests__/gutenberg-editor-drag-and-drop.test.js
+6 −7 packages/react-native-editor/__device-tests__/[email protected]
+1 −1 packages/react-native-editor/__device-tests__/gutenberg-editor-rendering-media-blocks.test.js
+1 −1 packages/react-native-editor/__device-tests__/gutenberg-editor-search.test.js
+17 −12 packages/react-native-editor/__device-tests__/helpers/caps.js
+30 −0 packages/react-native-editor/__device-tests__/helpers/get-android-emulator-id.js
+5 −3 packages/react-native-editor/__device-tests__/helpers/serverConfigs.js
+2 −2 packages/react-native-editor/__device-tests__/helpers/test-data.js
+210 −253 packages/react-native-editor/__device-tests__/helpers/utils.js
+91 −121 packages/react-native-editor/__device-tests__/pages/editor-page.js
+30 −0 packages/react-native-editor/bin/test-e2e-setup.sh
+53 −18 packages/react-native-editor/jest_ui_setup_after_env.js
+2 −1 packages/react-native-editor/package.json
+91 −82 packages/sync/src/y-webrtc/crypto.js
+756 −574 packages/sync/src/y-webrtc/y-webrtc.js
+24 −29 test/performance/fixtures/perf-utils.ts
+1 −0 test/performance/playwright.config.ts
+1 −3 test/performance/specs/post-editor.spec.js
+2 −4 test/performance/specs/site-editor.spec.js

0 comments on commit ca648da

Please sign in to comment.