-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Integrate gutenberg release 1.33.1 #14599
Conversation
When the @-mentions UI is shown in the Gutenberg editor, there is now a hit area above it that is visible no matter what the screen size. This allows the list to be dismissed easily.
You can trigger an installable build for these changes by visiting CircleCI here. |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
…ismiss Add hit area to suggestions UI to allow dismissing on smaller devices
Tests@-mentions test cases
Writing Flow checklist:
|
@guarani I saw the same thing and I remember this didn't happen when I was testing 1.34.0 here. It also didn't create multiple images. I went and checked again with 1.34.0 (build 32569) and now it's also creating this extra list block and multiple images. I believe in this case it's an HTML change. |
Thanks for checking @ceyhun, that seemed to be the most likely case (and wrt the multiple images). I also have another question that maybe you can help answer, does the Pull Quote citation support multiple lines on iOS? The test cases seem to say yes, but I couldn't get it to work. |
@guarani For me it works, did you try pressing enter in the middle of a caption? In the test cases it's noted:
|
Writing Flow checklist:
Looking good on my side 🎉 |
That was it 👍 thanks! I think I might have not seen that because it mentions captions and below it's citations, I can fix that in a PR later. |
Went over the User Mentions - Test Cases as well and it looks great 🎉 |
It's looking good from my side as well! 🎉 I can also confirm that after @-mentioning a user, an email is received: |
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.
Tested and approved! 🎉
This PR incorporates the 1.33.1 release of gutenberg-mobile. For details about the changes included in this PR and testing instructions please see the related gutenberg-mobile PR: wordpress-mobile/gutenberg-mobile#2538
PR submission checklist:
RELEASE-NOTES.txt
if necessary.