-
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] [Aztec] Prevent headings from becoming bold after words are autocorrected #17844
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
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.
Just leaving a review here. I tested this yesterday in the WPiOS app and it worked well, but when testing in Aztec I noticed a potential blocker: wordpress-mobile/AztecEditor-iOS#1334 (review).
Feel free to re-request a review when ready.
4c771b4
to
2d3eeda
Compare
I've pointed to the latest Aztec commit that hopefully mitigates the issue found. |
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.
Approved via wordpress-mobile/AztecEditor-iOS#1334 (review).
I also tested here with the installable build and the testing steps work as expected and I didn't notice any regressions.
Awaiting approvals on the Gutenberg Mobile side before cutting the new Aztec release. Once the release is cut we'll point to the tag. |
This branch was caught up with the 19.2 release branch so that it would use GB Mobile |
cbac842
to
9e5a5fc
Compare
@fluiddot, since you helped out with the related Gutenberg + Gutenberg Mobile PRs, could you check this PR as well? I have the Podfile pointed to the merged Gutenberg Mobile commit, which if I understand correctly, may need to be tagged before this PR is merged into |
|
@@ -4,6 +4,7 @@ | |||
* [*] Stats: fix navigation between Stats tab. [#17894] | |||
* [*] Add "Copy Link" functionality to Posts List and Pages List [#17911] | |||
* [*] [Jetpack-only] Enables the ability to use and create WordPress.com sites, and enables the Reader tab. [#17914, #17948] | |||
* [*] Block editor: Autocorrected Headings no longer apply bold formatting if they weren't already bold. [#17844] |
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.
If the Gutenberg Mobile ref is not being updated, which would include this fix, I'm wondering whether we should add this entry, wdyt?
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.
That's a good point @fluiddot - I'd leave it out if we were just updating WordPress-Editor-iOS
. After our discussion, though, the plan will be to include the GB Mobile upgrade as well with this PR.
This is working now that the GB Mobile bundle has been generated and we're pointing to that commit. 👍 After the Gutenberg Mobile PR is merged and a tag is created, we'll update this PR. |
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.
As a side note, it would be great to address the warning from Peril (reference) and assign a milestone before merging the PR. |
Thanks for bringing this up @fluiddot! I'm running the same build and haven't been able to reproduce that. 😬 |
This has been pointed to the GB Mobile tag. |
[Gutenberg] [Aztec] Prevent headings from becoming bold after words are autocorrected
This PR upgrades Aztec to version
1.19.8
and points to the Gutenberg Mobile commit that incorporates this change.Related:
To test:
Prerequisites:
Heading
block<strong>
tags don't wrap the text)Regression Notes
PR submission checklist:
RELEASE-NOTES.txt
if necessary.