Skip to content

Commit

Permalink
[RNMobile] Prevent bold headings after autocorrection (#38633)
Browse files Browse the repository at this point in the history
* Point Podfile to Aztec commit.

* Add release notes.

* Remove temporary Aztec commit reference.

* Point RNTAztecView to 1.19.8.

* Update Gutenberg Demo project pods.
  • Loading branch information
twstokes authored Feb 14, 2022
1 parent 603093b commit 8d56c4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
s.dependency 'React-Core'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.7'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.8'

end
1 change: 1 addition & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased
- [*] Fix autocorrected Headings applying bold formatting on iOS [#38633]

## 1.71.1

Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-editor/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ PODS:
- React-Core
- RNTAztecView (1.71.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.7)
- WordPress-Aztec-iOS (1.19.7)
- WordPress-Aztec-iOS (~> 1.19.8)
- WordPress-Aztec-iOS (1.19.8)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -517,8 +517,8 @@ SPEC CHECKSUMS:
RNReanimated: 7d8459391b2f3e1dc6dea919307db4adf4c1d254
RNScreens: ec0e85d1babdd61d7ec78c98072d9e6b62d96ff6
RNSVG: b3b9c40381636e5116894398d72a830be15b7258
RNTAztecView: f94d79714e0f92444dd4b666d304594b8f2b3a79
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
RNTAztecView: 1bbc9f43c8b5746c0ae8a0998430bd07cf21b2b6
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f

PODFILE CHECKSUM: 563423e4045de5607d9ba4dd3a53595bb1a8c8cc
Expand Down

0 comments on commit 8d56c4e

Please sign in to comment.