-
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.71.0 #4543
Release 1.71.0 #4543
Conversation
It's not longer required to isolate modules for registering jetpack blocks.
…on-v27 Bump Jest version to v27
…o_develop Merge release 1.70.1 to develop
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.
Changes look right. Tested both WPAndroid and WPiOS, confirmed the editor loads and smoke tested a bit of the editor functionality. Everything appears to be working as expected.
🟡 Writing Flow Test Cases (Android)Tested with build 19.2-rc-1 on a Pixel 5 (Android 12). General
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases |
🟡 Test Suite 4 (Android)Tested with build 19.2-rc-1 on a Pixel 5 (Android 12). DarkMode - 2
Group - 2
Spacer - 2
Buttons - 4
Buttons - 5
Buttons - 7
Editor Theme - 2Color Settings - 2 |
🟢 Test Suite 5 (Android)Tested with build 19.2-rc-1 on a Pixel 5 (Android 12). Video block - 1
Video block - 2
File block - 1
File block - 2
File block - 3
Audio block - 1
Audio block - 2
Audio block - 3
Audio block - 4
Reusable block - 1 Reusable block - 2 Embed block - 1
Embed block - 2
|
🟢 Unsupported Block Tests (Android)Tested with build 19.2-rc-1 on a Pixel 5 (Android 12).
|
🟢 New Changes (iOS)Tested with internal build 19.2.0.20220207 on an iPhone XR (14.7.1).
|
🟡 Writing Flow Test Cases (iOS)Tested with internal build 19.2.0.20220207 on an iPhone XR (14.7.1). General
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases |
🟢 Unsupported Block Tests (iOS)Tested with internal build 19.2.0.20220207 on an iPhone XR (14.7.1).
|
🟢 Test Suite 3 (iOS)Tested with internal build 19.2.0.20220207 on an iPhone XR (14.7.1). Gallery - 2
Gallery - 3
Gallery - 4
Columns - 2
Columns - 3
Columns - 4
MediaText - 3
MediaText - 4Shortcode-1
Cover - 2Identified a couple of small issues with the cover block, but they are relatively minor issues and not regressions, nothing we need to address immediately: Cover block is empty after media is cleared and Inconsistency when replacing media on cover block.
Social Icons - 2
Image - 2
Story block - 1 |
Release for Gutenberg Mobile 1.71.0
Related PRs
Extra PRs that Landed After the Release Was Cut
Change 1
Note, this change also set to be included in a beta release (1.70.2) which is why it isn't included in this release's notes. It addresses a crash on production that affected some users using block-based themes and custom link colors.
Change 2
Non-user facing change that was necessary to cherry-pick in order to fix a failing test on Gutenberg's
trunk
.Changes
Change 1
If an Image block is set as the post's Featured Image, replacing the Image block's media will now prompt the user as to whether they want to replace the Featured Image as well.
Change 2
Font size and line-height support have been introduced for text-based blocks used in block-based themes. These will be available in the block's settings and visible via the in-editor preview as the user changes settings.
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
.