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

[RNMobile] Fix text formatting mode lost after backspace is used #37676

Merged
merged 7 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update WordPress-Aztec-iOS version to 1.19.7
  • Loading branch information
fluiddot committed Jan 5, 2022
commit daa9ac4e2c65c3bbf38afbb4842eca5b9209f47a
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.6'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.7'

end
4 changes: 0 additions & 4 deletions packages/react-native-editor/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ project 'GutenbergDemo.xcodeproj'
require_relative '../../../node_modules/react-native/scripts/react_native_pods'
require_relative '../../../node_modules/@react-native-community/cli-platform-ios/native_modules'

# Changes Aztec reference to last commit from https://github.com/wordpress-mobile/AztecEditor-iOS/pull/1346 PR.
# ONLY FOR TESTING, IT SHOULD BE DELETED ONCE THE AZTEC PR IS MERGED!
pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => 'd68c76ec8f01490c741077dccefc17b17ce19f2d'

# Uncomment the next line to define a global platform for your project
app_ios_deployment_target = Gem::Version.new('13.0')
platform :ios, app_ios_deployment_target.version
Expand Down
20 changes: 6 additions & 14 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.68.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.6)
- WordPress-Aztec-iOS (1.19.6)
- WordPress-Aztec-iOS (~> 1.19.7)
- WordPress-Aztec-iOS (1.19.7)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -367,12 +367,12 @@ DEPENDENCIES:
- RNScreens (from `../../../node_modules/react-native-screens`)
- RNSVG (from `../../../node_modules/react-native-svg`)
- RNTAztecView (from `../../react-native-aztec`)
- WordPress-Aztec-iOS (from `https://github.com/wordpress-mobile/AztecEditor-iOS.git`, commit `d68c76ec8f01490c741077dccefc17b17ce19f2d`)
- Yoga (from `../../../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
- fmt
- WordPress-Aztec-iOS

EXTERNAL SOURCES:
boost:
Expand Down Expand Up @@ -467,17 +467,9 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/react-native-svg"
RNTAztecView:
:path: "../../react-native-aztec"
WordPress-Aztec-iOS:
:commit: d68c76ec8f01490c741077dccefc17b17ce19f2d
:git: https://github.com/wordpress-mobile/AztecEditor-iOS.git
Yoga:
:path: "../../../node_modules/react-native/ReactCommon/yoga"

CHECKOUT OPTIONS:
WordPress-Aztec-iOS:
:commit: d68c76ec8f01490c741077dccefc17b17ce19f2d
:git: https://github.com/wordpress-mobile/AztecEditor-iOS.git

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
BVLinearGradient: f6eff3552b842aac99ff6f21197e57f87cfd956d
Expand Down Expand Up @@ -525,10 +517,10 @@ SPEC CHECKSUMS:
RNReanimated: 7d8459391b2f3e1dc6dea919307db4adf4c1d254
RNScreens: ec0e85d1babdd61d7ec78c98072d9e6b62d96ff6
RNSVG: b3b9c40381636e5116894398d72a830be15b7258
RNTAztecView: bdcd4b1b309ed88241779868bfbba05ca8432795
WordPress-Aztec-iOS: 129276e7d1391acb08157641a54394668bb0d7f8
RNTAztecView: e502408a3c3cb98f513346a179febb91bcd3e528
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f

PODFILE CHECKSUM: 95dc27d322287da9b1ecac989fcfd28dfcd84fcf
PODFILE CHECKSUM: 563423e4045de5607d9ba4dd3a53595bb1a8c8cc

COCOAPODS: 1.10.1