Skip to content
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

Merged
merged 6 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def aztec
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => ''
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => ''
#pod 'WordPress-Editor-iOS', :path => '../AztecEditor-iOS'
pod 'WordPress-Editor-iOS', '~> 1.19.7'
pod 'WordPress-Editor-iOS', '~> 1.19.8'
end

def wordpress_ui
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ PODS:
- Starscream (3.0.6)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (2.0.0)
- WordPress-Aztec-iOS (1.19.7)
- WordPress-Editor-iOS (1.19.7):
- WordPress-Aztec-iOS (= 1.19.7)
- WordPress-Aztec-iOS (1.19.8)
- WordPress-Editor-iOS (1.19.8):
- WordPress-Aztec-iOS (= 1.19.8)
- WordPressAuthenticator (1.43.0):
- Alamofire (~> 4.8)
- CocoaLumberjack (~> 3.5)
Expand Down Expand Up @@ -565,7 +565,7 @@ DEPENDENCIES:
- RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.71.0`)
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (~> 1.19.7)
- WordPress-Editor-iOS (~> 1.19.8)
- WordPressAuthenticator (~> 1.43.0)
- WordPressKit (~> 4.47.0)
- WordPressMocks (~> 0.0.15)
Expand Down Expand Up @@ -828,8 +828,8 @@ SPEC CHECKSUMS:
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
WordPress-Editor-iOS: 20551d5a5e51f29832064f08faaaae8e1da7e1e2
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
WordPressAuthenticator: e4a43745a647e4dc4b35d21b1353bc4f07f9f3c9
WordPressKit: 46f0580eb097ddfab7ab143208f94b44def42632
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
Expand All @@ -847,6 +847,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e

PODFILE CHECKSUM: ca4d734683bfbe3120236b9255854f51086f6c0b
PODFILE CHECKSUM: 1a7d80e07ed1dac48f5bbd8e8d4d215a5430b188

COCOAPODS: 1.11.2
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Copy link
Contributor

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?

Copy link
Contributor Author

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.


19.2
-----
Expand Down