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

Add Rich image editing capabilities to Gutenberg #21024

Merged
merged 53 commits into from
Jun 2, 2020

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    5e8769b View commit details
    Browse the repository at this point in the history
  2. Remove image filters

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    720e57f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e168d View commit details
    Browse the repository at this point in the history
  4. Add react-easy-crop

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f3656b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03025d5 View commit details
    Browse the repository at this point in the history
  6. Center crop icon

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    baab84e View commit details
    Browse the repository at this point in the history
  7. Replace image cropping tool

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cc476db View commit details
    Browse the repository at this point in the history
  8. Add crop aspect ratios

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    11a940a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d79072 View commit details
    Browse the repository at this point in the history
  10. Clean up cropper functions

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cc32ad5 View commit details
    Browse the repository at this point in the history
  11. Remove error_log for debug

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5366dfd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c07405c View commit details
    Browse the repository at this point in the history
  13. Add range control for zoom

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a1bb170 View commit details
    Browse the repository at this point in the history
  14. Finish removing filters

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9c895cd View commit details
    Browse the repository at this point in the history
  15. Remove ReactCrop CSS

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d372d3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b96eeef View commit details
    Browse the repository at this point in the history
  17. Fix package.json and lockfile

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a1cf03e View commit details
    Browse the repository at this point in the history
  18. Remove more filter scss

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6db2f6c View commit details
    Browse the repository at this point in the history
  19. Remove unused SCSS variables

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d5c73ee View commit details
    Browse the repository at this point in the history
  20. Name zoom constants

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    0de6203 View commit details
    Browse the repository at this point in the history
  21. Remove redundant inProgress

    ajlende committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    da7c016 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c35716d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    94e090c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a5b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a382f0 View commit details
    Browse the repository at this point in the history
  4. Refactor crop toolbar

    ajlende committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3a821d0 View commit details
    Browse the repository at this point in the history
  5. Add back wrapper div

    ajlende committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b200192 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Remove unused attributes

    ajlende committed May 4, 2020
    Configuration menu
    Copy the full SHA
    24c763a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    1f780dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd318eb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    cb46a13 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Rename files for phpcs

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4b4037e View commit details
    Browse the repository at this point in the history
  2. Rename classes for phpcs

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    401f705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8ac13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    284f16f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2340e58 View commit details
    Browse the repository at this point in the history
  6. Add full stops to comments

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4a320a9 View commit details
    Browse the repository at this point in the history
  7. Rename register image editor

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    96d7bd8 View commit details
    Browse the repository at this point in the history
  8. Refactor get_all_modifiers

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    65b4638 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff50131 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91f5825 View commit details
    Browse the repository at this point in the history
  11. Fix yoda conditions for phpcs

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f2cf507 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8843284 View commit details
    Browse the repository at this point in the history
  13. Refactor route args

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    fe7411d View commit details
    Browse the repository at this point in the history
  14. Add documentation for phpcs

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    edaef9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d318808 View commit details
    Browse the repository at this point in the history
  16. Remove unused variable

    ajlende committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3c9246e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Center the spinner.

    jasmussen committed May 21, 2020
    Configuration menu
    Copy the full SHA
    16b0d54 View commit details
    Browse the repository at this point in the history
  2. Make rich image phase 2

    ajlende committed May 21, 2020
    Configuration menu
    Copy the full SHA
    27f77de View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    6066802 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    674d40d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fix for new prettier version

    ajlende committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    fc648d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4006c43 View commit details
    Browse the repository at this point in the history