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@2.28.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@2.28.1
Choose a head ref
  • 17 commits
  • 39 files changed
  • 10 contributors

Commits on Dec 4, 2020

  1. Backport #28459 and #28464 to 2.28 release branch (#28481)

    * fix(gatsby-source-graphql): Pin resolution of extract-files (#28459)
    
    (cherry picked from commit 4ef4bf5)
    
    * fix: Back out resolutions, and add ignore-engines to dev cli (#28464)
    
    * fix: Back out resolutions, and add ignore-engines to dev cli
    
    * Use dev-cli@next
    
    (cherry picked from commit 4add7d2)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    pieh and ascorbic authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4952d54 View commit details
  2. chore: fix publish script (#28465) (#28482)

    (cherry picked from commit daeb624)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    94f5772 View commit details
  3. fix(gatsby): scroll restoration issue in browser API (#27384) (#28477)

    * fix scroll restoration issue
    
    * keep the behavior same
    
    * fix the lint error
    
    (cherry picked from commit 4a7a324)
    
    Co-authored-by: vrabe <git@vrabe.tw>
    GatsbyJS Bot and vrabe authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7a6b7ae View commit details
  4. fix(gatsby): re-render route when location state changes (#28346) (#2…

    …8476)
    
    * creating e2e tests to catch issue
    
    * comparing location and state
    
    * update test message
    
    * using optional chaining
    
    (cherry picked from commit 3ccaec8)
    
    Co-authored-by: Will Mayger <will@mayger.dev>
    GatsbyJS Bot and WillMayger authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bb044de View commit details
  5. fix(gatsby): correct tracing for GraphQL queries (#28415) (#28475)

    (cherry picked from commit 4e50d5c)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    53502cc View commit details
  6. fix(gatsby-plugin-sharp): decode URL so it matches the cache key (#28449

    ) (#28479)
    
    (cherry picked from commit 946eed0)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    GatsbyJS Bot and KyleAMathews authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0119789 View commit details
  7. chore(gatsby): specify in description for LAZY_IMAGES min supported v…

    …ersion of gatsby-plugin-sharp (#28448) (#28478)
    
    (cherry picked from commit 856406f)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    GatsbyJS Bot and KyleAMathews authored Dec 4, 2020

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    3cadaac View commit details
  8. feature(gatsby): add new cache flags to FAST_DEV (#28447) (#28473)

    * Update flags.ts
    
    * prettier
    
    (cherry picked from commit eafbbab)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    GatsbyJS Bot and KyleAMathews authored Dec 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fa0acff View commit details

Commits on Dec 7, 2020

  1. test(gatsby-plugin-image): add E2E tests for native and intersection …

    …obs (#28314) (#28487)
    
    * test(gatsby-plugin-image): add E2E tests for native and intersection obs (#28314)
    
    * test(gatsby-plugin-image): add E2E tests for native and intersection obs #28314
    
    * fix
    
    * review comments
    
    * review comments
    
    (cherry picked from commit c1cdf51)
    
    * fix(test): wrong assert method for plugin-image (#28319)
    
    (cherry picked from commit 2b8fe12)
    
    Co-authored-by: Marvin Frachet <marvin@gatsbyjs.com>
    GatsbyJS Bot and Marvin Frachet authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9e5a8cc View commit details
  2. chore(gatsby): use gatsby.dev links in flags.ts (#28472) (#28488)

    (cherry picked from commit 2820066)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    GatsbyJS Bot and KyleAMathews authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fe488d9 View commit details
  3. fix(gatsby-plugin-image): don't show hydration warning (#28407) (#28512)

    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit b6b5207)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    GatsbyJS Bot and wardpeet authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    13be722 View commit details
  4. chore(gatsby-source-contentful): trap base64 disk write (#28437) (#28513

    )
    
    (cherry picked from commit faf0ee8)
    
    Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    GatsbyJS Bot and pvdz authored Dec 7, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6f984b6 View commit details
  5. perf(gatsby-source-contentful): prevent redundant fs/remote fetches f…

    …or base64 (#28438) (#28515)
    
    * perf(gatsby-source-contentful): add inFlight check for base64 fetches
    
    * Add resolved map to return data sync when possible
    
    (cherry picked from commit 2755cfa)
    
    Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    GatsbyJS Bot and pvdz authored Dec 7, 2020
    Copy the full SHA
    e16f2b5 View commit details
  6. fix(gatsby): Add bodyComponent to replaceRenderer args (#28456) (#28486)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 9a77810)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    GatsbyJS Bot and ascorbic authored Dec 7, 2020
    Copy the full SHA
    e29866a View commit details
  7. fix(gatsby): do not fail the build when eslint loader is removed (#28494

    ) (#28517)
    
    (cherry picked from commit b3c171f)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Dec 7, 2020
    Copy the full SHA
    27864d6 View commit details
  8. feat(gatsby): add preload headers for critical resources so those can…

    … started fetching before common.js is fetched (#28460) (#28521)
    
    (cherry picked from commit b4a76f5)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    GatsbyJS Bot and pieh authored Dec 7, 2020
    Copy the full SHA
    4555b6a View commit details
  9. chore(release): Publish

     - gatsby-admin@0.4.1
     - gatsby-dev-cli@2.10.1
     - gatsby-plugin-image@0.3.1
     - gatsby-plugin-sharp@2.10.1
     - gatsby-source-contentful@4.2.1
     - gatsby-transformer-sqip@2.7.1
     - gatsby@2.28.1
    pieh committed Dec 7, 2020
    Copy the full SHA
    6d11da9 View commit details
Loading