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.32.11
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.32.12
Choose a head ref
  • 9 commits
  • 40 files changed
  • 7 contributors

Commits on Mar 18, 2021

  1. fix(gatsby-plugin-netlify): Add an allow list for redirect options (#…

    …30155) (#30215)
    
    (cherry picked from commit 962c4a1)
    
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    GatsbyJS Bot and sidharthachatterjee authored Mar 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ebbb41b View commit details
  2. chore(release): Publish

     - gatsby-plugin-netlify@2.11.1
    pieh committed Mar 18, 2021
    Copy the full SHA
    322e550 View commit details

Commits on Apr 1, 2021

  1. fix(gatsby-legacy-polyfills): add dom collections to polyfills (#30483)…

    … (#30616)
    
    (cherry picked from commit 169eefe)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    GatsbyJS Bot and wardpeet authored Apr 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fa95904 View commit details
  2. fix(gatsby): fix incorrect intersection of filtered results (#30594) (#…

    …30619)
    
    * add failing test
    
    * actually failing test
    
    * make test independent of other tests
    
    * add invariant for filter intersection assumptions
    
    * add failing integration test
    
    * fix test 🤦‍
    
    * actually fix this heisenbug
    
    * update redux state snapshot
    
    * perf: mutate status state directly
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * only newly created nodes should get a counter
    
    * tweak comment
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    (cherry picked from commit e432c23)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    GatsbyJS Bot and vladar authored Apr 1, 2021

    Verified

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

Commits on Apr 2, 2021

  1. fix(gatsby-source-contentful): Improve network error handling (#30257) (

    #30617)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    (cherry picked from commit c1ac5e4)
    
    Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
    GatsbyJS Bot and axe312ger authored Apr 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b3315a0 View commit details
  2. feat(gatsby-source-contentful): Increase Contentful sync by up to 10x (

    …#30422) (#30643)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    (cherry picked from commit b9791fe)
    
    Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
    GatsbyJS Bot and axe312ger authored Apr 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc61c88 View commit details
  3. fix(gatsby-source-contentful): Contentful page limit backoff (#30549) (

    …#30618)
    
    (cherry picked from commit 9d883c6)
    
    Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
    GatsbyJS Bot and axe312ger authored Apr 2, 2021

    Verified

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

Commits on Apr 7, 2021

  1. fix(gatsby-source-wordpress): schema customization errors (#30358) (#…

    …30650)
    
    * use new reporter.panic signature with error code for schema customization
    
    * add the prefixed typename as a node property when creating nodes to prevent gql errors with interfaces
    
    * fix union types that have a field called "type"
    
    * prevent excluded types from throwing errors in connection fields
    
    * test node interface resolution
    
    * test that interfaces that are mixed node and non-node resolve
    
    * prefix the __typename field in the default resolver for Gatsby v3
    
    * an interface type is only a gatsby node type if all implementing types are gatsby node types
    
    * exclude Commenter.databaseId in int tests to get around WPGQL bug
    
    * only return null if there's no gatsby node AND no resolved field data
    
    (cherry picked from commit 5c9b744)
    
    Co-authored-by: Tyler Barnes <tyler@gatsbyjs.com>
    GatsbyJS Bot and TylerBarnes authored Apr 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8d7c3a1 View commit details
  2. chore(release): Publish

     - babel-preset-gatsby@0.12.3
     - gatsby-admin@0.8.12
     - gatsby-legacy-polyfills@0.7.1
     - gatsby-source-contentful@4.6.4
     - gatsby-source-wordpress@4.0.6
     - gatsby@2.32.12
    pieh committed Apr 7, 2021
    Copy the full SHA
    83c26f8 View commit details
Loading