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.29.1
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.29.2
Choose a head ref
  • 5 commits
  • 58 files changed
  • 4 contributors

Commits on Dec 23, 2020

  1. fix(gatsby): remove redundant dispatch of query extraction error (#28676

    ) (#28744)
    
    * fix(gatsby): remove redundant query extraction error dispatch
    
    * Warning message
    
    (cherry picked from commit 1d7dc76)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Dec 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0b8ea51 View commit details
  2. fix(gatsby-plugin-image): do not return from preprocessSource if noth…

    …ing is changed (#28678) (#28745)
    
    (cherry picked from commit 9a49286)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Dec 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2864af9 View commit details
  3. feature(gatsby): Pause dev-ssr watching between page loads to avoid s…

    …lowing down regular develop-js HMR (#28394) (#28746)
    
    * feature(gatsby): Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR
    
    * update snapshot
    
    * Don't double-resolve + add activity for building the SSR bundle
    
    * Add timeout for tests to ensure that dev server has time to bundle SSR + remove activity timers as not helpful
    
    * Update packages/gatsby/src/commands/build-html.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * fix typo
    
    * Don't resume if nothing has changed
    
    * Update packages/gatsby/src/commands/build-html.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Didn't need this
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    (cherry picked from commit 8ff6245)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    GatsbyJS Bot and KyleAMathews authored Dec 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6919703 View commit details
  4. chore(telemetry) improve github action and circle detection (#28732) (#…

    …28747)
    
    * chore(telemetry) improve github action and circle detection
    
    * Change order
    
    * Make sure tests work in circle
    
    (cherry picked from commit 3af7182)
    
    Co-authored-by: Jarmo Isotalo <jamo@isotalo.fi>
    GatsbyJS Bot and jamo authored Dec 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e3992ab View commit details
  5. chore(release): Publish

     - babel-preset-gatsby@0.9.1
     - gatsby-admin@0.5.2
     - gatsby-cli@2.16.2
     - gatsby-core-utils@1.7.1
     - gatsby-page-utils@0.6.1
     - gatsby-plugin-image@0.4.1
     - gatsby-plugin-manifest@2.9.1
     - gatsby-plugin-mdx@1.7.1
     - gatsby-plugin-offline@3.7.1
     - gatsby-plugin-page-creator@2.7.2
     - gatsby-plugin-preload-fonts@1.6.1
     - gatsby-plugin-sharp@2.11.2
     - gatsby-recipes@0.6.1
     - gatsby-remark-images@3.8.1
     - gatsby-source-contentful@4.3.1
     - gatsby-source-drupal@3.10.1
     - gatsby-source-filesystem@2.8.1
     - gatsby-source-shopify@3.7.1
     - gatsby-source-wordpress@3.8.1
     - gatsby-telemetry@1.7.1
     - gatsby-transformer-remark@2.13.1
     - gatsby-transformer-sqip@2.8.2
     - gatsby@2.29.2
    vladar committed Dec 23, 2020
    Copy the full SHA
    12a78af View commit details
Loading