-
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.75.0 #4798
Release 1.75.0 #4798
Conversation
🟢 AndroidBuild: WordPress-pr-16410-build-122166.apk Testing the changes
Writing Flow checklistBecause this release includes an Aztec update on Android, I am testing that PR by running through the writing flow checklist. General
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases |
🟢 AndroidBuild: WordPress-pr-16410-build-122377.apk Testing the newly merged changes
|
🟢 iOSBuild: pr18451-1f7da29 Testing the newly merged changes
|
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!
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!
Double approval! 😄 |
🟢 iOS (post-release testing)Build: pr18486-fcf5e2f Writing Flow checklistGeneral
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases |
🟢 Android (post-release testing)Build: 19.8-rc-1 Writing Flow checklistGeneral
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases |
Release for Gutenberg Mobile 1.75.0
Related PRs
Extra PRs that Landed After the Release Was Cut
No extra PRs yet. 🎉
Changes
User-facing changes
Change 1 - KeyboardAvoidingView - Set a background color for the toolbar container
Fixes an issue that could be seen on iPads, where the floating toolbar that's used when an external keyboard is in use left a gap at the bottom of the screen. The floating toolbar now has a set background colour.
Change 2 - Embed block - Fix inline preview cut-off when editing URL
Change 3 - Notice list - Code improvements and bug fixes
Change 4 - Add featured image settings to the Latest Posts block
Change 5 - HTML View - Add a top margin for the title
Internal-only and code improvements
Change 6 - Add constants file to Spacer block
MIN_SPACER_SIZE
constant WordPress/gutenberg#40053 (comment)Change 7 - Set "expanded" version of inserter's "add blocks" text to title case
Change 8 - RichText - Set a default value for selection values
Change 9 - Upgrade to AztecAndroid 1.5.7
Change 10 - Prevent unnecessary re-renders of RichText component due to color palettes prop
RichText
component due to color palettes prop WordPress/gutenberg#40615RichText
component is being re-rendered unnecessarily due tocolorPalette
prop WordPress/gutenberg#39955Change 11 -
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
.