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-plugin-netlify@2.3.18
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-plugin-netlify@2.3.19
Choose a head ref
  • 15 commits
  • 123 files changed
  • 14 contributors

Commits on Oct 14, 2020

  1. 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
    pvdz authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2964b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e72b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8acab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27ae3aa View commit details
    Browse the repository at this point in the history
  5. 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>
    3 people authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    072ef6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6f033e View commit details
    Browse the repository at this point in the history
  7. 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>
    3 people authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ae9f9a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    0e45a26 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @typescript-eslint/eslint-plugin to ^2…

    ….34.0 (#27080)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3aff70f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update minor and patch for gatsby-cli (#27180)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2f6aece View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db2074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d304ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6162dd View commit details
    Browse the repository at this point in the history
  7. 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>
    5 people authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    840f00d View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish

     - 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
    ascorbic committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2494ae1 View commit details
    Browse the repository at this point in the history
Loading