Integrate pending Gutenberg Mobile 1.79.0 changes#16885
Merged
dcalhoun merged 14 commits intogutenberg/integrate_release_1.79.0from Jul 7, 2022
Merged
Integrate pending Gutenberg Mobile 1.79.0 changes#16885dcalhoun merged 14 commits intogutenberg/integrate_release_1.79.0from
dcalhoun merged 14 commits intogutenberg/integrate_release_1.79.0from
Conversation
When the alt text for a media item is present in the media library, that value should be copied into the Image block when inserted. This behavior avoids the need to re-enter the alt text for each image inserted into the post content.
…aceholder-api Bump Aztec version to v1.5.9
…WordPress-Android into fix/image-block-preserves-alt-text
…rves-alt-text fix: Image block preserves alt text from media library
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
Contributor
|
You can test the Jetpack changes on this Pull Request by downloading an installable build (jetpack-installable-build-pr16885-24fd7e2.apk), or scanning this QR code: |
Contributor
|
You can test the WordPress changes on this Pull Request by downloading an installable build (wordpress-installable-build-pr16885-24fd7e2.apk), or scanning this QR code: |
…ress-mobile/WordPress-Android into gutenberg/after_1.79.0
This line duplicated a line in the 20.3 release.
Contributor
|
Found 1 violations: The PR caused the following dependency changes: \--- project :libs:editor
- +--- org.wordpress:aztec:{strictly v1.5.8} -> v1.5.8
+ +--- org.wordpress:aztec:{strictly v1.5.9} -> v1.5.9
- +--- org.wordpress.aztec:wordpress-shortcodes:{strictly v1.5.8} -> v1.5.8
- | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.6.10 (*)
- | +--- org.wordpress:aztec:v1.5.8 (*)
- | \--- androidx.appcompat:appcompat:1.0.0 -> 1.3.1 (*)
+ +--- org.wordpress.aztec:wordpress-shortcodes:{strictly v1.5.9} -> v1.5.9
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.6.10 (*)
+ | +--- org.wordpress:aztec:v1.5.9 (*)
+ | \--- androidx.appcompat:appcompat:1.0.0 -> 1.3.1 (*)
- +--- org.wordpress.aztec:wordpress-comments:{strictly v1.5.8} -> v1.5.8
- | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.6.10 (*)
- | +--- org.wordpress:aztec:v1.5.8 (*)
- | +--- androidx.legacy:legacy-support-v4:1.0.0 (*)
- | \--- com.google.android.material:material:1.0.0 -> 1.6.0-alpha01 (*)
+ +--- org.wordpress.aztec:wordpress-comments:{strictly v1.5.9} -> v1.5.9
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.6.10 (*)
+ | +--- org.wordpress:aztec:v1.5.9 (*)
+ | +--- androidx.legacy:legacy-support-v4:1.0.0 (*)
+ | \--- com.google.android.material:material:1.0.0 -> 1.6.0-alpha01 (*)
\--- org.wordpress-mobile.gutenberg-mobile:react-native-gutenberg-bridge:5011-30783109c164d4daefb4c101eff1a3179d773fd3
\--- org.wordpress-mobile.gutenberg-mobile:react-native-aztec:5011-30783109c164d4daefb4c101eff1a3179d773fd3
- +--- org.wordpress:aztec:v1.5.8 (*)
+ +--- org.wordpress:aztec:v1.5.8 -> v1.5.9 (*)
- +--- org.wordpress.aztec:wordpress-shortcodes:v1.5.8 (*)
+ +--- org.wordpress.aztec:wordpress-shortcodes:v1.5.8 -> v1.5.9 (*)
- +--- org.wordpress.aztec:wordpress-comments:v1.5.8 (*)
+ +--- org.wordpress.aztec:wordpress-comments:v1.5.8 -> v1.5.9 (*)
\--- org.wordpress.aztec:glide-loader:v1.5.8
- \--- org.wordpress:aztec:v1.5.8 (*)
+ \--- org.wordpress:aztec:v1.5.8 -> v1.5.9 (*)
Please review and act accordingly
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This integrates several pending changes for the Gutenberg Mobile 1.79.0 release.
To test: n/a
Regression Notes
n/a
n/a
n/a
PR submission checklist:
RELEASE-NOTES.txtif necessary.