Skip to content

Commit

Permalink
Merge branch 'trunk' into release/1.120.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	gutenberg
#	ios-xcframework/Podfile.lock
#	package-lock.json
#	package.json
  • Loading branch information
Gerardo committed Jun 6, 2024
2 parents 704b68e + 7191718 commit 066eae0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 71 deletions.
2 changes: 0 additions & 2 deletions .circleci/cache-version

This file was deleted.

68 changes: 0 additions & 68 deletions .circleci/setup-android-on-ubuntu.sh

This file was deleted.

5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Unreleased
* [*] Prevent deleting content when backspacing in the first Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6894]
* [internal] Adds new bridge functionality to set editor content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6878]

1.119.1
---
* [*] Image corrector - Check the path extension is a valid one [https://github.com/WordPress/gutenberg/pull/62190]
* [*] Unsupported block - UI improvements [https://github.com/WordPress/gutenberg/pull/62240]

1.119.0
---
* [*] Cancel failed or in progress uploads if the media block is removed [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6841]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
expect( screenshot ).toMatchImageSnapshot();
} );

it( 'should display the block outline of a block inserted from the appender', async () => {
// Disabled until we fix the current regression with the inserter
it.skip( 'should display the block outline of a block inserted from the appender', async () => {
await editorPage.initializeEditor();

await editorPage.addNewBlock( blockNames.socialIcons );
Expand Down

0 comments on commit 066eae0

Please sign in to comment.