Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby Loading
base: gatsby-plugin-sharp@2.14.1
Choose a base ref
...
head repository: gatsbyjs/gatsby Loading
compare: gatsby-plugin-sharp@2.14.2
Choose a head ref
  • 16 commits
  • 79 files changed
  • 7 contributors

Commits on Feb 5, 2021

  1. fix(babel-preset-gatsby): remove spread operator from node builds (#2…

    …9346) (#29357)
    
    * fix(babel-preset-gatsby): remove spread operator from node builds
    
    * fix transform-classes
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    (cherry picked from commit d163691)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    GatsbyJS Bot and wardpeet committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    794b387 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - babel-preset-gatsby@0.12.1
     - gatsby-admin@0.8.3
     - gatsby-source-wordpress@4.0.1
     - gatsby@2.32.3
    pieh committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1d95cfe View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fix(gatsby-plugin-offline): Cache avif images (#29394) (#29429)

    (cherry picked from commit 0a42d07)
    ascorbic committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    72c4a5a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. fix: drop terminal-link (#29472) (#29477)

    There is weird interaction in some terminals with our usage of terminal-link and ink where following lines turn blank.
    Let's just remove our usage of terminal-link as value it provides is not worth spending a lot of time on figuring exact reason for this.
    
    (cherry picked from commit 260c297)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    ascorbic and pieh committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6374419 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. fix(gatsby-source-contentful): Correct supported image formats (#29562)

    (cherry picked from commit 3b4d32f)
    ascorbic committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    febd5e4 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-admin@0.8.4
     - gatsby-plugin-offline@3.10.1
     - gatsby-source-contentful@4.6.2
     - gatsby@2.32.4
    ascorbic committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2035475 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. tests: Fix cli integration test (#29525) (#29594)

    (cherry picked from commit 6ef2f80)
    ascorbic committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d1f303a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. fix(gatsby-plugin-sharp): Fix defaults handling (#29564) (#29589)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 107926a)
    ascorbic committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    be9d9f9 View commit details
    Browse the repository at this point in the history
  2. chore: fix reset hard in assert-changed-files (#29328) (#29677)

    * reset only when CI
    
    * update circle
    
    * fail when aborts errors
    
    (cherry picked from commit 79518c4)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    ascorbic and wardpeet committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    255b565 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. fix(contentful): retry on network errors when checking credentials (#…

    …29664) (#29672)
    
    (cherry picked from commit b95a199)
    
    Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
    GatsbyJS Bot and axe312ger committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2625159 View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-plugin-image): Apply inline styles and img size (#29603) (#…

    …29668)
    
    (cherry picked from commit 9db36db)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    GatsbyJS Bot and ascorbic committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9183a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22dadae View commit details
    Browse the repository at this point in the history
  4. chore: remove --cache from eslint (#29706) (#29709)

    (cherry picked from commit 8da5ebc)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    GatsbyJS Bot and wardpeet committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ac65482 View commit details
    Browse the repository at this point in the history
  5. chore(gatsby-core-utils): Move isTruthy to gatsby-core-utils (#29707) (

    …#29710)
    
    (cherry picked from commit 837fcd2)
    
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    ascorbic and sidharthachatterjee committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2022f2b View commit details
    Browse the repository at this point in the history
  6. fix(gatsby): more reliable way to use prod versions of react/react-dom (

    #29683)
    
    back port of #29620 to v2
    
    Fix #28138 (comment)
    
    Set `NODE_ENV` to `production` in the child worker that does the SSR in dev.
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    3 people committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    01d07b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. chore(release): Publish

     - babel-plugin-remove-graphql-queries@2.16.1
     - babel-preset-gatsby@0.12.2
     - gatsby-admin@0.8.5
     - gatsby-cli@2.19.2
     - gatsby-core-utils@1.10.1
     - gatsby-page-utils@0.9.1
     - gatsby-plugin-image@0.7.2
     - gatsby-plugin-manifest@2.12.1
     - gatsby-plugin-mdx@1.10.1
     - gatsby-plugin-offline@3.10.2
     - gatsby-plugin-page-creator@2.10.1
     - gatsby-plugin-preload-fonts@1.9.1
     - gatsby-plugin-sharp@2.14.2
     - gatsby-plugin-typescript@2.12.1
     - gatsby-recipes@0.9.2
     - gatsby-remark-images@3.11.1
     - gatsby-source-contentful@4.6.3
     - gatsby-source-drupal@3.13.1
     - gatsby-source-filesystem@2.11.1
     - gatsby-source-shopify@3.10.1
     - gatsby-source-wordpress@4.0.2
     - gatsby-telemetry@1.10.1
     - gatsby-transformer-remark@2.16.1
     - gatsby-transformer-sqip@2.11.2
     - gatsby@2.32.5
    ascorbic committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6fa14e4 View commit details
    Browse the repository at this point in the history
Loading