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

Implement Mobiledoc 0.3.2 (text alignment attribute) (continued) #688

Merged
merged 3 commits into from
Jul 16, 2019
Merged

Implement Mobiledoc 0.3.2 (text alignment attribute) (continued) #688

merged 3 commits into from
Jul 16, 2019

Conversation

YoranBrondsema
Copy link
Collaborator

@YoranBrondsema YoranBrondsema commented Jul 15, 2019

Continued work from #682. The tests on CI fail because I'm using pointing to the branches for bustle/mobiledoc-dom-renderer#62 and bustle/mobiledoc-text-renderer#22, and these changes are not merged and not pushed to NPM.

TODO

Other changes

  1. Replaced text for buttons in demo editor with icons from https://material.io/tools/icons/. Looks a bit nicer and the buttons take less space.

Curious to have your thoughts @mixonic and @bantic!

@@ -953,6 +953,10 @@ class Editor {
this.run(postEditor => postEditor.toggleSection(tagName, this.range));
}

setAttribute(key, value) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this is needed, we could just document the postEditor version. But I'm not sure it is harmful. Should get jsdoc.

@mixonic
Copy link
Contributor

mixonic commented Jul 16, 2019

Sauce labs seems to be overloaded, or to have changed the way you are expected to refer to IE11 and friends. Seems odd, and unrelated to these changes which have no reason to be broken on older browsers.

I'm going to land this into master and will cut at least a beta release for immediate testing/use.

@mixonic mixonic merged commit 9d842fb into bustle:master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants