-
Notifications
You must be signed in to change notification settings - Fork 121
Update Heading, Preformat, and HiddenHtml Spans to allow view-level alignment #899
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
06cc656
Adding view-level alignment handling for headers using AlignmentApproach
mchowning 3376a83
Update ParagraphSpan to use AlignmentApproach
mchowning 0d95d65
Use AlignmentApproach with PreformatSpan
mchowning f5ab51e
Use AlignmentApproach with HiddenHtmlBlock
mchowning 667a448
Update changelog
mchowning b996947
Decouple alignment from gutenbergMode and initialize early
mchowning d697b0b
Use AlignmentApproach with AztecQuoteSpan
mchowning d2d8a5d
Use AlignmentApproach with CaptionShortcodeSpan
mchowning 7701b32
Use AlignmentApproach with list spans
mchowning 88589b6
Add description to AlignmentApproach enum
mchowning 2cad3ce
Check VIEW_LEVEL alignment approach in parser and block tests
mchowning 1238849
Add tests verifying AlignmentApproach does not affect output html
mchowning 3875c09
Use AlignmentApproach with HiddenHtmlSpan
mchowning bff8cac
Disable toggleFormat for alignment when AlignmentApproach is VIEW_LEVEL
mchowning ea627b6
Update AlignmentApproach to AlignmentRendering
mchowning 49237c7
Update Changelog
mchowning File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
12 changes: 12 additions & 0 deletions
12
aztec/src/main/kotlin/org/wordpress/aztec/AlignmentRendering.kt
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| package org.wordpress.aztec | ||
|
|
||
| /** | ||
| * With [SPAN_LEVEL] any alignment must be specified at the span level. Importantly, this | ||
| * means that the View's gravity will always be ignored in determining the rendering of | ||
| * the text's alignment. | ||
| * | ||
| * With [VIEW_LEVEL] alignment, the rendering of alignment is determined by the View's gravity. | ||
| * Note that it is not possible to update the underlying alignment using [AztecText.toggleFormatting] | ||
| * when you are using [VIEW_LEVEL] alignment rendering. | ||
| */ | ||
| enum class AlignmentRendering { SPAN_LEVEL, VIEW_LEVEL } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.