-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: gatsbyjs/gatsby
base: gatsby@2.24.77
head repository: gatsbyjs/gatsby
compare: gatsby@2.24.78
- 15 commits
- 123 files changed
- 14 contributors
Commits on Oct 14, 2020
-
feat(gatsby-source-contentful): add tool to force-cache remote data t…
…o debug (#27404) * feat(gatsby-source-contentful): add debugging tool to force-cache remote data locally * -> GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE
Configuration menu - View commit details
-
Copy full SHA for 2964b62 - Browse repository at this point
Copy the full SHA 2964b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e72b9 - Browse repository at this point
Copy the full SHA a3e72b9View commit details -
chore(gatsby-plugin-offline): add pluginOptionsSchema export (#27438)
Marvin Frachet authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for d8acab3 - Browse repository at this point
Copy the full SHA d8acab3View commit details -
chore(gatsby-remark-images): add pluginOptionsSchema export (#27439)
Marvin Frachet authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 27ae3aa - Browse repository at this point
Copy the full SHA 27ae3aaView commit details -
feat(gatsby-plugin-typescript): Add schema (#27361)
* Add schema for gatsby-plugin-typescript * Update packages/gatsby-plugin-typescript/src/gatsby-node.js Co-authored-by: Matt Kane <matt@gatsbyjs.com> * eronuous curly braces * listen to experimental flag * update load plugins snapshot * update plugin test exepected result * add unit tests for schema Co-authored-by: Matt Kane <matt@gatsbyjs.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 072ef6c - Browse repository at this point
Copy the full SHA 072ef6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f033e - Browse repository at this point
Copy the full SHA d6f033eView commit details -
chore(gatsby-source-contentful): move to pluginOptionsSchema (#27322)
* Move gatsby-source-contentful to pluginOptionsSchema * Remove old validation options tests * Better error message in case of failed external Contentful validation * Restore old validation, wrap new one in env var * use preinit and overwrite defaults * remove console.log * fix fetch Co-authored-by: Abhi Aiyer <abhiaiyer91@gmail.com> Co-authored-by: Ward Peeters <ward@coding-tech.com>
Configuration menu - View commit details
-
Copy full SHA for ae9f9a9 - Browse repository at this point
Copy the full SHA ae9f9a9View commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e45a26 - Browse repository at this point
Copy the full SHA 0e45a26View commit details -
chore(deps): update dependency @typescript-eslint/eslint-plugin to ^2…
….34.0 (#27080) Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3aff70f - Browse repository at this point
Copy the full SHA 3aff70fView commit details -
chore(deps): update minor and patch for gatsby-cli (#27180)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 2f6aece - Browse repository at this point
Copy the full SHA 2f6aeceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db2074 - Browse repository at this point
Copy the full SHA 0db2074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d304ed - Browse repository at this point
Copy the full SHA 9d304edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6162dd - Browse repository at this point
Copy the full SHA e6162ddView commit details -
New Gatsby image plugin (#26924)
* Add static image plugin * Parse static image files * Fix package.json * Better static analysis * Use jsx utils package * Fix typings * Typecheck fix * Fix repo fields * Helpful warning * Re-enable duotone * Update readme * Improve typings * wip fixed image fields for tracedSVG and webP * handle fluid images as well * Use require rather than JSON import * Watch files for changes, and use relative paths * Improve types * Add type * Update yarn.lock * Add lots of comments and remove unused stuff * Create and watch our own nodes * Update readme * Update deps * Only watch in develop * Rename to gatsby-plugin-image * Rearrange, ready for merger * Import @wardpeet 's gatsby-image-netxtgen * Update typings and further merge packages * Build babel plugin * More merging * Add server/browser static image variants * include webpack changes * change error message to use gatsby-plugin-image * Fix compat compilation * Fix SSR * Merge readmes * Build browser bundle * Export correctly from browser entry point * Remove hook import * Apply suggestions from code review Co-authored-by: LB <laurie@gatsbyjs.com> * Changes from review * add path prefix, static image do e2e test * Add prepare script * Apply README suggestions from code review Co-authored-by: LB <laurie@gatsbyjs.com> * Fix image component in e2e test * Better error messages * Prefer svg over base64. Warn for unsupported art direction * Fix type * Use "layout" instead of fixed/fluid * add static images to production runtime site * add path prefix tests * Reorg types. Change private prop name * initial gatsby static image tests * add test suite to circle ci * add test suite to circle ci * add test suite to circle ci * remove unused imports, use valid fluid setting * Use new fluid props syntax * Better var name * update tests * remove tests that no longer match the expected DOM * More compat-fixes * Change classname to match old version * Compat improvements * Update tests to match new classname * v0.0.1 * Add readme caveat * Update version in packages * Remove forcewrapper * Changes from review * Apply suggestions from code review Co-authored-by: Ward Peeters <ward@coding-tech.com> * fix windows require * fix intrinsic & responsive layout * update e2e-test * move babel-plugin-remove-graphql-queries to dep Co-authored-by: Kyle Gill <kylerobertgill@gmail.com> Co-authored-by: Laurie <laurie@gatsbyjs.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Ward Peeters <ward@coding-tech.com>
Configuration menu - View commit details
-
Copy full SHA for 840f00d - Browse repository at this point
Copy the full SHA 840f00dView commit details -
- gatsby-admin@0.1.166 - gatsby-cli@2.12.108 - gatsby-plugin-emotion@4.3.14 - gatsby-plugin-image@0.0.2 - gatsby-plugin-netlify@2.3.19 - gatsby-plugin-offline@3.2.32 - gatsby-plugin-sitemap@2.4.17 - gatsby-plugin-typescript@2.4.22 - gatsby-plugin-utils@0.2.32 - gatsby-remark-images@3.3.34 - gatsby-source-contentful@2.3.53 - gatsby-transformer-remark@2.8.40 - gatsby@2.24.78
Configuration menu - View commit details
-
Copy full SHA for 2494ae1 - Browse repository at this point
Copy the full SHA 2494ae1View commit details
There are no files selected for viewing