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.24.6
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.24.7
Choose a head ref
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Jul 20, 2020

  1. feat(gatsby): Load static query results in Gatsby runtime (#25723)

    * Load static query results in Gatsby runtime
    
    * Update snapshots
    
    * Add in flight check and caching
    
    * Revert loader.loadPageSync behaviour
    
    * Use optional chaining
    
    * Use memoized get across loader
    
    * Refactor loader and clean up
    
    * Remove console.log
    
    * Add a separate in flight map per page
    
    * Add back assertion for Promise in loader
    
    * Make fetchPageDataJson a class function
    
    * Ensure static queries work in wrapRootElement
    
    * Disable gatsby-ssr wrapRootElement
    
    * Fix static query result fetch calls when using __PATH_PREFIX__
    
    * Add back gatsby-ssr
    
    * Add preload headers for static query results
    
    * Return undefined when page is broken in loader
    
    * Set error state in pageDb
    
    * Fix tests
    sidharthachatterjee authored Jul 20, 2020

    Verified

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

     - babel-plugin-remove-graphql-queries@2.9.15
     - gatsby-admin@0.1.96
     - gatsby-plugin-typescript@2.4.16
     - gatsby@2.24.7
    sidharthachatterjee committed Jul 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5f54f76 View commit details
Loading