Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-3 #28928

Closed
wants to merge 358 commits into from
Closed

Fix-3 #28928

wants to merge 358 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    4fbded2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency theme-ui to v0.4.0-rc.14 (#28228)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c5d28e2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency danger to ^10.5.4 (#28225)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6e60cc4 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency lint-staged to ^10.5.2 (#28355)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5adfdcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9904ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e056d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5096e90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9bd368 View commit details
    Browse the repository at this point in the history
  9. wip(gatsby-cli): add login, logout, whoami commands (#28251)

    * add first wip implementation of login command
    
    * add logout and whoami commands
    
    * update urls
    
    * wrap commands in experimental flag
    gillkyle authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d18b199 View commit details
    Browse the repository at this point in the history
  10. feat(gatsby): people who are using a flag, invite them to try out oth…

    …er flags (#28338)
    
    * feat(gatsby): people who are using a flag, invite them to try out other flags
    
    * Avoid scaling problems
    KyleAMathews authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    9c8f788 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91b0433 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. fix(gatsby-plugin-image): Fix StaticImage props interface and add pro…

    …pTypes (#28372)
    
    * Add proptypes and better props defs
    
    * Fix compilation error
    ascorbic authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    93a1447 View commit details
    Browse the repository at this point in the history
  2. fix(gatsby): move starting dev-ssr listener inside function & only in…

    …it listeners once (#28395)
    
    * fix(gatsby): move starting dev-ssr listener inside function & only init listeners once
    
    * fix snapshot
    KyleAMathews authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3ce476b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5812c81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a19a76d View commit details
    Browse the repository at this point in the history
  5. Feat: (gatsby-cli) Add a CLI command for listing plugins (#28018)

    * initial commit
    
    * initial gatsby list functionality
    
    * fix linter
    
    * use all, but pass a flag
    
    * add tests
    
    * Update integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json
    
    * fix log destructure
    
    * use different not syntax
    
    * Refactor to move plugin commands out of gatsby package
    
    * linter
    
    * instead of showing the whole error let's show a more helpful message
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    LB and gatsbybot authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0e4d026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deac435 View commit details
    Browse the repository at this point in the history
  7. test(create-gatsby): some for init starter (#28376)

    Marvin Frachet authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4d14e22 View commit details
    Browse the repository at this point in the history
  8. feature(gatsby): let users skip out of dev SSR (#28396)

    * feature(gatsby): let users skip out of dev SSR
    
    * update snapshot
    
    * update snapshot
    
    * Add link on ssr error page to the docs
    
    * copy fix
    
    * update snapshot
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    KyleAMathews and pieh authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7577e3f View commit details
    Browse the repository at this point in the history
  9. fix(gatsby-plugin-image): Add overflow hidden back to wrapper CSS (#2…

    …8410)
    
    * Add overflow hidden back to wrapper CSS
    
    * update tests
    
    * Update packages/gatsby-plugin-image/src/components/__tests__/gatsby-image.server.tsx
    
    * Update packages/gatsby-plugin-image/src/components/__tests__/gatsby-image.server.tsx
    LB authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2b62f38 View commit details
    Browse the repository at this point in the history
  10. chore(gatsby): add StaticQuery to SSR test (#28187)

    * chore(gatsby): add StaticQuery to SSR test
    
    * Fail if status isn't 200
    
    * Add env flag to the develop command too
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    KyleAMathews and gatsbybot authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f5cc955 View commit details
    Browse the repository at this point in the history
  11. feature(gatsby): Add experiment to run source plugins in parallel (#2…

    …8214)
    
    * feature(gatsby): Add experiment to run source plugins in parallel
    
    * Add concurrency limit (20)
    
    * remove debugging code
    
    * Add flag support
    
    * Update packages/gatsby/src/utils/api-runner-node.js
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    KyleAMathews and vladar authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4fb1f62 View commit details
    Browse the repository at this point in the history
  12. fix(gatsby): Add FAST_REFRESH config flag (#28409)

    * add FAST_REFRESH flag
    
    * update desc
    
    * handle case when FAST_REFRESH flag is set and GATSBY_HOT_LOADER env var is set to something else than fast-refresh
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    LekoArts and pieh authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ce090e5 View commit details
    Browse the repository at this point in the history
  13. fix(gatsby): re-render route when location state changes (#28346)

    * creating e2e tests to catch issue
    
    * comparing location and state
    
    * update test message
    
    * using optional chaining
    WillMayger authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3ccaec8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e50d5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    43b2f10 View commit details
    Browse the repository at this point in the history
  16. fix(gatsby): scroll restoration issue in browser API (#27384)

    * fix scroll restoration issue
    
    * keep the behavior same
    
    * fix the lint error
    vrabe authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4a7a324 View commit details
    Browse the repository at this point in the history
  17. chore(release): Publish next

     - create-gatsby@0.2.0-next.1
     - gatsby-admin@0.5.0-next.1
     - gatsby-cli@2.16.0-next.1
     - gatsby-plugin-image@0.4.0-next.1
     - gatsby-plugin-manifest@2.9.0-next.1
     - gatsby-plugin-react-helmet@3.7.0-next.1
     - gatsby-plugin-sharp@2.11.0-next.1
     - gatsby-recipes@0.6.0-next.1
     - gatsby-source-contentful@4.3.0-next.1
     - gatsby-source-shopify@3.7.0-next.1
     - gatsby-transformer-sqip@2.8.0-next.1
     - gatsby@2.29.0-next.1
    vladar committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    43e4050 View commit details
    Browse the repository at this point in the history
  18. feature(gatsby): style the SSR error page (#28416)

    * Add styles & tweak language
    
    * Fix small error noticed w/ source-maps
    
    * fix snapshot
    
    * update snapshot
    KyleAMathews authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    239589a View commit details
    Browse the repository at this point in the history
  19. feat(gatsby): Add new caching clearing behavior for webpack/file down…

    …loads behind flags (#28334)
    
    * feat(gatsby): Add new caching behavior for v3 behind a flag
    
    * change to CACHE_CLEAR
    
    * cleanup
    
    * Split into two flags
    
    * Update invite wording + do semver check so we don't keep showing this to updated versions of source-filesystem
    
    * Add invite for webpack flag
    
    * First try grabbing the plugin from  and if that fails, try requiring
    
    * Don't use del or readdir until measure perf more
    
    * Remove now unused imports
    
    * Nest ifs
    KyleAMathews authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f57d590 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    95b4fdd View commit details
    Browse the repository at this point in the history
  2. docs: release notes for 2.28 (#28380)

    * docs: release notes for 2.28
    
    * adjust date
    
    * Apply suggestions from code review
    
    Co-authored-by: Dustin Schau <DSchau@users.noreply.github.com>
    
    * finish instructions for enabling lazy images
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * update fast refresh
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    
    * remove double "from"
    
    * add image plugin helpers
    
    * order content to be same as table of content
    
    * add "Parallel data sourcing" to sneak peeks
    
    * add notable bugfixes
    
    * note about emotion major bump, slightly restructured notes (#28424)
    
    * Update index.md
    
    * update descriptions for bug fixes to be more readable
    
    * fix links, move lazyjs removal as last (we want to highlight new things :) )
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    
    * revert wrong change
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * Update docs/reference/release-notes/v2.28/index.md
    
    * format
    
    Co-authored-by: Dustin Schau <DSchau@users.noreply.github.com>
    Co-authored-by: Lennart <lekoarts@gmail.com>
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    5 people authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    abb6839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a07c3e View commit details
    Browse the repository at this point in the history
  4. chore(benchmarks): upgrade contentful for wib (#28335)

    * chore(gatsby): upgrade wordpress/contentful benchmarks
    
    * Don't update wordpress benchmark atm
    
    * Bump to yesterday's publish
    
    Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    KyleAMathews and pvdz authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    af60da0 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    0e2c6a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74fdfd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3f0f2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0603a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf0ee8 View commit details
    Browse the repository at this point in the history
  10. chore(gatsby-source-contentful): drop unnecessary promise, _.get (#28439

    )
    
    * chore(gatsby-source-contentful): drop unnecessary promise, _.get
    
    * Also make them proper methods
    pvdz authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    299489c View commit details
    Browse the repository at this point in the history
  11. chore(gatsby): refactor into await syntax (#28435)

    * chore(gatsby): refactor into await syntax
    
    * oh wait
    pvdz authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    013035b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    297c28b View commit details
    Browse the repository at this point in the history
  13. chore(gatsby-source-contentful): drop last usages of lodash (#28441)

    * chore(gatsby-source-contentful): drop last usages of lodash
    
    * Update packages/gatsby-source-contentful/src/extend-node-type.js
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    pvdz and vladar authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1853f3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1fe3f2d View commit details
    Browse the repository at this point in the history
  15. perf(gatsby-source-contentful): prevent redundant fs/remote fetches f…

    …or base64 (#28438)
    
    * perf(gatsby-source-contentful): add inFlight check for base64 fetches
    
    * Add resolved map to return data sync when possible
    pvdz authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2755cfa View commit details
    Browse the repository at this point in the history
  16. Docs: Quickstart update (#27860)

    * update quick start, in progress
    
    * Update docs/docs/quick-start.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * update next steps
    
    * Update docs/docs/quick-start.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * Update instructions to match new prompts
    
    * clarify
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    LB and meganesu authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3d4dd59 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d17f19d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Tell user to supply BOTH keys in .env.development. (#28405)

    For users supplying *only* the STRIPE_SECRET_KEY (without also adding STRIPE_PUBLISHABLE_KEY), `gatsby-source-stripe` fails to load `allStripePrice` as a field to be tested in GraphiQL; a browser pointed at http://localhost:8000 responds with:
    Error: There was an error in your GraphQL query: Cannot query field "allStripePrice" on type "Query". Did you mean "allSitePage"?
    
    With this one-liner we can avoid newcomers being put off by an ambiguous instruction being given in tutorial codeblocks.
    olisteadman authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3f2a49e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b329c View commit details
    Browse the repository at this point in the history
  3. chore(gatsby): specify in description for LAZY_IMAGES min supported v…

    …ersion of gatsby-plugin-sharp (#28448)
    KyleAMathews authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    856406f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef4bf5 View commit details
    Browse the repository at this point in the history
  5. feature(gatsby): add new cache flags to FAST_DEV (#28447)

    * Update flags.ts
    
    * prettier
    KyleAMathews authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    eafbbab View commit details
    Browse the repository at this point in the history
  6. feat(create-gatsby): Prompt for site name (#28401)

    * feat(create-gatsby): Prompt for site name
    
    * Move kebabify into utils
    ascorbic authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    5ffb6dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    946eed0 View commit details
    Browse the repository at this point in the history
  8. fix: Back out resolutions, and add ignore-engines to dev cli (#28464)

    * fix: Back out resolutions, and add ignore-engines to dev cli
    
    * Use dev-cli@next
    ascorbic authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    4add7d2 View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish next

     - create-gatsby@0.2.0-next.2
     - gatsby-admin@0.5.0-next.2
     - gatsby-cli@2.16.0-next.2
     - gatsby-dev-cli@2.11.0-next.1
     - gatsby-plugin-sharp@2.11.0-next.2
     - gatsby-source-contentful@4.3.0-next.2
     - gatsby-transformer-remark@2.13.0-next.1
     - gatsby-transformer-sqip@2.8.0-next.2
     - gatsby@2.29.0-next.2
    ascorbic committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e731389 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e07066 View commit details
    Browse the repository at this point in the history
  11. fix(gatsby): Add bodyComponent to replaceRenderer args (#28456)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9a77810 View commit details
    Browse the repository at this point in the history
  12. feat(gatsby-plugin-manifest): Add support for share_target (#28457)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1fe3f9a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    daeb624 View commit details
    Browse the repository at this point in the history
  14. fix(gatsby-plugin-image): don't show hydration warning (#28407)

    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    b6b5207 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    2820066 View commit details
    Browse the repository at this point in the history
  2. fix duplicate message (#28484)

    LB authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    fbb2758 View commit details
    Browse the repository at this point in the history
  3. gatsby-image codemod (#28112)

    * saving initial AST exploration
    
    * use the types to build replacement expression
    
    * missed a line
    
    * work off import parent
    
    * graphql comment
    
    * finish for the nigh
    
    * Codemod for gatsby images
    
    * use alias function to pass linter
    
    * missed a check that isn't strictly necessary
    
    * Update packages/gatsby-plugin-image/src/__tests__/options.json
    
    * Update packages/gatsby-plugin-image/src/__tests__/fixtures/default/options.json
    
    * handle call expression syntax
    
    * small refactor
    
    * function with recast, use replaceWith for more stability
    
    * function with recast, use replaceWith for more stability
    
    * use templates instead
    
    * handle typescript in recast version
    
    * add comments to test cases
    
    * put recast and babel in jscodeshift wrapper
    
    * Add tokens so we're parsing with babel through recast as well
    
    * dont use a yaml query because tests attempt to access it
    
    * don't update components when it isn't necessary
    
    * we don't need to return and skip for this case
    
    * add tests
    
    * forgot to save and updated README
    
    * shouldn't have saved it, oops
    
    * ignore testfixtures
    
    * integration should ignore fixtures, maybe
    
    * windows fix, thanks ward
    
    * fix syntax to fix tests
    
    * adding some edge cases, need a real warn
    
    * object expression case
    
    * fix edge cases, still need to make imageImportName reset per file
    
    * use path instead of name to ensure scope
    
    * small refactor, small fix
    
    * still run ts test
    
    * use new localName references
    
    * add mansion test now that it works
    
    * forgot to save
    
    * cleanup
    
    * fix linter issue
    
    * expressive warns
    
    * remove false warning
    
    * show recommendation if parser fails
    
    * readme tweak
    
    * recommend silent flag
    
    * update README with src vs root directories
    
    * object reference edge case and polyfill
    
    * there is only one gatsby-image import extra, so let's not use includes
    
    * Update packages/gatsby-plugin-image/src/transforms/gatsby-plugin-image.js
    
    Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>
    
    * make jscodeshift a dev dependency
    
    * Move to codemods package
    
    * Add initial bin implementation
    
    * update readme
    
    * handle invalid cases
    
    * ignore cache and public, use proper syntax
    
    * support styled and other references but still warn
    
    * remove redudant assignment
    
    * use process.argv a bit more intelligently
    
    * fix last failing test
    
    * fix ignore logic for npx
    
    * address comments
    
    * extending use case
    
    Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    726a5fe View commit details
    Browse the repository at this point in the history
  4. feat(gatsby-plugin-image): Add helper function to grab src (#28463)

    * Add src helper
    
    * Update packages/gatsby-plugin-image/README.md
    
    * forgot to save
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    LB and gatsbybot authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4ab296f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc84a9 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish next

     - create-gatsby@0.2.0-next.3
     - gatsby-admin@0.5.0-next.3
     - gatsby-cli@2.16.0-next.3
     - gatsby-codemods@1.7.0-next.1
     - gatsby-plugin-image@0.4.0-next.2
     - gatsby-plugin-manifest@2.9.0-next.2
     - gatsby-plugin-sharp@2.11.0-next.3
     - gatsby-transformer-sqip@2.8.0-next.3
     - gatsby@2.29.0-next.3
    Laurie committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    edf46b7 View commit details
    Browse the repository at this point in the history
  7. Add execa (#28492)

    LB authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    665e867 View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish next

     - gatsby-codemods@1.7.0-next.2
    Laurie committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    bfa7f2d View commit details
    Browse the repository at this point in the history
  9. fix(gatsby-codemods): Need as dependencies and not devDependencies (#…

    …28493)
    
    * Add execa
    
    * many of these should be dependencies
    
    * make gatsby peerdep
    
    * fix dependencies
    LB authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    01b0278 View commit details
    Browse the repository at this point in the history
  10. chore(release): Publish next

     - gatsby-codemods@1.7.0-next.3
    Laurie committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    bf11df1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. fix(create-gatsby): Fix kebabcase edge cases and tests (#28480)

    * fix(create-gatsby): Fix kebabcase edge cases and tests
    
    * Changes from review
    ascorbic authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d76ccb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c171f View commit details
    Browse the repository at this point in the history
  3. feat(gatsby): add preload headers for critical resources so those can…

    … started fetching before common.js is fetched (#28460)
    pieh authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b4a76f5 View commit details
    Browse the repository at this point in the history
  4. update docs for codemod (#28519)

    LB authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    493fd73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    721f42a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. fix(gatsby): better text for missing inferred extension (#28530)

    * fix(gatsby): better text for missing extension
    
    * add SDL example on how to fix the problem
    
    * fix typo
    
    * Add a link to createTypes docs
    
    * formatting
    vladar authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    298110c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903439b View commit details
    Browse the repository at this point in the history
  3. fix(gatsby): improve deprecation text for missing childOf directive (#…

    …28532)
    
    * fix(gatsby): improve deprecation text for missing childOf directive
    
    * text formatting
    
    * Add "many" argument
    vladar authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f733f4e View commit details
    Browse the repository at this point in the history
  4. feat(create-gatsby): Add -y flag (#28468)

    * intial -y functionality
    
    * uncomment
    
    * fix duplicate prompt bug
    
    * remove comment
    
    * linting
    LB authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    a93c71d View commit details
    Browse the repository at this point in the history
  5. fix(gatsby): Wait for jobs to complete in onPostBuild (#28534)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    sidharthachatterjee and gatsbybot authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    98f22e7 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish next

     - create-gatsby@0.2.0-next.4
     - gatsby-admin@0.5.0-next.4
     - gatsby-cli@2.16.0-next.4
     - gatsby-codemods@1.7.0-next.4
     - gatsby-page-utils@0.6.0-next.1
     - gatsby-plugin-image@0.4.0-next.3
     - gatsby-plugin-page-creator@2.7.0-next.1
     - gatsby-plugin-sharp@2.11.0-next.4
     - gatsby-transformer-sqip@2.8.0-next.4
     - gatsby@2.29.0-next.4
    Laurie committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    755950d View commit details
    Browse the repository at this point in the history
  7. fix(gatsby): show multiple invites together & at end where people are…

    … more likely to see them (#28450)
    
    * fix(gatsby): show multiple invites together & at end where people are more likely to see them
    
    * Add telemetry
    
    * update copy from suggestions by @DSchau
    
    * Actually stop listening
    
    * Update packages/gatsby/src/utils/show-experiment-notice.ts
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    
    * Add test for generating the message
    
    * rewrite messages & make shorter
    
    * make all the things happy
    
    * update flag
    
    * This breaking windows??
    
    * Don't use explicit \n to see if that helps snapshot
    
    * Maybe jest is fine w/ explicit new-lines 🤷‍♂️
    
    * Strip ansi for tests
    
    * Update packages/gatsby/src/services/initialize.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Update packages/gatsby/src/services/run-page-queries.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * use trackCLI not trackFeatureIsUsed
    
    * only store that we showed the invite when we actually do show the invite
    
    * Call code directly from webpack's done callback
    
    * mock in jest
    
    * be more explicit about how the caching behavior changes
    
    * Show full code sample per @pelikhan's feedback
    
    * typescript fixes
    
    * Update packages/gatsby/src/services/initialize.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Update packages/gatsby/src/services/initialize.ts
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    4 people authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    7e734cc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    badd466 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cross-env to ^7.0.3 (#28505)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a819b9b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency lint-staged to ^10.5.3 (#28507)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    da04f3c View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-remark-images): allow tracedSVG to accept object with sett…

    …ings (#28242)
    
    * fix(gatsby-remark-images): allow tracedSVG to accept object with settings
    
    * fix test setup that was testing same thing twice
    pieh authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    23ecf2d View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency jest-silent-reporter to ^0.4.0 (#28506)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a83527b View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency @types/node to ^12.19.8 (#28222)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    75d1f3e View commit details
    Browse the repository at this point in the history
  7. fix(documentationjs): fix example caption string (#27365)

    * fix(documentationjs): fix example caption string
    
    * add tests for captioned examples and return null instead of undefined
    axe312ger authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    dd3c402 View commit details
    Browse the repository at this point in the history
  8. chore(deps): update eslint (#28080)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8c9bd5f View commit details
    Browse the repository at this point in the history
  9. perf(gatsby): do not force resolvers to be async (#28525)

    * perf(gatsby): do not force resolvers to be async
    
    * Work around TS limitations
    
    * Undo TS workaround and just move the function up
    
    * Refactor to conditional thennable instead
    
    * Fold up the resolved link type
    
    * Undo move
    
    * Rename for clarity
    
    * Also add async note to wrappingResolver
    
    * Apply suggestions
    pvdz authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    cf06435 View commit details
    Browse the repository at this point in the history
  10. fix(query-on-demand): don't resolve get-page-data if query is marked …

    …as dirty (#28535)
    
    * fix(gatsby): don't resolve get-page-data if query is marked as dirty
    
    * update snapshot
    
    * swap values of FLAG_DIRTY_NEW_PAGE and FLAG_DIRTY_PAGE_CONTEXT to make 'more sense'
    pieh authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    56c2b4c View commit details
    Browse the repository at this point in the history
  11. fix(gatsby): Avoid undefined object errors (#28554)

    * fix(gatsby): Null check for file parser
    
    * Never heard of optional chaining, eslint?
    ascorbic authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    39995ae View commit details
    Browse the repository at this point in the history
  12. fix (create-gatsby): Ignore confirmation prompt (#28540)

    * Ignore confirmation prompt
    
    * remove some of the messaging
    LB authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f4f924a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3dfb09 View commit details
    Browse the repository at this point in the history
  14. fix: improve error handling, always show API response status and mess…

    …age (#27730)
    
    * fix: improve error handling, always show API response status and message
    
    * feat: log the total number of locales per space
    
    * feat: add progress indication for the sync
    
    * fix: typo in activity label
    
    * always close reporter progress, check if verbose mode, align style
    axe312ger authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    079bb3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5bf981 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a066a71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bb4214 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    723b8b4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d7470d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    003a5ee View commit details
    Browse the repository at this point in the history
  21. Update kintohub documentation with kintohub V1 deployment (#27016)

    * Update kintohub documentation with kintohub V1 deployment
    
    * FIx indent error
    
    * Fix discord URL
    
    * Fix discord URL
    
    * 🚧 PR comments
    Appréderisse Benjamin authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    176c93e View commit details
    Browse the repository at this point in the history
  22. feat(gatsby): track how long query-on-demand querying takes (#28544)

    * feat(gatsby): track how long query-on-demand querying takes
    
    * typescript
    KyleAMathews authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    fbf9694 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    50df3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab320a View commit details
    Browse the repository at this point in the history
  3. chore(gatsyb-source-contentful): move locale filter (#28553)

    * chore(gatsyb-source-contentful): move locale filter
    
    * Fix tests
    pvdz authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    4277b3d View commit details
    Browse the repository at this point in the history
  4. feat(gatsby-plugin-sharp): run a single transformation for lazy images (

    #28574)
    
    * feat(gatsby-plugin-sharp): run a single transformation for lazy images
    
    * address review suggestions
    
    * rephrased comment
    vladar authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    498fbbf View commit details
    Browse the repository at this point in the history
  5. feat(gatsby): loading indicator for query-on-demand (#28562)

    * initial setup to show loading indicator when loading page resources takes over a second
    
    this will show both for client side navigation and first render
    
    * style loading indicator
    
    * add gatsby specifc debugLog function for runtime to show 'gatsby' prefixed debug logs
    
    * allow to enable/disable loading indicator via /___loading-indicator/disable get request
    
    * print console message on first render of indicator how to disable it
    
    * fix non query on demand bundling, don't even add loading components if loading indicator is not enabled, disable by default in cypress env
    
    * fix /___loading-indicator/disable check
    
    * add instructions about disabling via flag config
    
    * announce loading indicator + add media query for reduced motion and dark theme
    
    * don't announce out
    
    * cleanup DOM after first-render loading indicator
    
    * drop config flag support - this need more thinking because it would set precedent that would add configuration options to flags and we might regret it later
    
    * re-word browser console message, thanks @pragmaticpat
    
    Co-authored-by: LekoArts <lekoarts@gmail.com>
    pieh and LekoArts authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    1b97f5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    592d3d1 View commit details
    Browse the repository at this point in the history
  7. feature(gatsby): Enable partial releases of flags to a % of users (#2…

    …8387)
    
    * feature(gatsby): Enable partial releases of flags to a % of users
    
    * switch to a general 'testFitness' function for one-off checks on flags
    
    * typescripting
    
    * cleanup comment
    
    * Add FAST_REFRESH
    
    * Opt-in QoD & LazyImages for ~10% of users
    
    * update snapshot for newline
    
    * includePrelease for semver checks
    
    * no double isCI in IFlag interface
    
    * type unknownConfigFlags array
    
    * don't treat unfit flags are unknown
    
    * Update packages/gatsby/src/utils/flags.ts
    
    * fix lint
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    KyleAMathews and pieh authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    ad65656 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6297917 View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish next pre-minor

     - babel-plugin-remove-graphql-queries@2.14.0-next.0
     - babel-preset-gatsby-package@0.10.0-next.0
     - babel-preset-gatsby@0.10.0-next.0
     - create-gatsby@0.3.0-next.0
     - gatsby-admin@0.6.0-next.0
     - gatsby-cli@2.17.0-next.0
     - gatsby-codemods@1.8.0-next.0
     - gatsby-core-utils@1.8.0-next.0
     - gatsby-cypress@0.9.0-next.0
     - gatsby-design-tokens@2.5.0-next.0
     - gatsby-dev-cli@2.12.0-next.0
     - gatsby-graphiql-explorer@0.9.0-next.0
     - gatsby-image@2.9.0-next.0
     - gatsby-legacy-polyfills@0.5.0-next.0
     - gatsby-link@2.9.0-next.0
     - gatsby-page-utils@0.7.0-next.0
     - gatsby-plugin-benchmark-reporting@0.7.0-next.0
     - gatsby-plugin-canonical-urls@2.8.0-next.0
     - gatsby-plugin-catch-links@2.8.0-next.0
     - gatsby-plugin-coffeescript@2.8.0-next.0
     - gatsby-plugin-create-client-paths@2.8.0-next.0
     - gatsby-plugin-cxs@2.8.0-next.0
     - gatsby-plugin-emotion@5.2.0-next.0
     - gatsby-plugin-facebook-analytics@2.9.0-next.0
     - gatsby-plugin-feed@2.11.0-next.0
     - gatsby-plugin-flow@1.8.0-next.0
     - gatsby-plugin-fullstory@2.8.0-next.0
     - gatsby-plugin-glamor@2.8.0-next.0
     - gatsby-plugin-google-analytics@2.9.0-next.0
     - gatsby-plugin-google-gtag@2.6.0-next.0
     - gatsby-plugin-google-tagmanager@2.9.0-next.0
     - gatsby-plugin-graphql-config@0.5.0-next.0
     - gatsby-plugin-guess-js@1.8.0-next.0
     - gatsby-plugin-image@0.5.0-next.0
     - gatsby-plugin-jss@2.8.0-next.0
     - gatsby-plugin-layout@1.8.0-next.0
     - gatsby-plugin-less@4.5.0-next.0
     - gatsby-plugin-lodash@3.8.0-next.0
     - gatsby-plugin-manifest@2.10.0-next.0
     - gatsby-plugin-mdx@1.8.0-next.0
     - gatsby-plugin-netlify-cms@4.8.0-next.0
     - gatsby-plugin-netlify@2.9.0-next.0
     - gatsby-plugin-no-sourcemaps@2.7.0-next.0
     - gatsby-plugin-nprogress@2.8.0-next.0
     - gatsby-plugin-offline@3.8.0-next.0
     - gatsby-plugin-page-creator@2.8.0-next.0
     - gatsby-plugin-postcss@3.5.0-next.0
     - gatsby-plugin-preact@4.5.0-next.0
     - gatsby-plugin-preload-fonts@1.7.0-next.0
     - gatsby-plugin-react-css-modules@2.8.0-next.0
     - gatsby-plugin-react-helmet@3.8.0-next.0
     - gatsby-plugin-remove-trailing-slashes@2.8.0-next.0
     - gatsby-plugin-sass@2.9.0-next.0
     - gatsby-plugin-schema-snapshot@1.5.0-next.0
     - gatsby-plugin-sharp@2.12.0-next.0
     - gatsby-plugin-sitemap@2.10.0-next.0
     - gatsby-plugin-styled-components@3.8.0-next.0
     - gatsby-plugin-styled-jsx@3.8.0-next.0
     - gatsby-plugin-styletron@5.5.0-next.0
     - gatsby-plugin-stylus@2.8.0-next.0
     - gatsby-plugin-subfont@2.7.0-next.0
     - gatsby-plugin-twitter@2.8.0-next.0
     - gatsby-plugin-typescript@2.10.0-next.0
     - gatsby-plugin-typography@2.10.0-next.0
     - gatsby-plugin-utils@0.7.0-next.0
     - gatsby-react-router-scroll@3.5.0-next.0
     - gatsby-recipes@0.7.0-next.0
     - gatsby-remark-autolink-headers@2.9.0-next.0
     - gatsby-remark-code-repls@3.7.0-next.0
     - gatsby-remark-copy-linked-files@2.8.0-next.0
     - gatsby-remark-custom-blocks@2.8.0-next.0
     - gatsby-remark-embed-snippet@4.8.0-next.0
     - gatsby-remark-graphviz@1.8.0-next.0
     - gatsby-remark-images-contentful@2.8.0-next.0
     - gatsby-remark-images@3.9.0-next.0
     - gatsby-remark-katex@3.8.0-next.0
     - gatsby-remark-prismjs@3.11.0-next.0
     - gatsby-remark-responsive-iframe@2.9.0-next.0
     - gatsby-remark-smartypants@2.8.0-next.0
     - gatsby-source-contentful@4.4.0-next.0
     - gatsby-source-drupal@3.11.0-next.0
     - gatsby-source-faker@2.8.0-next.0
     - gatsby-source-filesystem@2.9.0-next.0
     - gatsby-source-graphql@2.12.0-next.0
     - gatsby-source-hacker-news@2.9.0-next.0
     - gatsby-source-lever@2.8.0-next.0
     - gatsby-source-medium@2.8.0-next.0
     - gatsby-source-mongodb@2.8.0-next.0
     - gatsby-source-npm-package-search@2.8.0-next.0
     - gatsby-source-shopify@3.8.0-next.0
     - gatsby-source-wikipedia@2.8.0-next.0
     - gatsby-source-wordpress@3.9.0-next.0
     - gatsby-telemetry@1.8.0-next.0
     - gatsby-theme@0.6.0-next.0
     - gatsby-transformer-asciidoc@1.8.0-next.0
     - gatsby-transformer-csv@2.8.0-next.0
     - gatsby-transformer-documentationjs@4.8.0-next.0
     - gatsby-transformer-excel@2.9.0-next.0
     - gatsby-transformer-hjson@2.9.0-next.0
     - gatsby-transformer-javascript-frontmatter@2.8.0-next.0
     - gatsby-transformer-javascript-static-exports@2.9.0-next.0
     - gatsby-transformer-json@2.9.0-next.0
     - gatsby-transformer-pdf@1.8.0-next.0
     - gatsby-transformer-react-docgen@5.7.0-next.0
     - gatsby-transformer-remark@2.14.0-next.0
     - gatsby-transformer-screenshot@2.8.0-next.0
     - gatsby-transformer-sharp@2.10.0-next.0
     - gatsby-transformer-sqip@2.9.0-next.0
     - gatsby-transformer-toml@2.9.0-next.0
     - gatsby-transformer-xml@2.8.0-next.0
     - gatsby-transformer-yaml@2.9.0-next.0
     - gatsby@2.30.0-next.0
    vladar committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    9eb5031 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c21dac9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. chore(release): Publish next

     - gatsby-admin@0.6.0-next.1
     - gatsby@2.30.0-next.1
    pieh committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    e157f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a79ffc View commit details
    Browse the repository at this point in the history
  3. chore(e2e-development): bump cypress version (#28580)

    * chore(e2e-development): bump cypress to latest
    
    * clean up after data-update tests to be able to rerun those easier
    
    * those tests should not be skipped
    
    * make gatsby preview tests rerunnable without restarting gatsby develop (lol)
    
    * make page queries restartable without manual resets
    
    * fix "Sorry, we could not load" when visiting using not encoded unicode characters
    
    ref: https://github.com/cypress-io/cypress/pull/5813/files (see tests that use encoded messages)
    
    * add retries
    
    * restore ... "--restore" options that was removed in one of reverts but some tests actually made use of it ;)
    
    * don't record videos on passing tests
    pieh authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    b8dec9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a26bf80 View commit details
    Browse the repository at this point in the history
  5. chore: Update policy contact (#28564)

    * chore: Update policy contact
    
    [ch19053]
    
    * Update SECURITY.md
    
    Nah, let's not attempt security through obscurity.
    Janson Hartliep authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    305e7c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    84f3d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756f437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cfc0bb View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Fix broken import statement (#28611) (#28611)

    Assuming the PR is correct. Tests do not test benchmarks.
    ax-vasquez authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2d21410 View commit details
    Browse the repository at this point in the history
  2. Fixed typo brackets in file-system-route-api.md (#28612)

    * Fixed typo brackets in file-system-route-api.md
    
    There were extra curly brackets and a missing backtick in 2 the examples. Noticed when I copy pasted the example.
    
    * formatted change
    runningdeveloper authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    6e14292 View commit details
    Browse the repository at this point in the history
  3. fix(gatsby-plugin-sharp): Include default transform options for webp (#…

    …28620)
    
    * fix(gatsby-plugin-sharp): Include default transform options for webp
    
    * SNapshots
    ascorbic authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1c750b6 View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-plugin-image): Better propType handling for StaticImage (#…

    …28606)
    
    * fix(gatsby-plugin-image): Better propType handling for StaticImage
    
    * Normalise props
    
    * Handle tracedSVG not being camel case
    ascorbic authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    52027db View commit details
    Browse the repository at this point in the history
  5. chore: update ink to v3 (#26190)

    * Fix most stuff
    
    * Whitespace
    
    * Upgrade spinners
    
    * Format
    
    * Wrap error in text
    
    * Fix devDeps
    
    * Remove ink-box
    
    * Eslint fix
    
    * Eslint
    
    * Eslint
    
    * Eslint
    
    * Fix return type missing
    
    * fix: update bundled ink
    
    * fix: update caniuse-lite so tests pass
    
    * since we started bundling ink resolution check was almost never true ... because `ink` module wasn't installed - it was bundled in `gatsby-cli` (yikes)
    
    * workaround rollup problem when trying to import cjs with default
    
    * some tests should be fixed
    
    * ink auto wraps output, so current ln splitting won't work well - just accumulate output as is and instead of checking exact output, replace spaces with any whitespace in matcher
    
    * fix "default" import thingies
    
    * add comment about nullable stdout
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    Co-authored-by: Adam Schay <adamschay@gmail.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    4 people authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1e702ae View commit details
    Browse the repository at this point in the history
  6. fix(gatsby-plugin-image): Correctly handle formats in StaticImage (#2…

    …8618)
    
    * Include formats prop
    
    * Default to auto, webp
    
    * fix(gatsby-plugin-sharp): Include default transform options for webp
    
    * Update snapshots
    
    * Is this why it fails?
    
    * Allow time for other image
    
    * Use jpg-only for lazy-load tests.
    Lazy-load tests currently fail if there's a webp image. This will need a proper fix later, but not in this PR.
    This reverts commit 7f1cd2a.
    ascorbic authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    912f30c View commit details
    Browse the repository at this point in the history
  7. fix(gatsby-plugin-sharp): catch errors when writing base64 images (#2…

    …8614)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    4 people authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    02860da View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish next

     - create-gatsby@0.3.0-next.1
     - gatsby-admin@0.6.0-next.2
     - gatsby-cli@2.17.0-next.1
     - gatsby-plugin-image@0.5.0-next.1
     - gatsby-plugin-netlify-cms@4.8.0-next.1
     - gatsby-plugin-sharp@2.12.0-next.1
     - gatsby-recipes@0.7.0-next.1
     - gatsby-source-contentful@4.4.0-next.1
     - gatsby-transformer-sqip@2.9.0-next.1
     - gatsby@2.30.0-next.2
    sidharthachatterjee committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1dcbc09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b81e6bd View commit details
    Browse the repository at this point in the history
  10. feat(gatsby): improve refresh endpoint output (#28621)

    * feat(gatsby): improve refresh endpoint output
    
    * update status-codes
    
    * add error msg
    wardpeet authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    deb4e1e View commit details
    Browse the repository at this point in the history
  11. chore: Add contributors to 2.26/2.27/2.28 release notes (#28639)

    * chore: Add contributors to 2.26
    
    * 2.27
    
    * 2.28
    
    * typo
    LekoArts authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    8c62f53 View commit details
    Browse the repository at this point in the history
  12. fix(create-gatsby): Adds a default icon so plugin-manifest works out …

    …of the box (#28635)
    
    * Adds a default icon so plugin-manifest works
    
    * Update test
    ascorbic authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4dc8ab7 View commit details
    Browse the repository at this point in the history
  13. docs: release notes for 2.29 (#28605)

    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Co-authored-by: Laurie <laurie@gatsbyjs.com>
    4 people authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7645ffd View commit details
    Browse the repository at this point in the history
  14. feat(gatsby-starter-minimal): Add 404 to minimal starter (#28636)

    * feat(gatsby-starter-minimal): Add 404 to minimal starter
    
    * remove unused code, think it was from an errant merge, and change ordering and styling for the dev message
    
    Co-authored-by: Laurie <laurie@gatsbyjs.com>
    ascorbic and Laurie authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    19a2064 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. docs reorganization (#28165)

    * wip: add placeholder how-to guide landing page
    
    * chore: move babel into how-to guides
    
    * wip: add temp placeholders for conceptual and reference landing pages
    
    * wip: add SectionWithSideLinks component for /docs landing page
    
    * Still needs Icon support
    
    * change imports to local component imports
    
    * remove doc type landing pages (handled in mansion)
    
    * remove www file (missed during merge conflicts)
    
    * remove old /docs landing page (now generated from mansion)
    
    * reorg files for some how-to guides
    
    * Corresponds to f082386af586029259964bd102d2d883b58838b1 in mansion
    * Setup and Local Development
    * Customizing the Default JS Tools
    * Routing and Pages
    
    * reorg some how-to guides
    
    * Corresponds to f51d730dd861199d7e0e9f99f9428e81753e37e5 in mansion
    * Styling
    * Adding Images and Media
    * Plugins and Themes
    
    * re-move how-to guides into subfolders per section
    
    * Corresponds with c3db1c5ed56861324591a476195dce9105345e30 in mansion
    
    * move rest of how-to guides to subfolders
    
    * Corresponds with cb26f57ae31db916779f7a87d57718dfe9de8f16 in mansion
    
    * move reference docs to subfolders
    
    * Corresponds with de6e56b59c in mansion
    
    * move conceptual guides into subfolders
    
    * Corresponds to 916376112b in mansion
    
    * move Using Gatsby Professionally docs into subfolder
    
    * Temporary holding place until we can move them to blog posts
    
    * move tutorial into /docs
    * corresponds with d435d15259 in mansion
    
    * feat: organize docs for reference type
    
    * Corresponds with 430f9a6fbf in mansion
    
    * remove duplicate /docs/testing
    
    * fix: sidebar links QA
    
    * Corresponds with 9819eb6d05 in mansion
    * How-to guides (stopped @ adding images and media)
    
    * fix: move some docs
    
    * Corresponds with 00faa14a15 in mansion
    
    * move v2.26 release notes under the right folder
    
    * feat: rename Gatsby Magic -> Gatsby Jargon
    
    * reorg: move Making Your Site Accessible into Conceptual
    
    * feat: remove api-reference GuideList page
    
    * This will need a redirect from /docs/api-reference to /docs/reference
    
    * reorg: move PRPL and "what is a plugin" out of conceptual
    
    * reorg: move "customizing components with mdx" into how-to
    
    * reorg: prefer useStaticQuery over StaticQuery component
    
    * reorg: add subfolder for reference/routing
    
    * feat: consolidate redundant gatsby-browser docs
    
    * fix: rename gatsby-node-apis doc to gatsby-node for consistency
    
    * feat: add placeholder for How to Create Pages doc
    
    * fix: remove 'advanced' directory from docs structure
    
    * fix: align reference categories with how-to categories
    
    * fix: shorten path param for reference/builds
    
    * feat: consolidate api-files* and gatsby-* docs
    
    * fix: split sourcing-and-querying-data into separate folders
    
    * Corresponds with 5621094131 in mansion
    
    * feat: swap out source plugin how-to for tutorial
    
    * fix: update old links to match redirect urls
    
    * fix: remove 'recipes' label from Working With Starters
    
    * test: update one image path
    
    * fix: update image paths for all reorganized docs
    
    * fix: lint
    
    * fix: update links to How To 404 Page doc
    
    * fix: merge mdx docs into one how-to guide
    
    * fix: add intro to MDX how-to
    
    * fix: move release notes into the right folder
    
    * fix: reorg reference categories back to old structure
    
    * fix: update links from restructuring Reference categories
    
    * no line breaks in middle of para otherwise mdx hates us
    
    * Update index.md
    
    * fix: remove <br> tag that's breaking MDX
    
    Co-authored-by: Sam Bhagwat <calcalcsam@gmail.com>
    Co-authored-by: Sam Bhagwat <calcsam@gmail.com>
    3 people authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    18de9ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a59200 View commit details
    Browse the repository at this point in the history
  3. fix(gatsby): require gatsby-config.js before accessing process.env (#…

    …28572)
    
    Co-authored-by: Max Truxa <dev@maxtruxa.com>
    mxstbr and maxtruxa authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    b3f11ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    787bc23 View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish next

     - create-gatsby@0.3.0-next.2
     - gatsby-admin@0.6.0-next.3
     - gatsby-cli@2.17.0-next.2
     - gatsby@2.30.0-next.3
    LekoArts committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    824883e View commit details
    Browse the repository at this point in the history
  6. BREAKING(gatsby-plugin-sass): sass-loader to v10 & default usage of `…

    …sass` (#27991)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: LekoArts <lekoarts@gmail.com>
    3 people authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    b2d146b View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish next

     - gatsby-plugin-sass@3.0.0-next.0
    LekoArts committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c55e24a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1f6e79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a13827f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab03393 View commit details
    Browse the repository at this point in the history
  11. fix (creat-gatsby): Remove license information (#28644)

    * remove license information
    
    * don't need existence check since there is no error throw if it doesn't exist
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    LB and gatsbybot authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2050e93 View commit details
    Browse the repository at this point in the history
  12. (gatsby-minimal-starter): Update docs links and style to match relaun…

    …ch (#28660)
    
    * match docs relaunch
    
    * fix vertical alignment
    
    * Update starters/gatsby-starter-minimal/src/pages/index.js
    
    Co-authored-by: Florian Kissling <21834+fk@users.noreply.github.com>
    
    * Update starters/gatsby-starter-minimal/src/pages/index.js
    
    Co-authored-by: Florian Kissling <21834+fk@users.noreply.github.com>
    
    * Update starters/gatsby-starter-minimal/src/pages/index.js
    
    Co-authored-by: Florian Kissling <21834+fk@users.noreply.github.com>
    
    * Update starters/gatsby-starter-minimal/src/pages/index.js
    
    Co-authored-by: Florian Kissling <21834+fk@users.noreply.github.com>
    
    * adjust alignment
    
    * maxWidth
    
    Co-authored-by: Florian Kissling <21834+fk@users.noreply.github.com>
    LB and fk authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    11dced2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    140d123 View commit details
    Browse the repository at this point in the history
  14. feat(gatsby-plugin-image): Make dimensions optional and default to co…

    …nstrained (#28662)
    
    * Default to constrained
    
    * Size defaults
    
    * Fixed size defaults
    
    * Update proptypes
    
    * use fixed layout in tests
    
    * update e2e
    
    * update last e2e
    
    Co-authored-by: Laurie <laurie@gatsbyjs.com>
    ascorbic and Laurie authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f24a23d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. docs: fix spelling (#28665)

    jbampton authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0d82883 View commit details
    Browse the repository at this point in the history
  2. Partially revert "BREAKING(gatsby-plugin-sass): sass-loader to v10 & …

    ……" (#28666)
    
    This reverts (partially) commit b2d146b
    LekoArts authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9dbd02b View commit details
    Browse the repository at this point in the history
  3. perf(gatsby-plugin-image): Handle disabled js, and add preload link (#…

    …28669)
    
    * perf(gatsby-plugin-image): Handle disabled js, and add preload link
    
    * Update packages/gatsby-plugin-image/src/components/main-image.tsx
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    ascorbic and wardpeet authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8300236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4a6529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4e90b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b691b69 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update minor and patch for gatsby-transformer-yaml (#28602)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    08aa940 View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish next

     - create-gatsby@0.3.0-next.3
     - gatsby-admin@0.6.0-next.4
     - gatsby-cli@2.17.0-next.3
     - gatsby-plugin-image@0.5.0-next.2
     - gatsby-plugin-page-creator@2.8.0-next.1
     - gatsby-plugin-sharp@2.12.0-next.2
     - gatsby-source-npm-package-search@2.8.0-next.1
     - gatsby-transformer-sharp@2.10.0-next.1
     - gatsby-transformer-sqip@2.9.0-next.2
     - gatsby-transformer-yaml@2.9.0-next.1
     - gatsby@2.30.0-next.4
    sidharthachatterjee committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a07c33d View commit details
    Browse the repository at this point in the history
  9. make minimal gitignore (#28670)

    LB authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a3d7b36 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update minor and patch for gatsby-plugin-preact (#28601)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f83c405 View commit details
    Browse the repository at this point in the history
  11. chore(deps): update dependency typescript to ^3.9.7 (#28600)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    15936fb View commit details
    Browse the repository at this point in the history
  12. chore(deps): update dependency js-yaml to ^3.14.1 (#28599)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c13d8a1 View commit details
    Browse the repository at this point in the history
  13. chore(deps): update dependency eslint-plugin-prettier to ^3.3.0 (#28598)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f25022e View commit details
    Browse the repository at this point in the history
  14. chore(deps): update dependency @types/node to ^12.19.9 (#28597)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    667566d View commit details
    Browse the repository at this point in the history
  15. chore(deps): update dependency @types/fs-extra to ^8.1.1 (#28596)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    bea9ac7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6375542 View commit details
    Browse the repository at this point in the history
  17. chore(release): Publish next

     - create-gatsby@0.3.0-next.4
     - gatsby-admin@0.6.0-next.5
     - gatsby-cli@2.17.0-next.4
     - gatsby-plugin-cxs@2.8.0-next.1
     - gatsby-plugin-feed@2.11.0-next.1
     - gatsby-plugin-glamor@2.8.0-next.1
     - gatsby-plugin-google-tagmanager@2.9.0-next.1
     - gatsby-plugin-image@0.5.0-next.3
     - gatsby-plugin-manifest@2.10.0-next.1
     - gatsby-plugin-mdx@1.8.0-next.1
     - gatsby-plugin-netlify@2.9.0-next.1
     - gatsby-plugin-offline@3.8.0-next.1
     - gatsby-plugin-preact@4.5.0-next.1
     - gatsby-plugin-sass@3.0.0-next.1
     - gatsby-plugin-sharp@2.12.0-next.3
     - gatsby-plugin-twitter@2.8.0-next.1
     - gatsby-plugin-utils@0.7.0-next.1
     - gatsby-remark-autolink-headers@2.9.0-next.1
     - gatsby-remark-images@3.9.0-next.1
     - gatsby-source-contentful@4.4.0-next.2
     - gatsby-source-npm-package-search@2.8.0-next.2
     - gatsby-transformer-remark@2.14.0-next.1
     - gatsby-transformer-sqip@2.9.0-next.3
     - gatsby@2.30.0-next.5
    sidharthachatterjee committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    762a524 View commit details
    Browse the repository at this point in the history
  18. chore(deps): update dependency postcss to ^8.1.7 (#28082)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e304ddd View commit details
    Browse the repository at this point in the history
  19. chore(deps): update minor and patch for gatsby-graphiql-explorer (#28357

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a8676a7 View commit details
    Browse the repository at this point in the history
  20. fix(deps): update minor and patch for gatsby-plugin-sharp (#28509)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0ce0f69 View commit details
    Browse the repository at this point in the history
  21. chore(deps): update dependency @testing-library/react to ^11.2.2 (#28221

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    de13436 View commit details
    Browse the repository at this point in the history
  22. fix(deps): update minor and patch for gatsby-transformer-asciidoc (#2…

    …8359)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    275affb View commit details
    Browse the repository at this point in the history
  23. fix(deps): update starters and examples (#27908)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    10d0274 View commit details
    Browse the repository at this point in the history
  24. fix(deps): update minor and patch for gatsby-transformer-sharp (#28510)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    b712950 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3474ae3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cde7885 View commit details
    Browse the repository at this point in the history
  27. Update yarn.lock

    sidharthachatterjee committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7813f0c View commit details
    Browse the repository at this point in the history
  28. chore(release): Publish next

     - gatsby-admin@0.6.0-next.6
     - gatsby-graphiql-explorer@0.9.0-next.1
     - gatsby-plugin-image@0.5.0-next.4
     - gatsby-plugin-sharp@2.12.0-next.4
     - gatsby-source-contentful@4.4.0-next.3
     - gatsby-source-drupal@3.11.0-next.1
     - gatsby-source-filesystem@2.9.0-next.1
     - gatsby-source-shopify@3.8.0-next.1
     - gatsby-source-wordpress@3.9.0-next.1
     - gatsby-transformer-asciidoc@1.8.0-next.1
     - gatsby-transformer-sharp@2.10.0-next.2
     - gatsby-transformer-sqip@2.9.0-next.4
     - gatsby@2.30.0-next.6
    sidharthachatterjee committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8138b97 View commit details
    Browse the repository at this point in the history
  29. fix(gatsby): remove redundant dispatch of query extraction error (#28676

    )
    
    * fix(gatsby): remove redundant query extraction error dispatch
    
    * Warning message
    vladar authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1d7dc76 View commit details
    Browse the repository at this point in the history
  30. fix(gatsby): always add both childField and childrenField in Grap…

    …hQL (#28656)
    
    * fix(gatsby): always add both `childField` and `childrenField` in GraphQL
    
    * Update docs
    
    * fix null reference
    
    * Update tests
    
    * TODO item to remove `many` arg in `v3`
    
    * Update snapshot
    
    * add description to convenience child fields
    
    * update description
    
    * Revert docs for now
    vladar authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    739df13 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    9a49286 View commit details
    Browse the repository at this point in the history
  2. feat(gatsby-plugin-image): Add remote image support (#28647)

    * feat(gatsby-plugin-image): Add remote image support
    
    Well that was easier than expected!
    
    * Check for valid image type
    
    * Add flag
    
    * Fix check
    
    * Use set
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a91825d View commit details
    Browse the repository at this point in the history
  3. chore(docs): Fix links to release notes (#28685)

    * chore(docs): Fix links to release notes
    
    * links
    
    * links
    LekoArts authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    f2697cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c703eb4 View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish next

     - gatsby-admin@0.6.0-next.7
     - gatsby-plugin-image@0.5.0-next.5
     - gatsby-plugin-sass@3.0.0-next.2
     - gatsby-plugin-sharp@2.12.0-next.5
     - gatsby-transformer-sqip@2.9.0-next.5
     - gatsby@2.30.0-next.7
    LekoArts committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    48fa29b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a06a79 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. fix(gatsby): use correct stageLabel instead of undefined (#28701)

    * add basic tests for webpack-error-utils
    
    * fix(gatsby): use correct stageLabel instead of undefined
    pieh authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    a77e1d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    3727947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a3b57 View commit details
    Browse the repository at this point in the history
  3. feature(gatsby): Pause dev-ssr watching between page loads to avoid s…

    …lowing down regular develop-js HMR (#28394)
    
    * feature(gatsby): Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR
    
    * update snapshot
    
    * Don't double-resolve + add activity for building the SSR bundle
    
    * Add timeout for tests to ensure that dev server has time to bundle SSR + remove activity timers as not helpful
    
    * Update packages/gatsby/src/commands/build-html.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * fix typo
    
    * Don't resume if nothing has changed
    
    * Update packages/gatsby/src/commands/build-html.ts
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Didn't need this
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    KyleAMathews and pieh authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8ff6245 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    6af620c View commit details
    Browse the repository at this point in the history
  2. perf(gatsby-source-contentful): dont re-create nodes (#28642)

    * perf(contentful): prevent creating main nodes if they already exist
    
    * No comment
    
    * Prevent text/json nodes if they already exist
    
    * Just use `id`
    
    * Fix tests
    
    * Add warm build tests
    pvdz authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    3a51e22 View commit details
    Browse the repository at this point in the history
  3. chore(gatsby-source-graphql): docs on how to use apollo links (#28686)

    * chore(gatsby-source-graphql): docs on how to use apollo links
    
    * add comment
    
    * Update packages/gatsby-source-graphql/README.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * Update packages/gatsby-source-graphql/README.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * Update packages/gatsby-source-graphql/README.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * add suggested changes
    
    * rename options to pluginOptions for clarity
    
    * amend
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    vladar and meganesu authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    4021a57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338ed78 View commit details
    Browse the repository at this point in the history
  5. chore(telemetry) improve github action and circle detection (#28732)

    * chore(telemetry) improve github action and circle detection
    
    * Change order
    
    * Make sure tests work in circle
    jamo authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    3af7182 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. fix(gatsby): print childOf directive for implicit child fields (#28483)

    * fix(gatsby): print childOf directive for implicit child fields
    
    * fix comments
    
    * address review comments
    
    * be more defensive
    
    * Revert "be more defensive"
    
    This reverts commit e139486
    
    * fix duplicate types printing in `childOf`
    
    * fix invalid deprecation warning when mimeTypes is set
    vladar authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    146b197 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. feat: Add AVIF image support to beta image plugin (#28742)

    * Upgrade sharp
    
    * Add avif support
    
    * Add avif e2e tests
    
    * Allow - but warn about - using just AVIF
    
    * Add missing AVIF gql type
    
    * Upgrade e2e test executor
    ascorbic authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    2058775 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    5c3931c View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish next

     - babel-preset-gatsby@0.10.0-next.1
     - gatsby-admin@0.6.0-next.8
     - gatsby-cli@2.17.0-next.5
     - gatsby-core-utils@1.8.0-next.1
     - gatsby-page-utils@0.7.0-next.1
     - gatsby-plugin-image@0.5.0-next.6
     - gatsby-plugin-manifest@2.10.0-next.2
     - gatsby-plugin-mdx@1.8.0-next.2
     - gatsby-plugin-offline@3.8.0-next.2
     - gatsby-plugin-page-creator@2.8.0-next.2
     - gatsby-plugin-preload-fonts@1.7.0-next.1
     - gatsby-plugin-sharp@2.12.0-next.6
     - gatsby-recipes@0.7.0-next.2
     - gatsby-remark-images-contentful@2.8.0-next.1
     - gatsby-remark-images@3.9.0-next.2
     - gatsby-source-contentful@4.4.0-next.4
     - gatsby-source-drupal@3.11.0-next.2
     - gatsby-source-filesystem@2.9.0-next.2
     - gatsby-source-graphql@2.12.0-next.1
     - gatsby-source-shopify@3.8.0-next.2
     - gatsby-source-wordpress@3.9.0-next.2
     - gatsby-telemetry@1.8.0-next.1
     - gatsby-transformer-remark@2.14.0-next.2
     - gatsby-transformer-sharp@2.10.0-next.3
     - gatsby-transformer-sqip@2.9.0-next.6
     - gatsby@2.30.0-next.8
    sidharthachatterjee committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    968914f View commit details
    Browse the repository at this point in the history
  3. feat(gatsby): enable lazy images by default (#28743)

    * feat(gatsby): enable lazy images by default
    
    * revert changes to flags.ts
    
    * Keep disabled in CI
    vladar authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3b40d80 View commit details
    Browse the repository at this point in the history
  4. feat(gatsby-source-graphql): Default Apollo Link fetch wrapper to sho…

    …w better API errors (#28786)
    
    * apollo fetch http error status
    
    * update tests
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    abdb8d6 View commit details
    Browse the repository at this point in the history
  5. feat(gatsby): use production React for dev-ssr when CI=true (#28728)

    * feat(gatsby): use production React for dev-ssr when CI=true
    
    * Use @pieh's suggestion for switching to the prod versions of React/ReactDOM
    
    * Don't need this now
    KyleAMathews authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    bd6b899 View commit details
    Browse the repository at this point in the history
  6. chore(gatsby): enable query on demand (and lazy images) by default fo…

    …r local development (#28787)
    
    * feat(flags): add LOCKED_IN mode for flags for cases where opt-in features become defaults
    
    * feat(gatsby): enable query on demand (and lazy images) by default for local development
    
    * fix "lint"
    
    * chore(telemetry): don't track usage of query on demand / lazy images anymore - those are defaults
    
    * use plain false instead of weird Symbol do opt out of telemetry tracking
    
    * Update packages/gatsby/src/utils/handle-flags.ts
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    
    * update snapshots
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    pieh and vladar authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f19c807 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish next pre-minor

     - babel-plugin-remove-graphql-queries@2.15.0-next.0
     - babel-preset-gatsby-package@0.11.0-next.0
     - babel-preset-gatsby@0.11.0-next.0
     - create-gatsby@0.4.0-next.0
     - gatsby-admin@0.7.0-next.0
     - gatsby-cli@2.18.0-next.0
     - gatsby-codemods@1.9.0-next.0
     - gatsby-core-utils@1.9.0-next.0
     - gatsby-cypress@0.10.0-next.0
     - gatsby-design-tokens@2.6.0-next.0
     - gatsby-dev-cli@2.13.0-next.0
     - gatsby-graphiql-explorer@0.10.0-next.0
     - gatsby-image@2.10.0-next.0
     - gatsby-legacy-polyfills@0.6.0-next.0
     - gatsby-link@2.10.0-next.0
     - gatsby-page-utils@0.8.0-next.0
     - gatsby-plugin-benchmark-reporting@0.8.0-next.0
     - gatsby-plugin-canonical-urls@2.9.0-next.0
     - gatsby-plugin-catch-links@2.9.0-next.0
     - gatsby-plugin-coffeescript@2.9.0-next.0
     - gatsby-plugin-create-client-paths@2.9.0-next.0
     - gatsby-plugin-cxs@2.9.0-next.0
     - gatsby-plugin-emotion@5.3.0-next.0
     - gatsby-plugin-facebook-analytics@2.10.0-next.0
     - gatsby-plugin-feed@2.12.0-next.0
     - gatsby-plugin-flow@1.9.0-next.0
     - gatsby-plugin-fullstory@2.9.0-next.0
     - gatsby-plugin-glamor@2.9.0-next.0
     - gatsby-plugin-google-analytics@2.10.0-next.0
     - gatsby-plugin-google-gtag@2.7.0-next.0
     - gatsby-plugin-google-tagmanager@2.10.0-next.0
     - gatsby-plugin-graphql-config@0.6.0-next.0
     - gatsby-plugin-guess-js@1.9.0-next.0
     - gatsby-plugin-image@0.6.0-next.0
     - gatsby-plugin-jss@2.9.0-next.0
     - gatsby-plugin-layout@1.9.0-next.0
     - gatsby-plugin-less@4.6.0-next.0
     - gatsby-plugin-lodash@3.9.0-next.0
     - gatsby-plugin-manifest@2.11.0-next.0
     - gatsby-plugin-mdx@1.9.0-next.0
     - gatsby-plugin-netlify-cms@4.9.0-next.0
     - gatsby-plugin-netlify@2.10.0-next.0
     - gatsby-plugin-no-sourcemaps@2.8.0-next.0
     - gatsby-plugin-nprogress@2.9.0-next.0
     - gatsby-plugin-offline@3.9.0-next.0
     - gatsby-plugin-page-creator@2.9.0-next.0
     - gatsby-plugin-postcss@3.6.0-next.0
     - gatsby-plugin-preact@4.6.0-next.0
     - gatsby-plugin-preload-fonts@1.8.0-next.0
     - gatsby-plugin-react-css-modules@2.9.0-next.0
     - gatsby-plugin-react-helmet@3.9.0-next.0
     - gatsby-plugin-remove-trailing-slashes@2.9.0-next.0
     - gatsby-plugin-sass@3.1.0-next.0
     - gatsby-plugin-schema-snapshot@1.6.0-next.0
     - gatsby-plugin-sharp@2.13.0-next.0
     - gatsby-plugin-sitemap@2.11.0-next.0
     - gatsby-plugin-styled-components@3.9.0-next.0
     - gatsby-plugin-styled-jsx@3.9.0-next.0
     - gatsby-plugin-styletron@5.6.0-next.0
     - gatsby-plugin-stylus@2.9.0-next.0
     - gatsby-plugin-subfont@2.8.0-next.0
     - gatsby-plugin-twitter@2.9.0-next.0
     - gatsby-plugin-typescript@2.11.0-next.0
     - gatsby-plugin-typography@2.11.0-next.0
     - gatsby-plugin-utils@0.8.0-next.0
     - gatsby-react-router-scroll@3.6.0-next.0
     - gatsby-recipes@0.8.0-next.0
     - gatsby-remark-autolink-headers@2.10.0-next.0
     - gatsby-remark-code-repls@3.8.0-next.0
     - gatsby-remark-copy-linked-files@2.9.0-next.0
     - gatsby-remark-custom-blocks@2.9.0-next.0
     - gatsby-remark-embed-snippet@4.9.0-next.0
     - gatsby-remark-graphviz@1.9.0-next.0
     - gatsby-remark-images-contentful@2.9.0-next.0
     - gatsby-remark-images@3.10.0-next.0
     - gatsby-remark-katex@3.9.0-next.0
     - gatsby-remark-prismjs@3.12.0-next.0
     - gatsby-remark-responsive-iframe@2.10.0-next.0
     - gatsby-remark-smartypants@2.9.0-next.0
     - gatsby-source-contentful@4.5.0-next.0
     - gatsby-source-drupal@3.12.0-next.0
     - gatsby-source-faker@2.9.0-next.0
     - gatsby-source-filesystem@2.10.0-next.0
     - gatsby-source-graphql@2.13.0-next.0
     - gatsby-source-hacker-news@2.10.0-next.0
     - gatsby-source-lever@2.9.0-next.0
     - gatsby-source-medium@2.9.0-next.0
     - gatsby-source-mongodb@2.9.0-next.0
     - gatsby-source-npm-package-search@2.9.0-next.0
     - gatsby-source-shopify@3.9.0-next.0
     - gatsby-source-wikipedia@2.9.0-next.0
     - gatsby-source-wordpress@3.10.0-next.0
     - gatsby-telemetry@1.9.0-next.0
     - gatsby-theme@0.7.0-next.0
     - gatsby-transformer-asciidoc@1.9.0-next.0
     - gatsby-transformer-csv@2.9.0-next.0
     - gatsby-transformer-documentationjs@4.9.0-next.0
     - gatsby-transformer-excel@2.10.0-next.0
     - gatsby-transformer-hjson@2.10.0-next.0
     - gatsby-transformer-javascript-frontmatter@2.9.0-next.0
     - gatsby-transformer-javascript-static-exports@2.10.0-next.0
     - gatsby-transformer-json@2.10.0-next.0
     - gatsby-transformer-pdf@1.9.0-next.0
     - gatsby-transformer-react-docgen@5.8.0-next.0
     - gatsby-transformer-remark@2.15.0-next.0
     - gatsby-transformer-screenshot@2.9.0-next.0
     - gatsby-transformer-sharp@2.11.0-next.0
     - gatsby-transformer-sqip@2.10.0-next.0
     - gatsby-transformer-toml@2.10.0-next.0
     - gatsby-transformer-xml@2.9.0-next.0
     - gatsby-transformer-yaml@2.10.0-next.0
     - gatsby@2.31.0-next.0
    vladar committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    2059ead View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. chore(telemetry): ensure forked develop child processes have the same…

    … sessionId (#28799)
    
    * chore(telemetry): ensure forked develop child processes have the same
    sessionId
    
    * Add patch from @pieh to ensure it works with old gatsby-cli
    jamo authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    b72b5bc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    7378fcf View commit details
    Browse the repository at this point in the history
  2. Update Fontsource Documentation (#28750)

    Co-authored-by: Lotus <DecliningLotus@users.noreply.github.com>
    ayuhito and Lotus authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    d2eee5b View commit details
    Browse the repository at this point in the history
  3. chore(docs): fix a broken url (#28756)

    ### Summary
    
    Easy navigation and easy reading for others
    saintmalik authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7d71cca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b960334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8b6a8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba8739e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b45941e View commit details
    Browse the repository at this point in the history
  8. chore(docs): Update lighthouse instructions in tutorial (#28785)

    fixed the description of Lighthouse to match what I saw in Chrome
    yonatanLehman authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    825d2e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65835b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    305fa64 View commit details
    Browse the repository at this point in the history
  11. chore(docs): Fix all /packages links to /plugins (#28816)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    takapiro99 and LekoArts authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    200e307 View commit details
    Browse the repository at this point in the history
  12. chore(examples): Remove Broken Link (#28817)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    sreehari-sj23 and LekoArts authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    a9c933a View commit details
    Browse the repository at this point in the history
  13. fix(gatsby-plugin-image): Correct image styles (#28834)

    * fix(gatsby-plugin-image): Correct image styles
    
    * Remove avif options from dom
    
    * Remove in/delete
    ascorbic authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3d6446c View commit details
    Browse the repository at this point in the history
  14. chore(docs): Update migrate-remark-to-mdx (#28811)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    Taremeh and LekoArts authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7a1697c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55882f2 View commit details
    Browse the repository at this point in the history
  16. feature(gatsby): Extract non-css-in-js css and add add to <head> when…

    … SSRing in dev (#28471)
    
    * feature(gatsby): Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR
    
    * update snapshot
    
    * Don't double-resolve + add activity for building the SSR bundle
    
    * Add timeout for tests to ensure that dev server has time to bundle SSR + remove activity timers as not helpful
    
    * feature(gatsby): Extract and add CSS when SSRing in dev
    
    * Remove commented out code
    
    * get tests passing
    
    * WIP
    
    * Got hot-reloading working w/ mini-css-extract-plugin
    
    * remove mistakenly added file
    
    * remove change to yarn.lock
    
    * revert other mistakenly added files
    
    * Add an async module to test against
    
    * fix async module
    
    * Add postcss/tailwind
    
    * write webpack config for easy comparisons
    
    * that was a lot easier than I thought — just set hmr:true for non-production sites
    
    * cleanups
    
    * Don't need this since we're using <link> not <style>
    
    * pass in port
    
    * remove dev css from test comparisons
    
    * Update snapshots + add tailwind
    
    * cleanups
    
    * remove discarded changes
    
    * Move changes behind flag
    
    * Undo unnecesary changes
    
    * Update tests for signature change
    
    * Move more code behind the flag
    
    * dynamically set absolute URL for css files so works wherever it's hosted
    
    * start relative than make absolute
    
    * Remove now unused port
    
    * Remove changes from #28394
    
    * use @pieh's suggested refactor in https://github.com/gatsbyjs/gatsby/pull/28471/files\#r546803732
    
    * pass naming options for extractText in via options
    
    * Update packages/gatsby/src/utils/webpack.config.js
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    * Update snapshot
    
    * Stop Jest from chocking on import of css
    
    * turned out we didn't need this
    
    * test(ssr): ignore src/test file (those are not tests)
    
    * test(ssr): update snapshot after removing inline script modyfing href
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    KyleAMathews and pieh authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    121ccbf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. feat(gatsby): Partially release develop SSR to 5% (#28844)

    * feat(gatsby): Partially release develop SSR to 5%
    
    * Fix typescript lint
    KyleAMathews authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    6b8cd5d View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-cli): fix timers on progress bar (#28684)

    * fix(gatsby-cli): fix timers on progress bar
    
    * Add rate as well
    
    * Make sure max is >=1 and init is only set when given
    
    * yes, "thank you", TS
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    pvdz and gatsbybot authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    f11adbb View commit details
    Browse the repository at this point in the history
  3. perf(gatsby-plugin-sharp): change approach to concurrency for image p…

    …rocessing (#28575)
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    vladar and gatsbybot authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    930e6b6 View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-plugin-image): Fix handling of sizes prop in SSR (#28835)

    * fix(gatsby-plugin-image): Fix handling of sizes prop in SSR
    
    * Update tests
    
    * Update tests
    
    * Fix types
    
    * Update e2e tests
    
    * Update e2e-tests/gatsby-static-image/src/pages/constrained.js
    
    Co-authored-by: LB <laurie@gatsbyjs.com>
    
    * Add test for size override
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    Co-authored-by: LB <laurie@gatsbyjs.com>
    3 people authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a135c50 View commit details
    Browse the repository at this point in the history
  5. fix(create-gatsby) the sessionId is supposed to be the same for the w…

    …hole duration of the session (#28864)
    
    * fix(create-gatsby) the sessionIs is supposed to be the same for the whole duration of the session
    
    * Update packages/create-gatsby/src/tracking.ts
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    jamo and ascorbic authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    de87590 View commit details
    Browse the repository at this point in the history
  6. fix(gatsby-plugin-sharp): PathPrefix isn't being passed/set for Gatsb…

    …yImage (#28845)
    
    * fix for path-prefix in GatsbyImage
    
    * add e2e test for path prefix cases
    
    * update tests
    
    * forgot to save
    
    * refactor
    
    * add curlys
    LB authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5874414 View commit details
    Browse the repository at this point in the history
  7. perf(gatsby-plugin-mdx): Stop clobbering the same file over and over …

    …again (#27974)
    
    * perf(gatsby-plugin-mdx): Stop clobbering the same file over and over again
    
    * Undo the await part, can be separate PR
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    pvdz and gatsbybot authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3d100e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1debff5 View commit details
    Browse the repository at this point in the history
  9. docs: release notes for v2.30 (#28836)

    * docs: release notes for 2.30.0
    
    * fix broken local links
    
    * formatting
    
    * docs: Add avif and remote image release notes (#28842)
    
    * chore(release): Add dev-ssr to the release notes for 2.30 (#28843)
    
    * chore(release): Add dev-ssr to the release notes for 2.30
    
    * Prettier fix
    
    * Update index.md
    
    * change the ordering of sections
    
    * note about mdx perf improvement
    
    * note about sharp perf improvements
    
    * docs: Add caveat for avif support (#28875)
    
    * address review comments
    
    * Update index.md
    
    * Update index.md
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    3 people authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3abbfbe View commit details
    Browse the repository at this point in the history
  10. docs: update gatsby develop overview for query on demand (#28840)

    * docs: update gatsby develop overview for query on demand
    
    * Update docs/docs/conceptual/overview-of-the-gatsby-build-process.md
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    pieh and KyleAMathews authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0b2257a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    247b1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d0ef8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    5f711fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef12dca View commit details
    Browse the repository at this point in the history
  3. fix(gatsby): show stack trace for non-graphql errors (#28888)

    * fix(gatsby): show stack trace for non-graphql errors
    
    * If we want to squash more graphql specific errors we should catch them
    
    * one attempt at fixing snapshots
    
    * Drop unused imported type
    pvdz authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    1769fc3 View commit details
    Browse the repository at this point in the history
  4. Fix(gatsby-plugin-image): Render LayoutWrapper prior to loading of la…

    …zy-hydrate (#28841)
    
    * add layoutwrapper to intial render when lazy-hydrate hasn't yet run
    
    * calculate sizer string
    LB authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    78e5e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. gatsby image conceptual guide (#28749)

    * v1
    
    * more
    
    * expand on different sections
    
    * elaborate more at length
    
    * more
    
    * specify better what gatsby does
    
    * Update using-gatsby-image.md
    
    * Update docs/docs/conceptual/using-gatsby-image.md
    
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    
    * Update docs/docs/conceptual/using-gatsby-image.md
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    
    * Update using-gatsby-image.md
    
    * prettier
    
    * fix image
    
    * fix image again
    
    * fix image again
    
    Co-authored-by: Sam Bhagwat <calcalcsam@gmail.com>
    Co-authored-by: Megan Sullivan <megan@gatsbyjs.com>
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    4 people authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    610f9e8 View commit details
    Browse the repository at this point in the history
  2. ecommerce conceptual guide (#28755)

    * ecommerce conceptual guide
    
    * Update gatsby-for-ecommerce.md
    
    * Update gatsby-for-ecommerce.md
    
    * prettier
    
    Co-authored-by: Sam Bhagwat <calcalcsam@gmail.com>
    calcsam and calcsam2 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ac8d00c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6736a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e20f01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6275072 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f398a View commit details
    Browse the repository at this point in the history
  7. chore(docs): plugin contentful - fix brand name, code blocks for names (

    #28915)
    
    Co-authored-by: Lennart <lekoarts@gmail.com>
    muescha and LekoArts authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    712e864 View commit details
    Browse the repository at this point in the history
  8. readme(gatsby-plugin-emotion): fix table (#28906)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    muescha and LekoArts authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4798257 View commit details
    Browse the repository at this point in the history
  9. chore(docs): google plugin analytics - upgrade to gtag, fix code (#28918

    )
    
    Co-authored-by: LekoArts <lekoarts@gmail.com>
    muescha and LekoArts authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c362463 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    638ac0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8b516f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a455a23 View commit details
    Browse the repository at this point in the history