Skip to content

Commit

Permalink
Merge pull request #6932 from wordpress-mobile/feature/prefix-support
Browse files Browse the repository at this point in the history
Support prefix transforms
  • Loading branch information
Gerardo Pacheco authored Jun 20, 2024
2 parents 5ca5431 + 44f7e0c commit 6816f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unreleased
* [internal] Fix Inserter items list filtering [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6911]
* [*] Prevent hiding the keyboard when creating new list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6922]
* [*] Fix issue when pasting HTML content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6933]
* [**] Add support prefix transforms [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6932]

1.120.1
---
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 33 files
+3 −0 backport-changelog/6.6/6854.md
+10 −8 changelog.txt
+1 −1 docs/reference-guides/core-blocks.md
+1 −1 gutenberg.php
+4 −4 lib/class-wp-theme-json-gutenberg.php
+6 −3 package-lock.json
+2 −1 package.json
+3 −1 packages/block-editor/src/components/block-toolbar/shuffle.js
+2 −2 packages/block-editor/src/components/global-styles/use-global-styles-output.js
+1 −1 packages/block-editor/src/components/rich-text/event-listeners/input-rules.js
+10 −8 packages/block-editor/src/components/rich-text/index.native.js
+17 −0 packages/block-editor/src/components/rich-text/native/index.native.js
+10 −0 packages/block-library/src/image/style.scss
+4 −0 packages/block-library/src/media-text/style.scss
+30 −0 packages/block-library/src/paragraph/test/__snapshots__/edit.native.js.snap
+99 −0 packages/block-library/src/paragraph/test/edit.native.js
+1 −1 packages/block-library/src/table-of-contents/block.json
+4 −0 packages/blocks/src/api/factory.js
+6 −2 packages/components/CHANGELOG.md
+17 −76 packages/components/src/drop-zone/index.tsx
+51 −16 packages/components/src/drop-zone/style.scss
+16 −1 packages/dataviews/src/dataviews.tsx
+1 −1 packages/dataviews/src/view-list.tsx
+30 −0 packages/edit-site/lib/inflate.js
+30 −0 packages/edit-site/lib/lib-font.browser.js
+30 −0 packages/edit-site/lib/unbrotli.js
+0 −11 packages/edit-site/src/components/block-editor/style.scss
+38 −0 packages/edit-site/src/components/page-pages/index.js
+13 −0 packages/edit-site/src/style.scss
+4 −1 packages/editor/src/components/post-excerpt/index.js
+2 −1 packages/editor/src/components/post-excerpt/panel.js
+1 −0 packages/react-native-editor/CHANGELOG.md
+1 −1 phpunit/class-wp-theme-json-test.php

0 comments on commit 6816f6e

Please sign in to comment.