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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby-plugin-offline@3.10.0
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby-plugin-offline@3.10.1
Choose a head ref
  • 12 commits
  • 250 files changed
  • 7 contributors

Commits on Feb 4, 2021

  1. fix(gatsby): use separate eslint-loader for rules that are always req…

    …uired (#29317) (#29327)
    
    * fix(gatsby): use separate eslint-loader for rules that are always required
    
    * Add the second loader only when custom eslint config is set
    
    (cherry picked from commit a1543bf)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    488e5d3 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-admin@0.8.1
     - gatsby@2.32.1
    vladar committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2191733 View commit details
    Browse the repository at this point in the history
  3. Feat: launch gatsby-source-wordpress v4 (#29150) (#29330)

    * Feat: launch gatsby-source-wordpress v4 (#29150)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    
    (cherry picked from commit 862637b)
    
    * fix dependency versions
    
    * update yarn.lock
    
    Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
    vladar and TylerBarnes authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0a31b64 View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - create-gatsby@0.5.1
     - gatsby-admin@0.8.2
     - gatsby-cli@2.19.1
     - gatsby-recipes@0.9.1
     - gatsby-source-wordpress@4.0.0
     - gatsby@2.32.2
    vladar committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4432c39 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. fix(gatsby-plugin-image): Fix blur up on navigate issue (#29333) (#29354

    )
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 1443ecd)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    abhiaiyer91 and ascorbic authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4ef8ce1 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-plugin-image@0.7.1
     - gatsby-plugin-sharp@2.14.1
     - gatsby-source-contentful@4.6.1
     - gatsby-transformer-sqip@2.11.1
    ascorbic committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1bbde7f View commit details
    Browse the repository at this point in the history
  3. 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 authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    794b387 View commit details
    Browse the repository at this point in the history
  4. 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 authored 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 authored 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
Loading