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

Mobile - Add support for the Mark HTML tag and updates Aztec iOS to 1.19.5 #35956

Merged
merged 2 commits into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all 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 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.4'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.5'

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 @@ -13,6 +13,7 @@ For each user feature we should also add a importance categorization label to i
- [**] Search block - Text and background color support [#35511]
- [*] [Embed Block] Fix loading glitch with resolver resolution approach [#35798]
- [**] Block inserter indicates newly available block types [#35201]
- [*] Add support for the Mark HTML tag [#35956]

## 1.64.1
- [**] Fix updating the block list after block removal [#35721]
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 @@ -305,8 +305,8 @@ PODS:
- React-Core
- RNTAztecView (1.64.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.4)
- WordPress-Aztec-iOS (1.19.4)
- WordPress-Aztec-iOS (~> 1.19.5)
- WordPress-Aztec-iOS (1.19.5)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -496,8 +496,8 @@ SPEC CHECKSUMS:
RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e
RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c
RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20
RNTAztecView: 176373bf98fa6f82beb67f99063767ca83ca84b4
WordPress-Aztec-iOS: 870c93297849072aadfc2223e284094e73023e82
RNTAztecView: 7dc60600a65f44cc6375a0daad08a4612d39c3d4
WordPress-Aztec-iOS: af36d9cb86a0109b568f516874870e2801ba1bd9
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf

PODFILE CHECKSUM: db5f67a29ecba75541dad181ff59246b6da2fb09
Expand Down