-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.111.0 #6554
Release 1.111.0 #6554
Conversation
@@ -33,7 +33,6 @@ | |||
<string name="gutenberg_native_add_url" tools:ignore="UnusedResources">Add URL</string> | |||
<string name="gutenberg_native_add_video" tools:ignore="UnusedResources">Add video</string> | |||
<string name="gutenberg_native_address_settings" tools:ignore="UnusedResources">Address Settings</string> | |||
<string name="gutenberg_native_alt_text" tools:ignore="UnusedResources">Alt Text</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed because it was added in core Gutenberg in https://github.com/WordPress/gutenberg/pull/57909/files#diff-9c023b571e7096ee646e148e20f4bb1454bdfcf0aceefc2a2b613cd604ebca65R34
@@ -394,6 +393,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> | |||
<string name="gutenberg_native_video_caption_empty" tools:ignore="UnusedResources">Video caption. Empty</string> | |||
<!-- translators: accessibility text. %s: video caption. --> | |||
<string name="gutenberg_native_video_caption_s" tools:ignore="UnusedResources">Video caption. %s</string> | |||
<string name="gutenberg_native_waiting_for_connection" tools:ignore="UnusedResources">Waiting for connection</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of the Media Upload improvements https://github.com/WordPress/gutenberg/pull/56937/files#diff-7293d2894b8d052856d29cabd7e46010cc719d11ed6fbe2652199174733d106fR163
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Release for Gutenberg Mobile 1.111.0
Related PRs
Changes
Change 1: Added custom error message for image block uploads when there is no internet connection
With this change, a custom message is now displayed for media uploads that are paused due to a lack of an internet connection.
PR with testing instructions: WordPress/gutenberg#56937
Change 2: Added in-editor notice when a network connection is unavailable
A visual indicator will now be shown to users when working offline within the mobile editor.
PR with testing instructions: WordPress/gutenberg#56934
Change 3: Fixed missing custom colour indicator for custom gradients
As described in WordPress/gutenberg#42017, a UI regression led to there being no indication when a custom gradient was selected. The fix will be included with this release.
PR with testing instructions: WordPress/gutenberg#57605
Test plan
Once the installable builds of the main apps are ready, perform a quick smoke test of the editor on both iOS and Android to verify it launches without crashing. We will perform additional testing after the main apps cut their releases.
Release Submission Checklist
RELEASE-NOTES.txt
is updated with all the changes that made it to the release. ReplaceUnreleased
section with the release version and create a newUnreleased
section.gutenberg/packages/react-native-editor/CHANGELOG.md
is updated with all the changes that made it to the release. Replace## Unreleased
with the release version and create a new## Unreleased
.