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 width and height props to Image component #18031

Merged
merged 19 commits into from Oct 20, 2020
Merged

Commits on Oct 17, 2020

  1. Add failing test for image optimization

    Test for something that still has to be added.
    timneutkens committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e1dc35d View commit details
    Browse the repository at this point in the history
  2. Remove leftover test run

    timneutkens committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    aa04e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Merge branch 'canary' of github.com:vercel/next.js into timneutkens-a…

    …dd/failing-test-for-image-optimization
    timneutkens committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    e4391dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'canary' of github.com:vercel/next.js into timneutkens-a…

    …dd/failing-test-for-image-optimization
    timneutkens committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    9e3c7d3 View commit details
    Browse the repository at this point in the history
  3. Fix url normalization

    timneutkens committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    997e409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8206cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f00de13 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    3dae0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10915a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cc7d9 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate sharp

    styfle committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    09bc6bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a566e8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54e04ea View commit details
    Browse the repository at this point in the history
  7. Revert "Make sharp a direct dependency"

    This reverts commit f00de13.
    styfle committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a572dab View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    58edb16 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    styfle committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    870b4c6 View commit details
    Browse the repository at this point in the history
  3. Fix test failure

    timneutkens committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    f942e42 View commit details
    Browse the repository at this point in the history
  4. Add missing props on ImageData

    styfle committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1257e7d View commit details
    Browse the repository at this point in the history
  5. Lint

    styfle committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    71062bd View commit details
    Browse the repository at this point in the history