Update Aztec-Editor to 1.12 and add block editor paragraph alignment#12929
Update Aztec-Editor to 1.12 and add block editor paragraph alignment#12929hypest merged 10 commits intogutenberg/release-1.17.0from
Conversation
Adds paragraph alignment for block editor
|
You can trigger an installable build for these changes by visiting CircleCI here. |
|
With @SergioEstevao 's update to the AztecEditor, I needed to add a default color for the blockquote background color. Although my change looked fine to me, I'm not especially confident that the color I picked is the best option. It's worth having a particularly skeptical look at those changes. |
|
@mchowning I hope you don't mind but I updated the colors values in your PR to set the quote and pre backgrounds. Here is how it looks now: |
|
@SergioEstevao Are we using system grays in Aztec? I would probably use a lighter gray on light mode, but I think dark mode looks fine. I'm curious which specific colors we are using here for blockquote/pre – in light mode and dark mode? |
We are using the new Muriel pallete |
|
Ah, ok – the screenshot's colors looked slightly different from the current values on Color Studio, so maybe it's just a color profile thing in the screenshot. We can just use the same backgound color for both pre and quote. So in other words, |
# Conflicts: # Podfile # Podfile.lock # WordPress/Classes/ViewRelated/Aztec/ViewControllers/AztecPostViewController.swift # WordPress/WordPressShareExtension/ShareExtensionEditorViewController.swift
|
@iamthomasbishop update the color in pre to be the same in quote. The issue with the screenshots it's because I have True Tone activated on my laptop. It messes the colors a bit. |


This updates the AztecEditor to version 1.12 and brings in the changes for paragraph alignment that needed that update.
To test:
TODO
Update release notes
RELEASE-NOTES.txtif necessary.