-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Update gesture handler and reanimated libraries #18065
Merged
fluiddot
merged 5 commits into
gutenberg/1.72.0-changes
from
gutenberg/drag-and-drop/update-gesture-and-animation-deps
Mar 14, 2022
Merged
[Gutenberg] Update gesture handler and reanimated libraries #18065
fluiddot
merged 5 commits into
gutenberg/1.72.0-changes
from
gutenberg/drag-and-drop/update-gesture-and-animation-deps
Mar 14, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
fluiddot
commented
Mar 2, 2022
Generated by 🚫 dangerJS |
twstokes
reviewed
Mar 2, 2022
Co-authored-by: Tanner Stokes <tanner.stokes@automattic.com>
geriux
approved these changes
Mar 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fluiddot
deleted the
gutenberg/drag-and-drop/update-gesture-and-animation-deps
branch
March 14, 2022 17:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gutenberg Mobile PR: wordpress-mobile/gutenberg-mobile#4615
This PR updates the Gutenberg Mobile reference to add newer versions of the following libraries, which are native dependencies of Gutenberg:
react-native-gesture-handler
react-native-reanimated
NOTE 1: This PR will be merged into
gutenberg/1.72.0-changes
branch instead oftrunk
due we don't know on which Gutenberg Mobile release will be incorporated, therefore all native changes should be put on hold until the next release is planned.NOTE 2: This PR also includes the changes from #17844 (Autocorrected Headings no longer apply bold formatting if they weren't already bold).
To test:
Follow testing instructions from WordPress/gutenberg#39098.
Regression Notes
Potential unintended areas of impact
It should only impact the editor hence, I don't foresee any potential unintended areas of impact.
What I did to test those areas of impact (or what existing automated tests I relied on)
N/A
What automated tests I added (or what prevented me from doing so)
N/A
PR submission checklist:
RELEASE-NOTES.txt
if necessary.