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 support for Image Optimizer #17749

Merged
merged 51 commits into from Oct 16, 2020
Merged

Add support for Image Optimizer #17749

merged 51 commits into from Oct 16, 2020

Commits on Oct 8, 2020

  1. Copy the full SHA
    0d61e66 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Fix several bugs

    styfle committed Oct 9, 2020
    Copy the full SHA
    19c4680 View commit details
    Browse the repository at this point in the history
  2. Fix relative urls

    styfle committed Oct 9, 2020
    Copy the full SHA
    7920ad5 View commit details
    Browse the repository at this point in the history
  3. Add initial test fixture

    styfle committed Oct 9, 2020
    Copy the full SHA
    b5ad58d View commit details
    Browse the repository at this point in the history
  4. Add tests

    styfle committed Oct 9, 2020
    Copy the full SHA
    689f7c1 View commit details
    Browse the repository at this point in the history
  5. Add missing header

    styfle committed Oct 9, 2020
    Copy the full SHA
    6d2c58d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Update per review comments

    styfle committed Oct 10, 2020
    Copy the full SHA
    3257808 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5e258d View commit details
    Browse the repository at this point in the history
  3. Remove test repo

    styfle committed Oct 10, 2020
    Copy the full SHA
    db041fc View commit details
    Browse the repository at this point in the history
  4. Run lint

    styfle committed Oct 10, 2020
    Copy the full SHA
    bbdfd60 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Regenerate yarn.lock

    styfle committed Oct 12, 2020
    Copy the full SHA
    b5f1dfc View commit details
    Browse the repository at this point in the history
  2. Remove sharp from pnp test

    styfle committed Oct 12, 2020
    Copy the full SHA
    7e33323 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    23ea3bf View commit details
    Browse the repository at this point in the history
  4. Use env property

    styfle committed Oct 12, 2020
    Copy the full SHA
    60b7221 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    05c3cc3 View commit details
    Browse the repository at this point in the history
  6. Use exact version

    styfle committed Oct 12, 2020
    Copy the full SHA
    4118aa2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0eeba5c View commit details
    Browse the repository at this point in the history
  8. Add cache expiration

    styfle committed Oct 12, 2020
    Copy the full SHA
    cd4e387 View commit details
    Browse the repository at this point in the history
  9. Regenerate yarn.lock

    styfle committed Oct 12, 2020
    Copy the full SHA
    44bc0d9 View commit details
    Browse the repository at this point in the history
  10. Add unit tests for getMaxAge()

    styfle committed Oct 12, 2020
    Copy the full SHA
    7e5233d View commit details
    Browse the repository at this point in the history
  11. Fix typo

    styfle committed Oct 12, 2020
    Copy the full SHA
    170ce0f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    88f82ac View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    38273f6 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    14b0538 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Fallback to png and jpeg

    styfle committed Oct 13, 2020
    Copy the full SHA
    e1d6586 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d24cf43 View commit details
    Browse the repository at this point in the history
  3. Add tests for other file types

    styfle committed Oct 13, 2020
    Copy the full SHA
    5093267 View commit details
    Browse the repository at this point in the history
  4. Clean up tests

    styfle committed Oct 13, 2020
    Copy the full SHA
    081cbb5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2dd646d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    254df71 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Apply suggestions from JJ

    Co-authored-by: JJ Kasper <jj@jjsweb.site>
    styfle and ijjk committed Oct 14, 2020
    Copy the full SHA
    a53ce3e View commit details
    Browse the repository at this point in the history
  2. Add parsedUrl parameter

    styfle committed Oct 14, 2020
    Copy the full SHA
    866142c View commit details
    Browse the repository at this point in the history
  3. Update cache fs test

    styfle committed Oct 14, 2020
    Copy the full SHA
    6d591ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d7b0ccc View commit details
    Browse the repository at this point in the history
  5. Add defaults per timneutkens

    styfle committed Oct 14, 2020
    Copy the full SHA
    4233849 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    55dc28d View commit details
    Browse the repository at this point in the history
  7. Run prettier

    styfle committed Oct 14, 2020
    Copy the full SHA
    532a164 View commit details
    Browse the repository at this point in the history
  8. Change fs back to fetch()

    styfle committed Oct 14, 2020
    Copy the full SHA
    b20cfd2 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    styfle committed Oct 14, 2020
    Copy the full SHA
    fa4c1e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Apply suggestions from JJ

    Co-authored-by: JJ Kasper <jj@jjsweb.site>
    styfle and ijjk committed Oct 15, 2020
    Copy the full SHA
    5ecacb5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f63854 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e64f680 View commit details
    Browse the repository at this point in the history
  4. Lint

    styfle committed Oct 15, 2020
    Copy the full SHA
    2776d90 View commit details
    Browse the repository at this point in the history
  5. Update sharp to 0.26.2

    styfle committed Oct 15, 2020
    Copy the full SHA
    e377ecf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    301512e View commit details
    Browse the repository at this point in the history
  7. Remove one more experimental

    styfle committed Oct 15, 2020
    Copy the full SHA
    f6670e5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    59a26c0 View commit details
    Browse the repository at this point in the history
  9. Add docs for installing sharp

    styfle committed Oct 15, 2020
    Copy the full SHA
    b2e11f0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6e0c905 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c53aec6 View commit details
    Browse the repository at this point in the history
  12. Add test for invalid image

    styfle committed Oct 15, 2020
    Copy the full SHA
    17cddcb View commit details
    Browse the repository at this point in the history