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

Update aztec to 1.16.0 #1857

Merged
merged 4 commits into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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 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.15.0'
s.dependency 'WordPress-Aztec-iOS', '1.16.0'

end
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 686 files
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ PODS:
- React
- RNTAztecView (1.22.0):
- React-Core
- WordPress-Aztec-iOS (= 1.15.0)
- WordPress-Aztec-iOS (1.15.0)
- WordPress-Aztec-iOS (= 1.16.0)
- WordPress-Aztec-iOS (1.16.0)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -393,8 +393,8 @@ SPEC CHECKSUMS:
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
ReactNativeDarkMode: f61376360c5d983907e5c316e8e1c853a8c2f348
RNSVG: 68a534a5db06dcbdaebfd5079349191598caef7b
RNTAztecView: 8f1559db67161d20d394291a8adca2e473ac365e
WordPress-Aztec-iOS: 004a458e7c4a7b0e6ed1f40695f4ce3b35ba040f
RNTAztecView: 19eb77f908e7d834e35b8f9b323b9069ace39e86
WordPress-Aztec-iOS: 64a2989d25befb5ce086fac440315f696026ffd5
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

PODFILE CHECKSUM: 2ca635b0121a10753500623fbaee9edd0fe6ef92
Expand Down
3 changes: 1 addition & 2 deletions react-native-aztec/ios/RNTAztecView/RCTAztecView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ class RCTAztecView: Aztec.TextView {
delegate = self
textContainerInset = .zero
contentInset = .zero
textContainer.lineFragmentPadding = 0
Aztec.Metrics.listTextIndentation = 24
textContainer.lineFragmentPadding = 0
addPlaceholder()
textDragInteraction?.isEnabled = false
storage.htmlConverter.characterToReplaceLastEmptyLine = Character(.zeroWidthSpace)
Expand Down