-
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.43.0 #2874
Release 1.43.0 #2874
Conversation
Bumps [jetpack](https://github.com/Automattic/jetpack) from `3ae959f` to `19dafe9`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@3ae959f...19dafe9) Signed-off-by: dependabot[bot] <[email protected]>
…jetpack-19dafe9 Bump jetpack from `3ae959f` to `19dafe9`
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `ad45c48` to `e8c58e1`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@ad45c48...e8c58e1) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-e8c58e1
…a-library Adding WPMediaLibrary source to File block
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `b18fc28` to `86977ae`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@b18fc28...86977ae) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jetpack](https://github.com/Automattic/jetpack) from `19dafe9` to `228aa63`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@19dafe9...228aa63) Signed-off-by: dependabot[bot] <[email protected]>
…gutenberg-86977ae Bump gutenberg from `b18fc28` to `86977ae`
…jetpack-228aa63 Bump jetpack from `19dafe9` to `228aa63`
Hey @jd-alexander @guarani 👋 If it's ok I'd like to include this bug fix in the release #2877? I pointed the PRs are the release branches to make adding the changes a bit easier as long as we're good to go with them. |
DarkMode-1
To fix:
Group-1
Spacer-1
Buttons-1
Buttons-2
Buttons-3Button-6Note: I wish the toggling of the Open in new tab didn't remove the rel link field unless it was the same as the default. Currently it removes the rel link into if I made any changes to it and I toggle off the "Open in new tab" toggle.
Color Settings - 1
Note: When you have a gradiant selected the switching is not as smooth as it could be since the "Customize Gradiant" field show up and moved everything about a it. Note: that if we have a blue or purple color selected. (one of the last colours) it doesn't scroll to that colour at all. I would expect it to scroll to the end if the blue or purple colour is selected. |
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
Copying this over because I ran into a GitHub bug that deleted the original comment These cases were tested yesterday (12/8) against a local build pointed at wordpress-mobile/WordPress-iOS@65c7c45 Running on an iPhone 11, iOS 13.5.1 Gallery - 1
Gallery - 2
Gallery - 3
Columns - 1
Columns - 2
|
Finishing up my test cases today on iOS. Using a local build from: wordpress-mobile/WordPress-iOS@cdbcb78 Running on an iPhone 11, iOS 13.5.1 Columns - 3
Cover - 1
Editor Theme - 1
Social Icons - 1 |
Ran this set using a local build from: wordpress-mobile/WordPress-iOS@cdbcb78 and merged in the changes from iOS Running on an iPhone 11, iOS 13.5.1 Gallery - 1
Gallery - 2
MediaText - 1
MediaText - 2
MultipleUpload - 1
|
Hey @chipsnyder thanks for the tests!
Based on discussions I'm seeing in Slack, this is an issue on Android and Gutenberg web (WordPress/gutenberg#27616), too. It doesn't look like a blocker to me either.
Looks like the test needs updating.
I couldn't reproduce (testing on iOS), adjusting the min height and publishing the changes, I saw the updated height in the web page.
I couldn't reproduce this either (creating a Cover block on the web resulted in the focal point being shown correctly on th mobile editor, and I could also set the focal point on the web using a post created on mobile). |
Hey @guarani
I went back to test this one again and I wasn't able to reproduce it again. I reopened the post where I have the issue though and realized I created it in a nested columns block so this seems like a weird case that probably isn't realistic.
I skimmed over the steps on this one |
Thanks for checking @chipsnyder! Looks all good then 👍 |
Performed writing flow tests using build 39071 on iPhone 11, iOS 14.2. Writing Flow checklistGeneral
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases
IssuesTC001 - Paste formatted text copied from websiteOn a long post, if a block has keyboard focus while off-screen, and I tap text in an on-screen block, instead of just showing the keyboard and allowing me to type into the on-screen block, the editor scrolls all the way down to the off-screen block that previously had keyboard focus. Note: Not a new regression (reproduced as far back as WPiOS 16.2, Gutenberg Mobile 1.41). TC001 - Multiline componentsWhen pasting code into a Preformatted block, new lines are removed (e.g. copying code from Stack Overflow). When pressing Enter/Return to create a new line, the text after the new line is outside the blocks closing Note: Not a new regression (reproduced as far back as WPiOS 16.2, Gutenberg Mobile 1.41). TC001 - Undo/redo block actionsI lose the ability to redo after deleting blocks, undoing their removal, and trying to redo (to delete them again). Note: Not a new regression (reproduced as far back as WPiOS 16.2, Gutenberg Mobile 1.41). |
Performed writing flow tests using alpha-261(16.4) on Google Pixel 4 XL, Android 11. Writing Flow checklistGeneral
Rich Text Format
Splitting and merging
Undo / Redo - Test Cases
IssuesTC001 - Multiline components - Pullquote & QuoteWhen you create a Pullquote or Quote and you press enter multiple times in the middle of the block's content it starts moving the cursor a character forward and then it puts that character on a new line. |
Android takeaway In response to the writing flow tests done on iOS TC001 - Paste formatted text copied from websiteI did not notice this behavior on Android. I can do another test tomorrow to see if I can reproduce this behavior but so far I haven't. I also think the scrolling component for the keyboard is implemented differently so the issue is more likely specific to iOS. Nonetheless, after an investigation, we can conclude its origins. TC001 - Multiline components
On Android, I did not notice this bug as the lines are were formatted exactly like the source. TC001 - Undo/redo block actionsI did not notice this on Android. I am going to replay my device screen tomorrow if necessary to further assist with comparing the behavior on both platforms. |
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.
Verified there are no remaining blockers and tested File block, heading fix, and crash fix on WPAndroid and WPiOS builds and everything is looking good!
Release for Gutenberg Mobile 1.43.0
Related PRs
Extra PRs that Landed After the Release Was Cut
Changes
Test plan
Release Submission Checklist
RELEASE-NOTES.txt
andgutenberg/packages/react-native-editor/CHANGELOG.md
are updated with all the changes that made it to the release.