-
Notifications
You must be signed in to change notification settings - Fork 57
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
1.23.0 Release -> Master #1924
1.23.0 Release -> Master #1924
Conversation
…e into add/stepper-gallery-settings # Conflicts: # gutenberg
Fix gallery size labels
* update ref * Update ref * update ref * update ref * update ref * update ref to master (adjust vertical margins) * update ref Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com>
* update ref to master (open group block for production)
* Add ref to gutenberg repo * Update ref and add react-native-linear-gradient lib * Update android in gutenberg-bridge * Add react-native-linear-gradient podspec * Update .flowconfig * Regenerate yarn.lock * add min and max width for iOS aztec * Use linear gradient lib from fork * Fix iOS * Use linear gradient lib from gb-mobile fork * Revert changes in initial html * Use sizeThatFits instead of introduced new function * Update ref and add color * Generate bundles for testing purposes * Generate fresh bundle * Remove bundle * Revert bundle changes * Revert bundles * Update ref after merge
Fix layout issue in Shortcode
Gallery-1
Gallery-2
Gallery-3
Gallery-4
|
[FIX] inserter
Update GB reference.
Sanity tests (iOS) Tested on device iPhone XS 13.3.1 Button-1
Button-2
Button-3
Button-4 |
Sanity test (iOS) Group-1
DarkMode-1(iOS)
DarkMode-2(iOS)
Spacer-1
@pinarol When Group has more than one item the selection goes to block before removed one which I think is something that we expect. |
@jbinda Thanks for reporting that. It is not a regression or a bug. Actually that looks pretty expected to me, I tried the same scenario and it felt natural. We can do some fine tuning about that kind of details at some point but it is a pretty new block, let’s give it some time and see what kind of user feedback we’ll have soon. |
@jbinda I'd consider that an edge case but still, let's track it with an issue, could you be able to open one? |
Override set instead of didSet to avoid cross changes of calling super.set
…ssues Issue/1916 fix align issues
I tested all the changes with the latest code and everything looks good to me. In particular, I tested:
The issue with closing and reopening a post while an image is uploading (#1928) was determined to be enough of an edge case that it did not need to be fixed for this release. Likewise, I agree with @pinarol 's opinion that the placeholder issue with deeply nested blocks (#1935) is an edge case that does not need to be addressed for this release. |
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.
Looks good! Did one last check of the newly merged PRs:
- Fix Insertion point marker shown without the Inserter open #1894 Fix inserter
- Fix title with emojis #1930 Make sure strong tags are removed from title
- Issue/1916 fix align issues #1938 Fix alignment issues on iOS
And I spot checked the remaining PRs as well. Seems like we got good coverage testing this release. Approved!
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.
I did a general smoke test of the functionality and then just focused on these two issues:
- Text align on paragraphs on iOS
- Emoji on titles
- Upload of image in the gallery block
All is looking good!
Update release notes
Release for Gutenberg Mobile v1.23.0
Related PRs
WPAndroid: wordpress-mobile/WordPress-Android#11331
WPiOS: wordpress-mobile/WordPress-iOS#13485
FluxC-Android: N/A
Aztec-Android: N/A
Aztec-iOS: N/A
Gutenberg: TBD
WPiOS after: TBD
WPAndroid after: TBD
Other repos: No changes in other repos
Merge to gutenberg-mobile
master
todevelop
: TBDExtra PRs that Landed After the Release Was Cut
#1894 Fix inserter
#1930 Make sure strong tags are removed from title
#1938 Fix alignment issues on iOS
Changes
Gathered via
git log v1.22.0..release/1.23.0 --first-parent --oneline
and trimmed based on whether the change is functional.PR Submission Checklist
RELEASE-NOTES.txt
if necessary.