-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Unsupported block editor is on all mobile builds #23592
Merged
guarani
merged 3 commits into
master
from
rnmobile/unsupported-fallback-remove-dev-only-flag
Jul 1, 2020
Merged
Unsupported block editor is on all mobile builds #23592
guarani
merged 3 commits into
master
from
rnmobile/unsupported-fallback-remove-dev-only-flag
Jul 1, 2020
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
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
guarani
added
the
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
label
Jun 30, 2020
This was referenced Jun 30, 2020
etoledom
force-pushed
the
rnmobile/unsupported-fallback-remove-dev-only-flag
branch
from
July 1, 2020 14:32
00a2cd1
to
d7b7b11
Compare
guarani
requested review from
ajitbohra,
chrisvanpatten and
youknowriad
as code owners
July 1, 2020 14:32
etoledom
force-pushed
the
rnmobile/unsupported-fallback-remove-dev-only-flag
branch
from
July 1, 2020 14:39
d7b7b11
to
1c66a2e
Compare
Updated the PR making it possible to enable-disable this feature ( |
marecar3
approved these changes
Jul 1, 2020
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.
LGTM!
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
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.
Description
Previously, mobile's unsupported block editor was only available on development builds. It is now ready to be made available on all builds, so this PR removes that restriction.
Related:
How has this been tested?
Download the test build for iOS: Enable editing of unsupported blocks wordpress-mobile/WordPress-iOS#14403 (comment)
Perform the test cases for the Unsupported Block Editor from Add test case for unsupported block editor wordpress-mobile/test-cases#39
Repeat steps 1 and 2 for the test build for Android: Enable editing of unsupported blocks wordpress-mobile/WordPress-Android#12331 (comment)
Screenshots
Note: the black navigation bar title on the iOS gif below looks like a bug but not part of this PR — I see it on the v15.2 build of WPiOS and have reported it here.
Types of changes
This code introduces a new feature: the ability for users to edit in a web-view blocks that are not yet supported on mobile
Checklist: