From 85818e330c6bf023a8d21d3301bb0c10d3eb32eb Mon Sep 17 00:00:00 2001 From: WordPress Mobile Bot Account Date: Wed, 20 Dec 2023 07:43:16 -0800 Subject: [PATCH 1/8] Update gutenberg submodule hash to 51c232bb1875dd033f54272b008e229a158afe6b --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index b81790dcf6..51c232bb18 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit b81790dcf6bbf8ec69cd13fae400d8f996a0063a +Subproject commit 51c232bb1875dd033f54272b008e229a158afe6b From 81da625e16d4f2ca9a0b5ae00b405359e839e85d Mon Sep 17 00:00:00 2001 From: WordPress Mobile Bot Account Date: Wed, 20 Dec 2023 09:33:44 -0800 Subject: [PATCH 2/8] Update gutenberg submodule hash to e49f5c3490a72b1b6e92edebadcc86a81bae761a --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index 51c232bb18..e49f5c3490 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 51c232bb1875dd033f54272b008e229a158afe6b +Subproject commit e49f5c3490a72b1b6e92edebadcc86a81bae761a From aee2cefb6e8d8a986455dacb67e2013668d64a62 Mon Sep 17 00:00:00 2001 From: WordPress Mobile Bot Account Date: Fri, 22 Dec 2023 08:13:39 -0800 Subject: [PATCH 3/8] Update gutenberg submodule hash to 87a7a12c7a0b9cf2c7839417be38b64664947b4d --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index e49f5c3490..87a7a12c7a 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit e49f5c3490a72b1b6e92edebadcc86a81bae761a +Subproject commit 87a7a12c7a0b9cf2c7839417be38b64664947b4d From efc21aa42f3b5955e440e0be92ce08b0ba94b29c Mon Sep 17 00:00:00 2001 From: WordPress Mobile Bot Account Date: Fri, 22 Dec 2023 08:23:55 -0800 Subject: [PATCH 4/8] Update gutenberg submodule hash to 8827a4e3dfca22c2a0972746f25166448232d11f --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index cbb10787ac..8827a4e3df 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit cbb10787aca1d6891490e49b7ec1b94364de170d +Subproject commit 8827a4e3dfca22c2a0972746f25166448232d11f From afde90c9d27f6a11085487d55e9655c71031b5dd Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 22 Dec 2023 17:32:05 +0100 Subject: [PATCH 5/8] Update release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c59017c41f..0619553162 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,6 +4,7 @@ Unreleased * [**] Fixes a crash when blockType wrapperProps are not defined [https://github.com/WordPress/gutenberg/pull/56846] * [**] Fix regressions with wrapper props and font size customization [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6459] * [***] Avoid keyboard dismiss when interacting with text blocks [https://github.com/WordPress/gutenberg/pull/57070] +* [**] Auto-scroll upon block insertion [https://github.com/WordPress/gutenberg/pull/57273] 1.109.3 --- From ee23d59c5a91eb4b48b86b2563195e479fc130a2 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Tue, 2 Jan 2024 11:47:33 +0100 Subject: [PATCH 6/8] Update Gutenberg ref with merge commit --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index 8827a4e3df..f364b68461 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 8827a4e3dfca22c2a0972746f25166448232d11f +Subproject commit f364b684613f89456bb4771d3c6a9b4a026a680e From a453e75445f129fd988baabe5f4dc549d7b9c001 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Wed, 27 Dec 2023 13:00:16 +0100 Subject: [PATCH 7/8] Update Release Notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 0619553162..dad0e0fcb5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,6 +5,7 @@ Unreleased * [**] Fix regressions with wrapper props and font size customization [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6459] * [***] Avoid keyboard dismiss when interacting with text blocks [https://github.com/WordPress/gutenberg/pull/57070] * [**] Auto-scroll upon block insertion [https://github.com/WordPress/gutenberg/pull/57273] +* [*] Unselect blocks using the hardware back button (Android) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6483] 1.109.3 --- From f38c4ec49bbf987d0d789c285e7bd0d3efc49723 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Tue, 2 Jan 2024 17:40:47 +0100 Subject: [PATCH 8/8] Update Gutenberg ref --- gutenberg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg b/gutenberg index f364b68461..1ed7ba2471 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit f364b684613f89456bb4771d3c6a9b4a026a680e +Subproject commit 1ed7ba2471b3ff0b42556dec771df2dbaf2e745b