-
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
Gutenberg: Update to v1.17.0 #12917
Gutenberg: Update to v1.17.0 #12917
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
Generated by 🚫 dangerJS |
Adds paragraph alignment for block editor
Add reference to support for preformatted block.
…ormated_block Enable Preformatted block in Gutenberg.
# Conflicts: # Podfile # Podfile.lock # WordPress/Classes/ViewRelated/Aztec/ViewControllers/AztecPostViewController.swift # WordPress/WordPressShareExtension/ShareExtensionEditorViewController.swift
…media-option [Gutenberg] Implement "Other Apps" media source option
Update Aztec-Editor to 1.12 and add block editor paragraph alignment
Tested: ✅ Send backspace event to JS in more scenarios wordpress-mobile/gutenberg-mobile#1517 |
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 all the changes and did some general smoke testing. Everything looks good!
✅ Activate Preformatted block wordpress-mobile/gutenberg-mobile#1442
✅ Send backspace event to JS in more scenarios wordpress-mobile/gutenberg-mobile#1517 |
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!
This PR updates Gutenberg to v1.15.0
gutenberg-mobile
PR: wordpress-mobile/gutenberg-mobile#1566To test:
Please copy the following checklist into a new comment and mark each test with ✅,⚠️ or ❌ based on your test result. Check the individual PR for testing steps.
⏳ Activate Preformatted block wordpress-mobile/gutenberg-mobile#1442
⏳ Send backspace event to JS in more scenarios wordpress-mobile/gutenberg-mobile#1517
⏳ Generate i18n files for WPAndroid and WPiOS to use wordpress-mobile/gutenberg-mobile#1520
⏳
shouldInteractWithURL
will return always false to avoid crashes wordpress-mobile/gutenberg-mobile#1523⏳ Include the block title in unsupported blocks wordpress-mobile/gutenberg-mobile#1533
⏳ Support copy of url in clipboard. wordpress-mobile/gutenberg-mobile#1537
⏳ Remove custom paragraph options for media-text wordpress-mobile/gutenberg-mobile#1538
⏳ Implement client-defined media options. wordpress-mobile/gutenberg-mobile#1539
⏳ Show new block indicator in default appender too wordpress-mobile/gutenberg-mobile#1542
⏳ Media & Text alignment options wordpress-mobile/gutenberg-mobile#1546
⏳ Prevents selection after ZWSP character wordpress-mobile/gutenberg-mobile#1552
⏳ Fix paste in title wordpress-mobile/gutenberg-mobile#1575
Update release notes:
RELEASE-NOTES.txt
if necessary.