-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: gatsbyjs/gatsby
base: [email protected]
head repository: gatsbyjs/gatsby
compare: [email protected]
Commits on Jul 20, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for b00c3df - Browse repository at this point
Copy the full SHA b00c3dfView commit details -
- babel-plugin-remove-graphql-queries@2.9.15 - gatsby-admin@0.1.96 - gatsby-plugin-typescript@2.4.16 - gatsby@2.24.7
Configuration menu - View commit details
-
Copy full SHA for 5f54f76 - Browse repository at this point
Copy the full SHA 5f54f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ee206 - Browse repository at this point
Copy the full SHA 16ee206View commit details -
Start moving gatsby-telemetry to typescript (#25812)
* Fix camelCase * Start moving gatsby-telemetry to ts * Continue converting base to typescript * Debug transpilation issues * Debug transpilation issues * Fix telemetry tests
Configuration menu - View commit details
-
Copy full SHA for 2a72ec1 - Browse repository at this point
Copy the full SHA 2a72ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6825a - Browse repository at this point
Copy the full SHA 2e6825aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0d756 - Browse repository at this point
Copy the full SHA 6f0d756View commit details -
Detect vercel again after rebranding in gatsby-telemetry (#25883)
* Detect vercel again after rebranding as per https://vercel.com/docs/v2/build-step * Add another Vercel NOW matcher
Configuration menu - View commit details
-
Copy full SHA for 76d97eb - Browse repository at this point
Copy the full SHA 76d97ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4db50 - Browse repository at this point
Copy the full SHA dc4db50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e356d - Browse repository at this point
Copy the full SHA d2e356dView commit details -
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ca23506 - Browse repository at this point
Copy the full SHA ca23506View commit details
Commits on Jul 21, 2020
-
docs(gatsby-internals): update page -> node dependency tracking (#25606)
* docs(gatsby-internals): update page -> node dependency tracking * Apply suggestions from code review Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
Configuration menu - View commit details
-
Copy full SHA for 09b3688 - Browse repository at this point
Copy the full SHA 09b3688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03379a5 - Browse repository at this point
Copy the full SHA 03379a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f04458 - Browse repository at this point
Copy the full SHA 3f04458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d342e - Browse repository at this point
Copy the full SHA 42d342eView commit details -
Added the link to 'MDX' (#25905)
Haseeb Khan authoredJul 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f4ead5 - Browse repository at this point
Copy the full SHA 9f4ead5View commit details -
Update localization-i18n.md (#25902)
Some important links for **React-intl** had broken due to update in repo whose links were given. Added the correct links to it.
Configuration menu - View commit details
-
Copy full SHA for d27da8c - Browse repository at this point
Copy the full SHA d27da8cView commit details -
added a cookieflags option (#25907)
Co-authored-by: Thijs van Diessen <thijs.vandiessen@incentro.com>
Configuration menu - View commit details
-
Copy full SHA for 3686df2 - Browse repository at this point
Copy the full SHA 3686df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d404d87 - Browse repository at this point
Copy the full SHA d404d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ad0eb - Browse repository at this point
Copy the full SHA 91ad0ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d4a29 - Browse repository at this point
Copy the full SHA 69d4a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for de087b0 - Browse repository at this point
Copy the full SHA de087b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c70d0 - Browse repository at this point
Copy the full SHA a0c70d0View commit details -
feat(gatsby-admin): plugin search (#25903)
* Copy plugin search from www into admin * Move to Combobox search * Cleanup * TypeScript cleanup * add algolia types * Fix syntax
Configuration menu - View commit details
-
Copy full SHA for 0506123 - Browse repository at this point
Copy the full SHA 0506123View commit details -
fix: Restore CLI port in use prompt feature (#25863)
* fix: Restore CLI port in use prompt feature Seems like it got accidentally removed during a big PR? * fix: Ensure port var types are the same The CLI option and default value for `port` is a string, despite the TypeScript typing the arg to `number`. Unclear if `port` should be a `number` elsewhere, so checking for and converting to a number within the utility.
Configuration menu - View commit details
-
Copy full SHA for fc2f6f0 - Browse repository at this point
Copy the full SHA fc2f6f0View commit details -
* fix: Restore CLI port in use prompt feature Seems like it got accidentally removed during a big PR? * fix: Ensure port var types are the same The CLI option and default value for `port` is a string, despite the TypeScript typing the arg to `number`. Unclear if `port` should be a `number` elsewhere, so checking for and converting to a number within the utility. * Force program.port to a number early Co-authored-by: polarathene <5098581+polarathene@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99a573c - Browse repository at this point
Copy the full SHA 99a573cView commit details -
- babel-preset-gatsby@0.5.3 - gatsby-admin@0.1.97 - gatsby-cli@2.12.64 - gatsby-core-utils@1.3.13 - gatsby-page-utils@0.2.18 - gatsby-plugin-google-analytics@2.3.13 - gatsby-plugin-manifest@2.4.20 - gatsby-plugin-mdx@1.2.28 - gatsby-plugin-offline@3.2.20 - gatsby-plugin-page-creator@2.3.18 - gatsby-plugin-preload-fonts@1.2.18 - gatsby-plugin-sharp@2.6.21 - gatsby-recipes@0.1.54 - gatsby-remark-images@3.3.20 - gatsby-source-contentful@2.3.29 - gatsby-source-drupal@3.5.24 - gatsby-source-filesystem@2.3.21 - gatsby-source-shopify@3.2.23 - gatsby-source-wordpress@3.3.24 - gatsby-telemetry@1.3.21 - gatsby-transformer-remark@2.8.26 - gatsby-transformer-sqip@2.3.21 - gatsby@2.24.8
Configuration menu - View commit details
-
Copy full SHA for b0953b0 - Browse repository at this point
Copy the full SHA b0953b0View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.