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

Text align block controls #60

Closed
wants to merge 20 commits into from
Closed

Text align block controls #60

wants to merge 20 commits into from

Commits on Feb 9, 2017

  1. Merge pull request #1 from WordPress/master

    Merge in changes.
    BE-Webdesign authored Feb 9, 2017
    Configuration menu
    Copy the full SHA
    a8743b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fd749 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Add text block controls for alignment.

    Adds text level block controls for alignment.
    BE-Webdesign committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    5203b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe7e1c View commit details
    Browse the repository at this point in the history
  3. Revert text alignment commits.

    Revert text alignment to be in sync with main repo.
    BE-Webdesign committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    f04c25c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b07c15 View commit details
    Browse the repository at this point in the history
  5. Revert changes to blocks.js

    Revert stuff.
    BE-Webdesign committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    1f06e13 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Change append and remove by classList functions instead.

    The usage of apend strings was causing a bug where the same class was added N times as the element
    was selected so in order to prevent this we can just make a switch to the functions provided by
    classList with the same behavior:
    
    - add
    - remove
    mitogh committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    d7ae47c View commit details
    Browse the repository at this point in the history
  2. Add controls for the block

    mitogh committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    47840ab View commit details
    Browse the repository at this point in the history
  3. Add class from the parameter into the selected block

    This change uses a new line instead of the second argument to add a new class, because the multiple
    paremeters is not supported on IE 10.
    mitogh committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    12fdeb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec197f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    043d62d View commit details
    Browse the repository at this point in the history
  2. Reset classes when required otherwise multiple behavors are attached

    Previously add was not reseting to the original state of each block.
    mitogh committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    d45dfee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    632a2c6 View commit details
    Browse the repository at this point in the history
  4. Add event handlers to the text block's block level controls. This ena…

    …bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
    BE-Webdesign committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    7f60d7e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from mitogh/use-classlist

    Use classlist instead of appending and removing class names
    mcsf authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    c0391f5 View commit details
    Browse the repository at this point in the history
  6. Add event handlers to the text block's block level controls. This ena…

    …bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
    BE-Webdesign committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    0075cd0 View commit details
    Browse the repository at this point in the history
  7. Resolve conflicts

    BE-Webdesign committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    59ba2e5 View commit details
    Browse the repository at this point in the history
  8. Add event handlers to the text block's block level controls. This ena…

    …bles headings, and paragraphs to properly change from left aligned, to center, or right aligned. The CSS currently only supports paragraphs, headings 1-6, and blockquote HTML elements.
    BE-Webdesign committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    4f3e424 View commit details
    Browse the repository at this point in the history
  9. Resolving conflicts

    BE-Webdesign committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    0a5f64c View commit details
    Browse the repository at this point in the history