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

Migrate to Gatsby v2 #1

Merged
merged 3,178 commits into from
Nov 26, 2018
Merged

Migrate to Gatsby v2 #1

merged 3,178 commits into from
Nov 26, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 1, 2018

  1. chore(release): Publish

     - gatsby@2.0.37
    DSchau committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    27b98bc View commit details
    Browse the repository at this point in the history
  2. feat(blog): hacktoberfest wrapup post (#9631)

    * add hacktoberfest wrapup blog post
    
    * fix link, rm emojis
    
    * edits from @DSchau
    amberleyromo authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    5ba1551 View commit details
    Browse the repository at this point in the history
  3. Updates how-to-contribute docs (#9643)

    Recently I tried to run the instance of gatsby's website locally. 
    By using `gatsby develop` in /www, unfortunately, it got stuck. Refer #9640 for more info.
    Thanks to @DSchau he suggested trying `GATSBY_SCREENSHOT_PLACEHOLDER=true` to run the dev server. But for a new contributor, it's hard for him to figure this out. 
    
    So I made some changes in the `how-to-contribute` docs.
    pranshuchittora authored and DSchau committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    5901a8f View commit details
    Browse the repository at this point in the history
  4. Remove background, box-shadow and border-bottom from author image (95…

    …93) (#9623)
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    Fixes #9593
    gurtjun authored and DSchau committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    56eb023 View commit details
    Browse the repository at this point in the history
  5. Edited for punctuation and style guide (#9641)

    Mostly edited punctuation. Also, changed an abbreviation to match the style guide.
    janiceilene authored and DSchau committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    1f0f2cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    550121d View commit details
    Browse the repository at this point in the history
  7. Improves Page Not Found UX (#9613)

    * Updates Page Not Found UX with Link
    
    * Adds Link to 404.js
    
    * Updates code indentation
    
    Co-Authored-By: pranshuchittora <pranshuchittora17@gmail.com>
    
    * Updates routes from './' to '/'
    
    Co-Authored-By: pranshuchittora <pranshuchittora17@gmail.com>
    pranshuchittora authored and DSchau committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    53639f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Grammatical fix: "set up" is two words (except when it's a noun) (#9516)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Keavon authored and shannonbux committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    67afd84 View commit details
    Browse the repository at this point in the history
  2. docs: remove asterisk from 'Sourcing from the filesystem' link (#9652)

    The article exists [here](https://www.gatsbyjs.org/docs/sourcing-from-the-filesystem/ )but it still shows up on the sidebar as grayed out.
    tanvibhakta authored and pieh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    05fe705 View commit details
    Browse the repository at this point in the history
  3. docs: Update hyperlink to the gatsby-link package (#9651)

    The copy was implying the link is to the Gatsby-Link package but was actually redirecting to the general packages page.
    tanvibhakta authored and pieh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e43776e View commit details
    Browse the repository at this point in the history
  4. example-using-remark reject Promise on error (#9633)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Benjamin ABEL authored and DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8a660b7 View commit details
    Browse the repository at this point in the history
  5. Add overflowY: scroll to filtered starters sidebar (#9596)

    Closes #9592.
    hasparus authored and DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8877165 View commit details
    Browse the repository at this point in the history
  6. fix(gatsby-remark-autolink-headers): use shouldUpdateScroll api and n…

    …ot onRouteUpdate (#9657)
    
    * use shouldUpdateScroll api to not battle with builtin scrollbehaviour on scroll handling
    
    * use passed hash, doh
    pieh authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    390803c View commit details
    Browse the repository at this point in the history
  7. Added Kentico Cloud to the list of supported CMSes (#9660)

    Added Kentico Cloud to the list of supported CMSes
    petrsvihlik authored and DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    431da37 View commit details
    Browse the repository at this point in the history
  8. fix: load plugin object style without options object (#9647)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    Fixes issue at the end of #9559, e.g.:
    ```javascript
    module.exports = {
        plugins: [
            {
                resolve: 'gatsby-plugin-react-helmet'
            }
        ]
    }
    ```
    where the plugin is loaded using object syntax but no `options` object is defined.
    
    This wasn't caught by the unit test because the issue was occurring after the early out when it's the `___TEST___` plugin.
    zvinless authored and pieh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    42a2d07 View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish

     - gatsby-remark-autolink-headers@2.0.10
     - gatsby@2.0.38
    pieh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    04a4fc4 View commit details
    Browse the repository at this point in the history
  10. docs: removed duplicated 'to' from the docs (#9664)

    removed extra 'to' from the docs
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Parikshit-Hooda authored and pieh committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    58dc2f6 View commit details
    Browse the repository at this point in the history
  11. add gatsby-plugin-cxs (#8878)

    * add gatsby-plugin-cxs
    
    * fix cr: add gitignore and uppercase some text
    
    * add babel-preset-gatsby-package devDependencies
    ctxhou authored and DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    913fabe View commit details
    Browse the repository at this point in the history
  12. chore(release): Publish

     - gatsby-plugin-cxs@1.0.1
    DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    ee89c81 View commit details
    Browse the repository at this point in the history
  13. chore: use last published version as base version (#9668)

    * chore: use last published version as base version
    
    * chore: bump to 2.0.0
    DSchau authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    45d6210 View commit details
    Browse the repository at this point in the history
  14. chore(release): Publish

     - gatsby-plugin-cxs@2.0.1
    DSchau committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    dea7c4b View commit details
    Browse the repository at this point in the history
  15. Added Docs, Plugins and Starters section to the last tutorial page (8…

    …th) (#9653)
    
    Hi @jlengstorf and @shannonbux,
    I added Documentation, Official Plugins and Starters section (Next Steps) to the end of the tutorial, at the end of part 8 under section https://www.gatsbyjs.org/tutorial/part-eight/#keep-making-it-better.
    In accordance with the issue #9375 and pull request #9646
    I hope it might help : )
    Yash-Handa authored and shannonbux committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    88cc085 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    078be4d View commit details
    Browse the repository at this point in the history
  17. A few grammar edits

    @LekoArts just updated this with a few grammar / punctuation edits. It is structured very smoothly! Thank you for working so hard on this!
    shannonbux authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    a8aa875 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    39fd5a8 View commit details
    Browse the repository at this point in the history
  2. chore: tweak readme for various plugins that use secrets/keys (#9683)

    * chore: tweak readme for various plugins that use secrets/keys
    
    This PR adds some boilerplate text for plugins that have secret data,
    access tokens, etc. Open to tweaking language here, this is a decent
    first pass, so certainly open to suggestions or other approaches.
    
    cc @jlengstorf @KyleAMathews
    
    * Update packages/gatsby-source-contentful/README.md
    
    Co-Authored-By: DSchau <DSchau@users.noreply.github.com>
    
    * Update packages/gatsby-source-contentful/README.md
    
    Co-Authored-By: DSchau <DSchau@users.noreply.github.com>
    
    * Update packages/gatsby-source-graphql/README.md
    
    Co-Authored-By: DSchau <DSchau@users.noreply.github.com>
    
    * Update packages/gatsby-source-wordpress/README.md
    
    Co-Authored-By: DSchau <DSchau@users.noreply.github.com>
    DSchau authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    c1498bc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. fix(starters): update old demo links (#9688)

    I noticed that a couple of the demo links for starters were returning as not found. The GitHub links were still valid but had different demo links. I updated to reflect the demo links listed on their respective GitHub repository.
    M0nica authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    3110f26 View commit details
    Browse the repository at this point in the history
  2. docs: remove unused images from docs/tutorials (#9686)

    ## Done 🙌🏻
    
    While I was doing some digging for #9655, I noticed the tutorial folders contained redundant image files that were no longer being used anywhere in the codebase. I have removed them.
    
    ## Why? 🧐
    
    - This is a huge codebase, cloning it to my machine took ten minutes. Removing any redundant files will help, albeit only a little. But every little helps, right? 👍🏻
    
    - It easier to maintain a site which only contains files that are being used as there is less cognitive overload.
    
    ## How to QA this change 🤓
    
    - Grep the codebase for each file I have deleted
    - You should return 0 results for each file.
    barrymcgee authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    f6ed2f0 View commit details
    Browse the repository at this point in the history
  3. fix(showcase): remove about.sourcegraph.com and upgizmo.com (#9692)

    seems like those aren't accessible anymore and it breaks www build
    pieh authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    dcc5db8 View commit details
    Browse the repository at this point in the history
  4. feat(showcase): add DEKEMA.com (#9691)

    We built this site using Gatsby v2 and Prismic and would love to add it to your showcase.
    leolabs authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    2318d1f View commit details
    Browse the repository at this point in the history
  5. docs: fix example of setFieldsOnGraphQLNodeType (#9672)

    Takumon authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    12e7dd0 View commit details
    Browse the repository at this point in the history
  6. docs: fix gatsby-config.js module ordering in gatsby-remark-embed-s…

    …nippets (#9685)
    
    As mentioned in the docs:
    
    >  This module must appear before `gatsby-remark-prismjs` in your plugins array, or the markup will have already been transformed into a code block and this plugin will fail to detect it and inline the file.
    
    I updated the sample `gatsby-config.js` to reflect this.
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    phacks authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    a2d0eb6 View commit details
    Browse the repository at this point in the history
  7. feat(gatsby-source-wordpress): allow users to obtain JWT Token to mak…

    …e authenticated requests (#9509)
    
    This fixes #6879.
    finn-matti authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    9177fc6 View commit details
    Browse the repository at this point in the history
  8. feat(showcase): add foxcircus.it (#9628)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    valse authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b275f8a View commit details
    Browse the repository at this point in the history
  9. fix(gatsby-plugin-layout): log uncaught errors in old browsers (#9635)

    IE11 doesn't show the actual error, just `Error: Uncaugt error thrown` without any stack traces.
    
    There is no way to implement try/catch around this as this module is the first entry point.
    
    Adding an Error Boundary on the Layout component does not work.
    birkir authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    099d47e View commit details
    Browse the repository at this point in the history
  10. feat(starters): add Kentico Cloud starter (#9566)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Jan Lenoch authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    1e862d8 View commit details
    Browse the repository at this point in the history
  11. feat(www): Update showcase (#9700)

    - Update my own entry
    - Add Design System to entries appropriately + Rename `DesignSystems` to `Design System`
    LekoArts authored and pieh committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    4bcc233 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c19e666 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. feat(using-gatsby-image): refresh design, switch to emotion (#9377)

    * Initial commit :P
    
    * Squash a few bytes
    
    * Yo
    
    * Don’t bind query name to image author
    
    * Breakpoints
    
    * wat
    
    * Tidy z-index mess
    
    * Use `styled`
    
    * Doc, order, be explicit
    
    * Use `styled`
    
    * Simpler
    
    * Moar `styled`, remove typography-theme-elk-glen
    
    * Mv layouts/index -> components/layout
    
    * Order
    
    * Lint
    
    * Escape from L.A.
    
    * No named colors
    
    * No PropTypes for now
    
    * Don’t link away from example site
    
    * Moar `styled`
    
    * Order, z-index (again)
    
    * Rm React.Fragment
    
    * Fiddle around with image sizes
    
    * Font size, use `blockMarginBottom`
    
    * Images have no border-radius
    
    * Allow setting title and background for `FloatingImage`
    
    * Fix background colors, titles
    
    * Limit `tracedSVG` gallery to subset of images
    
    * rename folder
    * rename query
    * adjust query filter (`relativePath` -> `relativeDirectory`)
    
    * Reduce image dimensions/file size, go with default quality where possible
    
    * Shorten query filename regexes
    
    * Rm two more images, add „-unsplash“ to all unsplash images
    
    * Fix regex
    
    * Use preset constants
    
    * Drop object styles
    
    * Duh
    
    * Drop moar object styles
    
    * Moar template literals
    
    * feat(examples): add a remote-images plugin so as to not introduce bloat (#9605)
    
    * feat: add a remote-images plugin so as to not introduce bloat
    
    Note: this PR requires #9349 to be merged
    
    * chore: source all images (besides one) from unsplash/remote data
    
    * chore: bump all deps (to get remote image changes in
    gatsby-source-filesystem)
    
    * OCD
    
    * Fix image `title`, tidy
    
    - bring back image `title`/credits for homepage image, `floatingImage` and `fullWidthImage`, and `ImageGallery` images
    - use function component for `TracedSVG`
    - fix Gatsby logo position
    
    * Don’t associate query title with image content
    
    * Component name
    
    * Function component
    
    * Add mask-image to mobile navigation
    
    * Fix layout (and coverImage) width for `Xxl` screens
    
    - rn presets.Hd to presets.Xl
    - add presets.Xxl
    - declare units along setting presets.gutter and presets.offset values
    - adjust `maxWidth` image query values
    
    * Duh
    
    * Fix logo link duh
    
    * Finishing move 🤞
    
    * refactor last pieces of CSS to use template literals
    * „namespace“ media query constants in `presets` (`presets.mq`), lowercase `em
    * rename `presets`’ `zIndex` to `elevation`
    * fix `floatingImage` negative margin
    * adjust modular scale ratio to major third, and stick to it when using `scale`
    * simplify navigation active state styles
    * small fix to the README of the local gatsby-source-remote-images plugin
    * (almost) no more `px` and `!important`
    * add link to image-processing.gatsbyjs.org
    fk authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    2be8532 View commit details
    Browse the repository at this point in the history
  2. feat(showcase): add Ramon Chancay site (#9710)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    devrchancay authored and pieh committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d9f88d9 View commit details
    Browse the repository at this point in the history
  3. docs(browser-apis): fix replaceHydrateFunction JSDoc comment (#9701)

    `replaceHydrateFunction` is not currently showing up in the [Gatsby Browser APIs](https://www.gatsbyjs.org/docs/browser-apis/) section of the documentation site. The entries there are generated based on the JSDoc comments in `packages/gatsby/src/utils/api-browser-docs.js`, and the comment for `replaceHydrateFunction` was missing an asterisk, making it invalid JSDoc.
    wKovacs64 authored and pieh committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    1be3df7 View commit details
    Browse the repository at this point in the history
  4. Emphasize importance of promise return on source-plugin docs (#9650)

    * emphasize importance of promise return on source-plugin docs
    
    * formatted code
    lexishanson authored and shannonbux committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3a0b04e View commit details
    Browse the repository at this point in the history
  5. feat(blog): Add post on publishing to Azure (#8868)

    * add author and avatar
    
    * add most of the tutorial content
    
    * Rework article to use azure storage
    
    * correct avatar img path
    
    * fix internal link
    
    * Fix link and text, add reference to using CC to verify identity
    
    * update links to show both vscode gallery and vscode extension
    
    * refer to endpoint in a more generic way
    
    * Add detail around the sign in process to Azure via VS Code
    
    * update wording
    
    * Removed direct extension link
    
    * Clean up final sentence
    
    * Update potential release date
    
    * fix: grammar
    
    * Update publish date
    dougajmcdonald authored and amberleyromo committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    13cc55c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7d3b74 View commit details
    Browse the repository at this point in the history
  7. feat(www): Filter posts by date (#9400)

    Closes #9298
    jgierer12 authored and pieh committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    bbf1f15 View commit details
    Browse the repository at this point in the history
  8. fix: ensure babel-preset-gatsby can be used with unit tests (#9629)

    This PR does a few things, namely:
    
    - Fixes a few things with the test stage, e.g. uses commonjs modules for
    test running, uses the current node version for @babel/preset-env, etc.
    - Fixes up docs slightly for the unit testing guide
    - Fixes #9614
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    DSchau authored and pieh committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    401df07 View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish

     - babel-preset-gatsby@0.1.3
     - gatsby-plugin-layout@1.0.7
     - gatsby-remark-embed-snippet@3.0.3
     - gatsby-source-contentful@2.0.11
     - gatsby-source-graphql@2.0.6
     - gatsby-source-wordpress@3.0.12
     - gatsby@2.0.39
    DSchau committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    864ac04 View commit details
    Browse the repository at this point in the history
  10. fix(gatsby-plugin-offline): Serve the offline shell for short URLs + …

    …use no-cors for external resources (#9679)
    
    - Fixes the fallback whitelist regex so that short pages match (e.g. `/`), so that these are served offline correctly
    - Uses `no-cors` mode when caching external resources, so that errors don't appear if the target doesn't allow CORS requests
    - Allow insecure external resources to be cached for testing on `localhost`
    
    Fixes #8145
    vtenfys authored and DSchau committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    430e8f1 View commit details
    Browse the repository at this point in the history
  11. chore(release): Publish

     - gatsby-plugin-offline@2.0.12
    DSchau committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0496ce9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. feat(gatsby-plugin-sharp): cache base64 if possible (#9059)

    Closes: #6999  
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    oorestisime authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5dc9346 View commit details
    Browse the repository at this point in the history
  2. fix: adjust page order to make nested matchPaths work (#9719)

    As per [#9705](#9705), this changes the order of the pages in pages-writer.js in order to account for the matchPath specificity and therefore make "nested" matchPaths work.
    
    The proposed fix `sortByNumeric` is the most performant solution I could come up with:
    [Benchmarks](https://runkit.com/juliansthl/5be08b8f2513440012001807)
    
    Thanks a lot to @pieh for all the help!
    
    (this is my first PR, please let me know if I have to adjust anything)
    juliansthl authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5b4e0b5 View commit details
    Browse the repository at this point in the history
  3. fix: revert admin redirect (#9728)

    Resolves issue created in #9269
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    zslabs authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    88a671a View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-plugin-page-creator): ensure that __tests__ directory is a…

    …ctually ignored (#9720)
    
    * fix: ensure that __tests__ directory is actually ignored
    
    This (simple) PR fixes a bug I was noticing in #9629, specifically that
    __tests__/*.js files _were_ being included in the bundle.
    
    This is because the isTestFile function in gatsby-plugin-page-creator is
    passed the file name, not the file name _with_ the folder (__tests__ in
    this case).
    
    I added a second check to check the dir, but could also just implement
    this check with the raw file path, as well
    
    * chore: use back ticks
    
    * fix: account for nested directories and switch to micromatch
    
    * chore: split to test windows path matching
    
    * chore: run linter
    
    * chore: add windows path matching test (micromatch supports natively)
    
    * fix: pass single string to isMatch, instead of array
    
    * Revert "fix: pass single string to isMatch, instead of array"
    
    This reverts commit dbc2ffe.
    DSchau authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a6d17d8 View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish

     - gatsby-plugin-netlify-cms@3.0.6
     - gatsby-plugin-page-creator@2.0.3
     - gatsby-plugin-sharp@2.0.12
     - gatsby-remark-images@2.0.6
     - gatsby-source-contentful@2.0.12
     - gatsby-transformer-sharp@2.1.8
     - gatsby-transformer-sqip@2.0.7
     - gatsby@2.0.40
    pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9dc09b7 View commit details
    Browse the repository at this point in the history
  6. docs: fix minor typo (#9730)

    swyxio authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    7c3ff8d View commit details
    Browse the repository at this point in the history
  7. chore: move run-sift (#9549)

    * Add nodes namespace to support loki feature flag
    
    * naughty console log
    
    * switch for db nodes backend
    
    * move connection out of run-sift
    
    * revert snapshot for gatsby-remark-embed
    
    * typo
    
    * move node tracking into DB
    
    * move run-sift into redux
    
    * use runQuery instead of runSift
    
    * add caching of getNodesByType in run-sift
    
    * fix docs
    Moocar authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    41d53dc View commit details
    Browse the repository at this point in the history
  8. Authentication tutorial - small fixes (#9738)

    - Changed gatsbyjs.org links from absolute to relative
    - Fixed passportjs link
    - Changed sidebar link to show as available content (dark)
    ManoelLobo authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    baa0c1d View commit details
    Browse the repository at this point in the history
  9. Fix typo of plugin authoring (#9737)

    Fix the typo of "it's" to "its".
    
    This is my first pull request in gatsby repo, not sure if I'm doing this correctly.
    Thanks!
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    malcolm-kee authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    21ae559 View commit details
    Browse the repository at this point in the history
  10. Fix grammar and punctuation (#9498)

    - 'Building' to 'The building'
    - 'in the past' to 'in the past,'
    imronras authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8a12253 View commit details
    Browse the repository at this point in the history
  11. Added Tylermcginnis website (#9619)

    * Added  Tylermcginnis web site
    
    * fix case
    
    * further tweaks
    
    * Update README.md
    suryapeddineni authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    8cd5742 View commit details
    Browse the repository at this point in the history
  12. Update how-to-contribute.md to mention the style guide when writing b…

    …logs/tutorials (#9742)
    
    While creating a tutorial #9684, @shannonbux uncovered a handy piece of content here ❤️
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    sergical authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1a1bd3a View commit details
    Browse the repository at this point in the history
  13. Fix spelling Line 27 (#9745)

    Fixed the spelling of "custimize" on Line to 27 to read "customize"
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    csteacher1 authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    178fd94 View commit details
    Browse the repository at this point in the history
  14. Update starters.yml (#9743)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    I made updates to my gatsby starter, and I'm updating the `starters.yml` file to reflect the changes.
    tdharmon authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    61bef7a View commit details
    Browse the repository at this point in the history
  15. Closes #9729 : Added Ghost docs and Bellhops websites to Showcase (#9735

    )
    
    * Closes #9729 : Added Ghost docs and Bellhops websites to Showcase
    
    * Update sites.yml
    SalineArcher authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    fd63da9 View commit details
    Browse the repository at this point in the history
  16. chore: add git hooks and simplify scripts (#8427)

    - [x] Add git hooks to make sure the files are formatted before commiting
    - [x] Simplify `format*` scripts
    - [x] Drop prettier-eslint (is just a wrapper for ESLint and Prettier that we are using already)
    
    ----
    ### The actual formats will happen in follow up PRs
    
    - [Format preview for `format:code`](https://github.com/gatsbyjs/gatsby/pull/8623/files)
    - [Format preview for `format:other`](https://github.com/gatsbyjs/gatsby/pull/8622/files)
    lipis authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9cc8f4d View commit details
    Browse the repository at this point in the history
  17. chore: Format JS Files (#8623)

    After we merge #8427
    lipis authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    e1f1a98 View commit details
    Browse the repository at this point in the history
  18. chore: Format assets (#8622)

    lipis authored and pieh committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    d5b137e View commit details
    Browse the repository at this point in the history
  19. chore: manual eslint fixes (#9750)

    * gatsbygram: consistent return
    
    * using-faker: fix linting
    
    * using-gatsby-source-graphql: import graphql from gatsby
    
    * using-remark-copy-linked-files: consistent return
    
    * gatsby-source-contentful: no-self-assign
    
    * cache-dir: consistent return, unused vars
    
    * add-npm-owner: re-add missing imports
    
    * fix www linting
    
    * gatsbygram: remove unused lifecycle methods
    
    * return null instead of fragment
    pieh authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    7625e8e View commit details
    Browse the repository at this point in the history
  20. Extend the docs on sourceNodes (#9564)

    * Extend the docs on `sourceNodes`.
    
    Expanding the docs to be a bit more verbose and explain in more depth what this API does. Based on a discussion with @pieh.
    
    * Update api-node-docs.js
    chmac authored and DSchau committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a053293 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    19f3d5a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Gatsby on Linux + WSL (#9384)

    Soo in March this year @spences10 opened this PR: #4139
    But it never got added to the sidebar 😛 
    
    Therefore I added unknowingly this PR: #8876
    
    -----------
    
    This PR exposes the Linux doc to the sidebar and puts a link to this doc on the windows doc.
    LekoArts authored and DSchau committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7902ab8 View commit details
    Browse the repository at this point in the history
  2. Change theme spec to match plugin spec (#9663)

    This changes `__experimentalThemes` from the following
    
    ```
    __experimentalThemes: [['theme-name', optionsObject]]
    ```
    
    to match the plugins spec
    
    ```
    __experimentalThemes: [{
      resolve: 'theme-name',
      options: {}
    }]
    ```
    
    * This is to reduce the number of user-visible config styles.
    * There will be a future change to be fully compatible with the [load plugins](https://github.com/gatsbyjs/gatsby/blob/390803c8f679e53d398d40b9535c1a8784380a48/packages/gatsby/src/bootstrap/load-plugins/load.js#L37-L85) functionality (defines a `themes/` directory for local themes and handles absolute paths, etc). This change is meant to match the plugins API spec superficially so that the blogpost #9517 doesn't have syntax incompatible with the future.
    ChristopherBiscardi authored and DSchau committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c80f7b8 View commit details
    Browse the repository at this point in the history
  3. feat(www): add webinar link/banner (#9767)

    * change banner text to promote webinar
    
    * add link to v1 docs in migration guide
    
    * Fix quotation marks
    
    * Rm „fallback“ banner content, mark prop as required
    amberleyromo authored and fk committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d944be3 View commit details
    Browse the repository at this point in the history
  4. fix(www): remove unused (#9780)

    We will be getting those for a while :( (as PR that remove usage was used on branch before the linting change). This currently fails linting, because `Link` is defined but not used
    pieh authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f545a23 View commit details
    Browse the repository at this point in the history
  5. feat(www): add 'lead' animation to the Ecosystem horizontal scrollers (

    …#9606)
    
    * feat(www): add lead scroll to horizontal scrollers
    
    feat(www): setup IntersectionObserver
    
    feat(www): add initial lead animation to horizontal scrollers on Ecosystem page
    
    fix(www): remove intersection-observer polyfill
    
    fix(www): change fake scrolling to 'only left' ver
    
    fix(www): make 'fake scroll' not fake
    
    * fix(www): add code formating
    
    * fix(www): add code formating and fix eslint errors
    
    * fix(www): add small delay for lead animation
    
    * fix(www): decrease dalay to 250ms
    
    * refactor(www): refactor easy function
    
    * fix(www): revert to overriden proper Ecosystem board texts
    
    * fix(www): remove unused CSS style
    greglobinski authored and amberleyromo committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    92593af View commit details
    Browse the repository at this point in the history
  6. feat(blog): add gatsby for apps post (#9746)

    * chore: create folder
    
    * docs: add gatsby for apps post
    
    * docs(blog): add gatsby for apps blog post
    
    * chore: update
    
    * chore: remove old post
    
    * chore: add content
    
    * chore: add bullet points (google apps messed formatting up)
    
    * docs: hopefully finish blog post
    
    * chore: remove image
    
    * chore: remove comma
    
    * chore: address feedback
    
    * chore: add top level header
    DSchau authored and amberleyromo committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    983b970 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af92d2d View commit details
    Browse the repository at this point in the history
  8. Update index.md

    DSchau authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    29ec344 View commit details
    Browse the repository at this point in the history
  9. Adding link for better accessibility (#9786)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    jakelumetta authored and shannonbux committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f676252 View commit details
    Browse the repository at this point in the history
  10. Update starters.yml to add jamstack-hackathon-starter (#9762)

    as it says on the tin :)
    swyxio authored and DSchau committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    03ed407 View commit details
    Browse the repository at this point in the history
  11. Update unit-testing.md (#9795)

    Fixes issue #9766
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    RobinCsl authored and DSchau committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    18dd91d View commit details
    Browse the repository at this point in the history
  12. Adds ButterCMS to source list of CMS systems (#9784)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    One of two changes for #9757
    
    Second change will be a complete guide for ButterCMS. I'll open a new PR for that.
    jakelumetta authored and shannonbux committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    830ec51 View commit details
    Browse the repository at this point in the history
  13. fix: linting check on azure/appveyor (#9781)

    seems like current (bit whacky) patterns don't play nice on windows for some reason, let's try different ones
    
    note - there is currently unrelated lint error in `www` so linting should fail - but it should have 1 error instead of thousands of errors on azure/appveyor - with this #9780 should be clear
    pieh authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e2fdb87 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f032ceb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. feat(www): Re-Organize tags on starters.yml (#9699)

    - Added "Headless CMS" to entries appropriately
    - Removed minor tags that create extra noise (Recompose, Prettier, Lint-Staged, TSLint, Tags) and removed them or put them into "Linting". Especially considering that almost all starters have ESLint and Prettier. "Linting" would mean for me that this starter is especially focused on that or has something fancy
    - Removed invalid Styling tag
    LekoArts authored and DSchau committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8b1b89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7992fb View commit details
    Browse the repository at this point in the history
  3. chore: refactor run-sift (#9764)

    * refactor run-sift
    
    * update yarn.lock
    Moocar authored and pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    6c18a84 View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - gatsby-cli@2.4.5
     - gatsby-codemods@1.0.7
     - gatsby-dev-cli@2.4.7
     - gatsby-image@2.0.20
     - gatsby-plugin-catch-links@2.0.7
     - gatsby-plugin-cxs@2.0.2
     - gatsby-plugin-google-gtag@1.0.4
     - gatsby-plugin-layout@1.0.8
     - gatsby-plugin-manifest@2.0.8
     - gatsby-plugin-netlify-cms@3.0.7
     - gatsby-plugin-netlify@2.0.4
     - gatsby-plugin-offline@2.0.13
     - gatsby-plugin-page-creator@2.0.4
     - gatsby-plugin-remove-trailing-slashes@2.0.5
     - gatsby-plugin-sass@2.0.4
     - gatsby-remark-autolink-headers@2.0.11
     - gatsby-source-contentful@2.0.13
     - gatsby-source-drupal@3.0.8
     - gatsby-source-filesystem@2.0.8
     - gatsby-source-mongodb@2.0.8
     - gatsby-source-wordpress@3.0.13
     - gatsby-transformer-csv@2.0.4
     - gatsby-transformer-javascript-frontmatter@2.0.4
     - gatsby-transformer-pdf@1.0.14
     - gatsby-transformer-remark@2.1.12
     - gatsby-transformer-screenshot@2.0.7
     - gatsby-transformer-xml@2.0.4
     - gatsby-transformer-yaml@2.1.5
     - gatsby@2.0.41
    pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    f9714a5 View commit details
    Browse the repository at this point in the history
  5. fix(starters): update Kentico Cloud naming conventions (#9813)

    Adjusting feature list according to the [renaming of modular content elements to linked items](https://developer.kenticocloud.com/v1/reference#linked-content).
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Simply007 authored and pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a6abb70 View commit details
    Browse the repository at this point in the history
  6. fix: use relative HMR path (#9734)

    Construct webpack hmr path relative to the request origin path to prevent url construction issues when accessing from local ip or any other ip that may be mapped to the dev server.
    
    This PR makes following changes to `getHmrPath()` method in `packages/gatsby/src/utils/webpack.config.js`
    
    - Always use the relative path `/`
    - Getting rid of manual url construction with protocol, hosts, ports etc as the relative path will automatically take care of this construction
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    palerdot authored and pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c4b9283 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - gatsby@2.0.42
    pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a48174d View commit details
    Browse the repository at this point in the history
  8. Remove explicit link to default starter

    We only added it to the v2 site in order to add the `#v2` at the end so we forgot to clean things up again after
    KyleAMathews authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    e9d1b80 View commit details
    Browse the repository at this point in the history
  9. docs(gatsby-plugin-google-gtag): fix opt out snippet (#9819)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    valse authored and pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ada11ae View commit details
    Browse the repository at this point in the history
  10. Added acclimate.io consulting website to showcase (#9820)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    andwilson authored and DSchau committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    0bc76c2 View commit details
    Browse the repository at this point in the history
  11. fix: link to creator showcase on submit page (#9822)

    Fixes broken link on the [Submit to Creator Showcase](https://www.gatsbyjs.org/docs/submit-to-creator-showcase/) page, just below the title.
    
    Closes #9761
    ovhemert authored and DSchau committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c7b10f1 View commit details
    Browse the repository at this point in the history
  12. refactor(gatsby): Page dependency resolver (#9732)

    Anywhere in Gatsby where a graphql resolver returns a node, we need to declare a dependency from the node to the page `context.path`. This code is littered throughout `schema`. Eventually, it would be great to figure out an alternative way to declare these dependencies, since causing side effects in query resolvers isn't ideal, but in the mean time, this PR cleans up the code a bit by introducing a resolver middleware called `pageDependencyResolver`. It executes a given resolver and then creates a page dependency.
    
    Another alternative would be to use [graphql-middleware](https://github.com/prisma/graphql-middleware) to run this on all field resolvers. Perhaps another day.
    Moocar authored and pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c2c50a8 View commit details
    Browse the repository at this point in the history
  13. Add missing title markup. (#9823)

    While reading the tutorial doc, I noticed one line that appeared to be missing the title markup.
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    noahlt authored and DSchau committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ab60b49 View commit details
    Browse the repository at this point in the history
  14. chore(release): Publish

     - gatsby-plugin-google-gtag@1.0.5
     - gatsby@2.0.43
    pieh committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    726a7fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f54ada4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. fix(gatsby-plugin-catch-links): handle SVGAnimatedString href values (#…

    …9829)
    
    Updates `gatsby-plugin-catch-links` to handle SVG anchors.
    
    Fixes #9816
    Bassetts authored and DSchau committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    4538ff3 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-plugin-catch-links@2.0.8
    DSchau committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    cc592b4 View commit details
    Browse the repository at this point in the history
  3. chore: restore version script (#9830)

    better safe than sorry
    pieh authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3d1512e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e3227a View commit details
    Browse the repository at this point in the history
  5. feat: show GraphQL compile errors in browser overlay (#6247)

    This approach to displaying GraphQL compilation errors in the browser console utilizes the WebSocket connecting node running gatsby package responsible for executing GraphQL queries and the cache loaded and used on the browser side (thanks @pieh for helping in this). #5234
    leimonio authored and pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2cd7bfa View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - gatsby@2.0.44
    pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fc06ee9 View commit details
    Browse the repository at this point in the history
  7. feat(starters): Filter v2 by default (#9739)

    * Filter for v2 starters by default. #7900
    
    * WIP
    
    * fix reset all filters issue
    
    * move out default search option
    
    * wip
    
    * refactor to use render prop
    
    * fix filtersApplied for metadata
    
    * pr refactor
    
    * linting
    amberleyromo authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    4064e35 View commit details
    Browse the repository at this point in the history
  8. feat(docs): add programmatically creating pages (#9069)

    * Add guide for programmatically creating pages
    
    closes #8841
    
    * Add an Other Resources section
    
    * Address comments from review (@pieh)
    
    * activate docs sidebar link
    jbranchaud authored and amberleyromo committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9b7dc7c View commit details
    Browse the repository at this point in the history
  9. fix: handle development proxy exceptions and show some context (#9839)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Closes #6771
    ValeraS authored and pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b605ade View commit details
    Browse the repository at this point in the history
  10. chore(gatsby): Remove unneeded react-hot-loader/patch entry (#9695)

    The patch entry should no longer be necessary (after v4 I think), so I should be safe to remove it.
    
    https://github.com/gaearon/react-hot-loader#no-patch-required
    alexandernanberg authored and pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1858365 View commit details
    Browse the repository at this point in the history
  11. docs: small typo fix for example in doc/environment-variables.md (#9838)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    minor typo fix
    ariella authored and pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7e1ce17 View commit details
    Browse the repository at this point in the history
  12. docs: Added a blog post to the "Awesome Gatsby" list (#9840)

    I added a blog post about deploying a static Gatsby app to Heroku to the list of Gatsby tutorials.
    kristinbaumann authored and pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e42d728 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be746b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1c2004 View commit details
    Browse the repository at this point in the history
  15. chore(release): Publish

     - gatsby-transformer-screenshot@2.0.8
     - gatsby@2.0.45
    pieh committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    69e13d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Updated dead links (#9853)

    - Updated dead link "/audit-with-lighthouse/" to "/docs/audit-with-lighthouse/"
    - Updated dead link "/add-a-manifest-file/" to "/docs/add-a-manifest-file/"
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    MrRobotjs authored and pieh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    7d67668 View commit details
    Browse the repository at this point in the history
  2. fix(www): Change Plone starter entry (#9855)

    `PWA` is the right tag
    LekoArts authored and pieh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    7cbb3ab View commit details
    Browse the repository at this point in the history
  3. feat(gatsby-plugin-manifest): add option to generate apple-touch-icon…

    …s links (#7256)
    
    Fixes #5887 /cc  @seaneking @moonmeister 
    
    I'd like to have gatsby-plugin-manifest to generate apple-touch-icon meta tags (links) for me.
    
    Would it be simple enough to generate tags under the same rules as for favicon (only when the icon is being generated by the plugin)?
    
    This has been required to be a new major release, but is that v2 (still in beta) or v3?
    
    The initial commit datakurre@4cf3ba4  should be the smallest possible change, but I'd probably like to move the code in a separate module where `withPrefix` is passed as a function argument and could be mocked in tests and make them simpler.
    
    * [x] discussion
    * [x] tests
    * [x] docs update?
    datakurre authored and pieh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    0b9d656 View commit details
    Browse the repository at this point in the history
  4. docs: add example for disableCorePrefetching (#9852)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    This closes #9827
    TylerBarnes authored and pieh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    c725e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. docs: introducing gatsby themes (#9517)

    Introduce gatsby themes to make people aware that the feature is experimentally merged and progressing.
    ChristopherBiscardi authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6642ac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c65db View commit details
    Browse the repository at this point in the history
  3. docs: updated install hint for gatsby-plugin-typography (#9865)

    Added typography and react-typography to the gatsby-plugin-typography install note, because these two peer dependencies need to be installed as well.
    
    Same as on the package overview [here](https://www.gatsbyjs.org/packages/gatsby-plugin-typography/).
    kristinbaumann authored and pieh committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    cfa3ce0 View commit details
    Browse the repository at this point in the history
  4. fix(showcase): update showcase entry (#9860)

    My site is already added to showcase. I published the source code so I added information.
    mottox2 authored and pieh committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    a013334 View commit details
    Browse the repository at this point in the history
  5. fix(gatsby-source-contentful): Remove unused argument (#9866)

    I found a unused argument(`createnode`) so I removed.
    mottox2 authored and pieh committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    88fffb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Update programmatically-create-pages-from-data.md (#9873)

    Update the file title for templates/blog-post.js block code.
    migsar authored and KyleAMathews committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d4b7561 View commit details
    Browse the repository at this point in the history
  2. Draft for Sourcing from Private APIs (#9772)

    My first draft for the docs. Appreciate feedback if there is anything that is incorrect, can be improved or additional content that could be added.
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    malcolm-kee authored and calcsam committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    015194c View commit details
    Browse the repository at this point in the history
  3. www: fix wordpress features column (#9883)

    fix wordpress column in feature comparison page: ref #2444 (comment)
    pieh authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    fb2df84 View commit details
    Browse the repository at this point in the history
  4. feat(showcase): add Flyright to the Gatsby site showcase (#9856)

    Hi all, we built our company site with Gatsby, Contentful and Netlify! 
    
    Thanks for building such an amazing ecosystem ❤️
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    tyhopp authored and pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    f83fc16 View commit details
    Browse the repository at this point in the history
  5. docs: Improved markdown/Syntax Highlighting (#9869)

    Syntax Highlighting
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    greggubarev authored and pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    f78c610 View commit details
    Browse the repository at this point in the history
  6. chore: Refactor build node connections (#9803)

    Another refactoring! The plus side of all these is more readable code (hopefully), but they're mostly to ease the loki integration. This one renames a lot of the vars/functions in `build-node-connections` so they're consistent with the actual graphql types and field class names as per https://graphql.org/graphql-js/type/#graphqlobjecttype
    
    Another benefit of this refactor is the ability to create types (connections in this case) one by one instead of having to do them as a whole batch. This will be eventually needed for incremental builds
    
    Update: I slipped a refactor to `build-node-types` in as well.
    Moocar authored and pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    66fa756 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - gatsby-plugin-manifest@2.0.9
     - gatsby-source-contentful@2.0.14
     - gatsby@2.0.46
    pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ad142af View commit details
    Browse the repository at this point in the history
  8. Improving unit-testing.md (#9825)

    Following [suggestions](#9795 (comment)) from @shannonbux to improve `unit-testing.md` further
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    RobinCsl authored and DSchau committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8f32dd6 View commit details
    Browse the repository at this point in the history
  9. feat(www): Additional Netlify information in Prismic guide (#9886)

    A bit more information in the Netlify part.
    LekoArts authored and DSchau committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    542f4f8 View commit details
    Browse the repository at this point in the history
  10. chore(gatsby): update Redux to v4 (#8296)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    ## Summary
    
    Redux 4 has been released for a while. Shall we update the dependency?
    
    I've already tested the change in my fork and nothing is breaking.
    
    ### Motivation
    
    Redux 4 has updated its TypeScript bindings. Personally, I prefer the new version much.
    
    Putting it aside, Redux 4 has es modules support and dropped its dependency on `lodash`. Hence, it can make the bundle smaller.
    
    close #8265
    alvis authored and pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d11cf5f View commit details
    Browse the repository at this point in the history
  11. Improved markdown (#9888)

    Improved markdown - for correct displaying link
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    qwe163 authored and DSchau committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    741f578 View commit details
    Browse the repository at this point in the history
  12. feat(showcase): Add Vets Who Code to showcase (#9887)

    * Add Vets Who Code to showcase
    
    * yaml error
    amberleyromo authored and pieh committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    a414aea View commit details
    Browse the repository at this point in the history
  13. Fix broken link in README for gatsby-plugin-react-helmet (#9891)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    lundgren2 authored and DSchau committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8f7e3aa View commit details
    Browse the repository at this point in the history
  14. chore(release): Publish

     - gatsby-plugin-react-helmet@3.0.2
     - gatsby@2.0.47
    DSchau committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    faf6894 View commit details
    Browse the repository at this point in the history
  15. Improvements to tutorial part zero (#9522)

    * Improved headers and clarity in tutorial part zero
    
    * Further simplify headings
    
    * Improve Git section
    
    * Improve the summary
    
    * Add optional link explaining git
    
    * Remove other reference to learn about git
    
    * Fix titles and links to match new headings
    
    * Clarify that git only needs to be installed to use Gatsby
    
    * Mention that the git handbook also explains Github
    
    * Revert "Fix titles and links to match new headings"
    
    This reverts commit 511bc37.
    
    * Revert the headings back to having verbs
    
    * Reword references to Gatsby CLI to make it clear it is not the only Gatsby CLI
    
    * Change 'Create a Gatsby site' heading back
    
    * Fix title to match heading
    
    * Clarify git sentence
    
    * Add missing space
    tlent authored and shannonbux committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3fe6287 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Revert json-stream-stringify to serialize redux state (#9896)

    current implementation of using `json-stream-stringify` is causing a lot of problems and I think this should be reverted - see #9370 (comment) 
    
    shortly put - this does help with not getting OOM, but it essentially make `.cache/redux-state.json` to not work at all
    pieh authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    3005954 View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-plugin-offline): Sync docs with actual defaults being used (

    …#9903)
    
    I've noticed the Readme of gatsby-plugin-offline is out of sync with the actual defaults from its gatsby-node.js.
    
    This commit fixes this by copying the options object from gatsby/packages/gatsby-plugin-offline/src/gatsby-node.js into this Readme.
    ubergesundheit authored and pieh committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    8cd7432 View commit details
    Browse the repository at this point in the history
  3. chore(release): Publish

     - gatsby-plugin-offline@2.0.14
     - gatsby@2.0.48
    pieh committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4762719 View commit details
    Browse the repository at this point in the history
  4. feat(starters): add Gatsby-Tutorial-Starter (#9798)

    Updated starters.yml by adding Gatsby-Tutorial-Starters.
    justinformentin authored and pieh committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    8aa5081 View commit details
    Browse the repository at this point in the history
  5. fix: prevent packages that haven't been published from failing (#9169)

    Simple change that will let us run `yarn run publish` even if packages don't exist.
    DSchau authored and pieh committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    e81dd09 View commit details
    Browse the repository at this point in the history
  6. fix(www): Fix "Starters" share button alignment, allow closing of sha…

    …re menu by clicking outside of it (#9620)
    dyllper authored and fk committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    16e516e View commit details
    Browse the repository at this point in the history
  7. feat(gatsby-source-drupal): add support for Drupal JSON API 2.x File …

    …URI format (#9835)
    
    Description of the issue
    #9834
    
    (If this approach is correct, I could add a test for this case)
    dcorb authored and pieh committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    e86d141 View commit details
    Browse the repository at this point in the history
  8. Updated link to Jason Lengstorf's personal website. (#9910)

    The link is now directed where it is supposed to
    papaponmx authored and DSchau committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7bd7bbc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. feat(showcase): add Patreon Blog and Full Beaker sites (#9916)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    jishnubn authored and pieh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    ac1a485 View commit details
    Browse the repository at this point in the history
  2. feat(starters): add gatsby-redux-starter by @AVivero (#9771)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    ## PR description:
    - Add new gatsby starter that provides multiple technologies out of the box, like Redux, Sass and Bootstrap, gatsby-redux-starter by @AVivero.
    AVivero authored and pieh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    15b08c2 View commit details
    Browse the repository at this point in the history
  3. feat(www): add Ecosystem section to Homepage (#9783)

    * feat(www): add Ecosystem section to Homepage
    
    feat(www): homepage WIP
    
    wip
    
    feat(www): finish sections style for mobile
    
    feat(www): add Ecosystsem featured items to Hompage
    
    feat(www): homepage ecosystem section styling WIP
    
    feat(www): add arrow to action button
    
    * fix(www): fix code formating
    
    * fix(www): fix code formating and eslint errors
    
    * fix(www): fix hovering effect on Featured Item
    
    * fix(www): fix hovering effect sequel
    
    * fix(www): fix hover bug
    
    * fix(www): update texts (intro & link labels)
    
    * feat(www): add scroller observer to Home page
    
    * refactor(www): use imported scrollers observer
    
    * fix(www): change link labes on Ecosystem page
    
    * fix(www): fix some small style issues
    
    * refactor(www): refator combineEcosystemFeaturedItems and reorder some css properties
    
    * refactor(www): remove width setting from scroller container
    
    * fix(www): update featured starters
    
    * fix(www): update featured starters
    
    * refactor(www): add starter/plugins colors to the palette
    
    * fix(www): remove unused props
    
    * fix(www): fix color value in the palette
    greglobinski authored and amberleyromo committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    766ea4c View commit details
    Browse the repository at this point in the history
  4. fix(docs): update broken links with working links (#9912)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    lundgren2 authored and pieh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e9f2a6f View commit details
    Browse the repository at this point in the history
  5. fix(gatsby-plugin-offline): fix certain resources being cached excess…

    …ively (#9923)
    
    Fixes #9415
    
    This PR leverages Workbox's automatic caching when a resource is fetched, by creating a `<link>` prefetch element for each resource. This means we don't have to worry about whether the resource can be fetched with CORS or not, since the browser handles it automatically. I've also changed the runtime caching RegExps so that only paths with certain extensions are cached, but 3rd party resources with these extensions can now be cached.
    vtenfys authored and DSchau committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7c826a1 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - gatsby-plugin-layout@1.0.9
     - gatsby-plugin-offline@2.0.15
     - gatsby-source-drupal@3.0.9
     - gatsby-source-wordpress@3.0.14
     - gatsby@2.0.49
    DSchau committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    41ed942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc38707 View commit details
    Browse the repository at this point in the history
  8. fix(gatsby): correctly pick up browserslist overrides (#9669)

    * fix: start ironing out browserslist issues
    
    * chore: make linter happy
    
    * chore: change to expected shape
    
    * refactor: move browserslist functionality into gatsby core
    DSchau authored and pieh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    0f0feac View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. chore(release): Publish

     - babel-preset-gatsby@0.1.4
     - gatsby@2.0.50
    KyleAMathews committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6e388bf View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-plugin-styled-components): fix global styles pollution (#9943

    )
    
    Fix #9922
    
    `ServerStyleSheet` should be specific to each pages in order to not pollutes the other. Theses changes removes the "global" stylesheet and use the `pathname` for identify each pages.
    
    ---
    
    Just a quick note for my first PR here: thanks to every contributors for this fantastic project! 👍
    LoicMahieu authored and pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a75c641 View commit details
    Browse the repository at this point in the history
  3. readme: add total npm downloads badge (#9926)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    The total figure is much higher (6 million) than the monthly rate and quite a lot more impactful. So, it should make for a better listing on the readme :)
    aadibajpai authored and pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    19fc4ca View commit details
    Browse the repository at this point in the history
  4. feat(showcase): add Dawn Labs site (#9931)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Add Dawn Labs' site to the showcase
    mfix22 authored and pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a441468 View commit details
    Browse the repository at this point in the history
  5. fix(gatsby-plugin-google-gtag): disable default pageview tracking (#9842

    )
    
    The default behavior of the `config` snippet is to send a pageview automatically; this is in contrast with the `exclude` option and the plugin tracks, on page load, even the excluded pages.
    
    This PR solve also the double pageview hits on page load too: the first is made by the default behavior and the second one by the `onRouteUpdate` event.
    valse authored and pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    1e8f665 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - gatsby-plugin-google-gtag@1.0.6
     - gatsby-plugin-styled-components@3.0.2
    pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    4fd9770 View commit details
    Browse the repository at this point in the history
  7. fix(gatsby-plugin-netlify): do not cache service worker file on Netli…

    …fy (#9680)
    
    Related to https://www.netlify.com/blog/2018/06/28/5-pro-tips-and-plugins-for-optimizing-your-gatsby---netlify-site/#4-get-your-service-workers-um-working
    
    Recommandation is not to cache service worker file : w3c/ServiceWorker#893
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    matthieuauger authored and pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    9280fd7 View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish

     - gatsby-plugin-netlify@2.0.5
    pieh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    8c90c50 View commit details
    Browse the repository at this point in the history
  9. Fixes example syntax for unit testing (#9949)

    removes unnecessary closing bracket in code example
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    duncanheron authored and DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    9bc33fb View commit details
    Browse the repository at this point in the history
  10. slight semantic change for clarity (#9934)

    Removed "However, the " from the Project Env Vars description, it seems to reference the prior paragraph and is even less clear on the formatted .org doc page.  While seemingly minor, as a newcomer I read it as an extension of the Windows related paragraph, and it caused some confusion.
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    eghan authored and DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    3a54b7f View commit details
    Browse the repository at this point in the history
  11. chore(gatsby-remark-katex): move katex to peer dep and update version (

    …#9946)
    
    [Katex 0.10.0](https://github.com/KaTeX/KaTeX/releases/tag/v0.10.0) introduced tons of new features and fixes. I also updated the testing snapshots. :)
    hexrcs authored and DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    bc577ef View commit details
    Browse the repository at this point in the history
  12. chore(release): Publish

     - gatsby-remark-katex@3.0.0
    DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b134861 View commit details
    Browse the repository at this point in the history
  13. Update getstorybook instructions for SB4 release (#9854)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    shilman authored and DSchau committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    bc04df2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. docs(examples.usingremark): Typo fix (#9965)

    Tien Pham authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    dc52ea3 View commit details
    Browse the repository at this point in the history
  2. docs(schema-input-gql): Typo fix (#9966)

    Tien Pham authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c701845 View commit details
    Browse the repository at this point in the history
  3. docs: Add "Babel Plugin Macros" guide (#9963)

    * Add "Babel Plugin Macros" guide
    
    * Run Prettier
    
    * Update babel-plugin-macros.md
    jgierer12 authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    7e17cfd View commit details
    Browse the repository at this point in the history
  4. Add gatsby-starter-redux-firebase (#9962)

    * Add gatsby-starter-redux-firebase
    
    * Update starters.yml
    muhajirdev authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    bb348d3 View commit details
    Browse the repository at this point in the history
  5. Update sites.yml (#9958)

    mikeriley131 authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    cb73954 View commit details
    Browse the repository at this point in the history
  6. Update README.md (#9955)

    I'm adding this in response to #9436 which brings up some of the confusion in the community around gtag.js vs anlaytics.js this PR hopes to clarify some of this confusion at the top of the README where no one can miss it.
    tylerthebuildor authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5c48996 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a42088f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44db2f7 View commit details
    Browse the repository at this point in the history
  9. chore: format

    pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    efcf32c View commit details
    Browse the repository at this point in the history
  10. docs(production-app): Typo fix (#9970)

    `nagivation` => `navigation`
    misacorn authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    270d0f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bddc160 View commit details
    Browse the repository at this point in the history
  12. tidy using-gatsby-source-graphql example (#9968)

    Minor cleanup:
    
    - repair links in readme and index pointing to plugins/ instead of packages/
    - add fitting name and description in package.json in style of using-gatsby-image: https://github.com/gatsbyjs/gatsby/blob/44db2f70967fd4408a86590899038c9f16eb4e5d/examples/using-gatsby-image/package.json#L2-L4
    - babel-eslint to ^8.2.2 to remedy various compile errors in yarn and this more informative npm error:
      ```bash
      npm WARN eslint-config-react-app@3.0.0-next.66cc7a90 requires a peer of babel-eslint@^8.2.2 but none is installed. You must install peer dependencies yourself.
      ```
      ...seems like we might could go higher: https://github.com/babel/babel-eslint/releases
      ...but this fixes the issues and allows me to build the example in yarn 1.12.3 and npm 6.4.1 on node 10.13.0.
    rdela authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ad36d85 View commit details
    Browse the repository at this point in the history
  13. feat(gatsby-source-drupal): add basicauth support (#9848)

    I have a business case where we need to build gatsby page from drupal webiste that is protected by basicauth (Basic access authentication). Since axios already supports it I slightly modified the gatsby-source-drupal code to enable it. Please see if you can implement this feature as proposed in this PR or similar manner.
    gatis authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e208134 View commit details
    Browse the repository at this point in the history
  14. docs: Add notice about StaticQuery only working with JSX (#9960)

    * Add notice about StaticQuery only working with JSX
    
    * Update docs/docs/static-query.md
    
    Co-Authored-By: Siilwyn <talk@selwyn.cc>
    Siilwyn authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    34d3f0a View commit details
    Browse the repository at this point in the history
  15. docs(gatsby-plugin-google-gtag): clarify that this plugin is inactive…

    … in dev (#9497)
    
    In reference to #9436 @tylerbuchea
    talolard authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    a10b83d View commit details
    Browse the repository at this point in the history
  16. docs: Un-mark "Bable Plugin Macros" guide as stub (#9973)

    Sorry, didn't realize this had to be updated manually...
    
    Related to #9963
    jgierer12 authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2981454 View commit details
    Browse the repository at this point in the history
  17. chore(release): Publish

     - gatsby-plugin-google-gtag@1.0.7
     - gatsby-source-drupal@3.0.10
    pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    96d6c78 View commit details
    Browse the repository at this point in the history
  18. feat(showcase): add Propapanda's site to showcase (#9974)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    Add [Propapanda's](https://propapanda.eu/) site to showcase
    madhenry authored and pieh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    295661e View commit details
    Browse the repository at this point in the history
  19. ci: update config to exclude docs/blog test running (#9952)

    This will also hide the status check. The general idea is that any PR
    whose branch starts with docs/, docs, blog/, or blog (e.g.
    docs-some-update, docs/some-update, etc.) will not run e2e tests. This
    seems pretty safe, and it's effectively opt-in. Unfortunately, we can't
    really enforce this standard, so it's more relying on the community to
    open up correct branch names, but if nothing else, it's valuable for us
    :shrug:
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    DSchau authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ae48a7f View commit details
    Browse the repository at this point in the history
  20. docs(blog): add a case study for youfit (#9951)

    This adds a case study concerning Youfit's usage of Gatsby 💪
    
    cc @lindawatkins
    DSchau authored and amberleyromo committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e83dbc6 View commit details
    Browse the repository at this point in the history
  21. Change banner text, add outbound link tracking (#9990)

    * change banner text, add outbound link tracking
    
    * linting
    amberleyromo authored and KyleAMathews committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    fb7abb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. docs(environment-variables): Fix typo (#9999)

    `relavant` => `relevant`
    Tien Pham authored and pieh committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    e3a213b View commit details
    Browse the repository at this point in the history
  2. docs(gatsby-first-beta-release): Fix (#10000)

    `infastructure` => `infrastructure`
    Tien Pham authored and pieh committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    6ff091d View commit details
    Browse the repository at this point in the history
  3. docs(blog): Fix (#10001)

    some `entires` had photos => some `entries` had photos
    Tien Pham authored and pieh committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    20015c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef9d18e View commit details
    Browse the repository at this point in the history
  5. feat(showcase): add amazing DexWallet to the gatsby showcase (#9989)

    * Added amazing DexWallet to the gatsby showcase
    
    * Update sites.yml
    
    * Update sites.yml
    aesthytik authored and pieh committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    4428363 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. fix dead links (#10010)

    nodox authored and KyleAMathews committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    e0c9d74 View commit details
    Browse the repository at this point in the history
  2. Update sites.yml (#10014)

    Added two portfolio websites.
    ooloth authored and KyleAMathews committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    c268745 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. docs: use PRPL pattern doc link (#10004)

    Hey, just noticed the term PRPL pattern in "SEO with Gatsby", turns out we actually have another doc page about that.
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    btk authored and pieh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    d4fd507 View commit details
    Browse the repository at this point in the history
  2. feat(showcase): add VS Code Rocks to site showcase (#10003)

    I added my blog [VS Code Rocks](https://vscode.rocks) to the site showcase
    lannonbr authored and pieh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    073bbe8 View commit details
    Browse the repository at this point in the history
  3. Fix codeblock not rendering on markdown (#10005)

    * Fix codeblock not rendering on markdown
    
    * Update local-https.md
    btk authored and DSchau committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    de6f98a View commit details
    Browse the repository at this point in the history
  4. Add particle (#10031)

    KyleAMathews authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    769932b View commit details
    Browse the repository at this point in the history
  5. fix: avoid leaking defined env vars when trying to access not defined…

    … env vars (#10030)
    
    * fix: avoid leaking defined env vars when trying to access not defined env vars
    
    * test: add some testing for env var usage and leaking
    
    * add some comments to .env.production - it normally shouldn't be commited to repo
    pieh authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    8061e3b View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - gatsby@2.0.51
    pieh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b36c518 View commit details
    Browse the repository at this point in the history
  7. fix: prefix graphql type names with underscore if it starts with numb…

    …er (#10007)
    
    if object or array is under field that starts with number it will cause graphql to fail with:
    ```
    Error: Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "6E0F4D382F504Ac5837DF8B7C8618485_2" does not.
    ```
    
    to workaround it - prefix type name with `_` if it starts with number
    
    fixes #9950
    
    /cc @phonoman
    pieh authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    1d2a9be View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish

     - gatsby@2.0.52
    pieh committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    50dba02 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. feat(starter): Added gatsbyv2-scientific-blog-machine-learnin starter (

    …#9993)
    
    Starter for Machine learning and scientific writing
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    DanShai authored and pieh committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8656bae View commit details
    Browse the repository at this point in the history
  2. Adding Narcan, ritual, truebill, smartling, clearme to showcase. (#10018

    )
    
    * Adding Narcan, ritual, truebill, smartling, clearme to showcase.
    
    * removing extra /
    
    * new line
    
    * Fixing indentantion
    
    * Changing titles
    GregBorrelly authored and DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    681f3dd View commit details
    Browse the repository at this point in the history
  3. fix(gatsby-remark-images-contentful): add in missing colon for the fa…

    …llback src (#10041)
    
    Hey there. I was looking to add in AMP support for my pages, and noticed my Contentful images weren't able to be fetched properly because the URLs were invalid:
    
    ```
    https//images.ctfassets.net/sk06mmp11skx/6FZZJDW2VGcEMM2sCyKI6w/32a06680dc5ba66c69925befe2ca6ace/costs-estimate.JPG
    ```
    
    I noticed it was missing a `:`, as were the plugin's tests!. This resolves that.
    BayPhillips authored and DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    313190b View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - gatsby-remark-images-contentful@2.0.4
    DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    4e7685e View commit details
    Browse the repository at this point in the history
  5. Change description (#10047)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    devrchancay authored and DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    2a4b091 View commit details
    Browse the repository at this point in the history
  6. fix: update peerDependency, plugins rely on extra arg being passed in…

    … API hooks (#10045)
    
    Those plugins rely on changes introduced in #9401 which was released in `gatsby@2.0.32`
    
    Ref: #9943 (comment)
    pieh authored and DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    83b7a18 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - gatsby-plugin-jss@2.0.4
     - gatsby-plugin-styled-components@3.0.3
    DSchau committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    7bfecf6 View commit details
    Browse the repository at this point in the history
  8. feat(gatsby-plugin-offline): replace no-cache detection with dynamic …

    …path whitelist (#9907)
    
    * Remove all no-cache code
    
    * Remove references to no-cache in offline plugin
    
    * Initial work on hybrid navigation handler
    
    * Refactor whitelist code to allow it to support onPostPrefetchPathname
    
    * Fix service worker detection
    
    * Fix IndexedDB race condition
    
    * Prevent race conditions + reset whitelist on SW update
    
    * Remove unnecessary API handler (onPostPrefetchPathname is called anyway)
    
    * Add debugging statements + fix some minor problems
    
    * Fix back/forward not working after 404
    
    * Remove unneeded debugging statements
    
    * Bundle idb-keyval instead of using an external CDN
    
    * Update README
    
    * Backport fixes from #9907
    
    * minor fixes for things I copy-pasted wrong
    
    * Refactor prefetching so we can detect success
    vtenfys authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8d3af3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d46cdeb View commit details
    Browse the repository at this point in the history
  10. chore(release): Publish

     - gatsby-plugin-offline@2.0.16
     - gatsby@2.0.53
    pieh committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    4724836 View commit details
    Browse the repository at this point in the history
  11. docs: fix Create a Gatsby site link (#10051)

    In the [Set Up Your Development Environment](https://www.gatsbyjs.org/tutorial/part-zero/) page, the link with label "Create a Gatsby site" (sidebar) refers to #create-a-site instead of #create-a-gatsby-site.
    Rahmon authored and pieh committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    905e966 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. chore(www): update gatsby and gatsby-plugin-offline (#10054)

    just to trigger dep reinstallation for our build runner
    pieh authored and KyleAMathews committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    59ee6d3 View commit details
    Browse the repository at this point in the history
  2. added a new website (#10053)

    added a new website to showcase
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    prasadseth authored and DSchau committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    66b2012 View commit details
    Browse the repository at this point in the history
  3. Fix typo in README.md (#10056)

    czakarian authored and DSchau committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    8d07c2f View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-plugin-sharp): use actions provided, don't assume Gatsby m…

    …odule location. (#9986)
    
    The gatsby module resolve by require might not be the gatsby module that is executing. This can occur in mono-repo configurations.
    
    This will prevent the Redux store from receiving the job actions and the bootstrap process will complete without waiting for all images to be processed. This can cause the build to finish without all images being generated.
    
    Fixes #9984.
    martin-css authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    54f6a85 View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish

     - gatsby-plugin-sharp@2.0.13
     - gatsby-source-contentful@2.0.15
     - gatsby-transformer-sqip@2.0.8
    pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    656b006 View commit details
    Browse the repository at this point in the history
  6. Adding Tandem website to sites list (#10065)

    Adds https://tandem.co.uk to sites list
    alechill authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3ae518c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec2cef3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cadf9f3 View commit details
    Browse the repository at this point in the history
  9. feat(gatsby): warn user about incompatible plugins (#10034)

    Closes: #7143 #9731
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    oorestisime authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    8421707 View commit details
    Browse the repository at this point in the history
  10. chore(release): Publish

     - gatsby@2.0.54
    pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3ed9735 View commit details
    Browse the repository at this point in the history
  11. feat(gatsby-remark-images): make images blur up (#7800)

    BREAKING CHANGE: html markup has been changed, high resolution image (img.gatsby-resp-image-image) is no longer nested inside span with low resolution placeholder  (span.gatsby-resp-image-wrapper) - it's sibling of that span now. This might affect any custom styling that is applied to inline images
    jamesadarich authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    5a5254e View commit details
    Browse the repository at this point in the history
  12. chore(release): Publish

     - gatsby-remark-images@3.0.0
    pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    351aaa3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73167e3 View commit details
    Browse the repository at this point in the history
  14. feat(gatsby-plugin-manifest): don't output theme-color meta tag if …

    …it's not defiened (#10069)
    
    Not really sure how I go about submitting a PR here. This addition references issue #9977
    
    Any guidance would be greatly appreciated.
    DZuz14 authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    7802470 View commit details
    Browse the repository at this point in the history
  15. chore(release): Publish

     - gatsby-plugin-manifest@2.0.10
     - gatsby-plugin-offline@2.0.17
     - gatsby-source-faker@2.0.2
    pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    4d246c2 View commit details
    Browse the repository at this point in the history
  16. [Showcase] Add Monbanquet.fr to the showcase list (#10073)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    Hello the Gatsby Team,
    First of all, thanks for the great product you're building, and the community around it.
    At [Monbanquet.fr](https://monbanquet.fr) we're using it for our main production website and it's been great so far, both in terms of user and developer experience.
    
    As it's my first PR here, hit me up if I did something wrong :)
    Cheers
    dotlouis authored and pieh committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    47d4cc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Fix broken link to Gatsby community starters (#10089)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Clicking the link below results in a not found page. Updated with the correct url
    <img width="733" alt="screen shot 2018-11-22 at 09 53 12" src="https://user-images.githubusercontent.com/1019869/48906947-7ac55000-ee3c-11e8-8ae9-45e88b5d733b.png">
    
    <img width="1514" alt="screen shot 2018-11-22 at 09 52 22" src="https://user-images.githubusercontent.com/1019869/48906903-59646400-ee3c-11e8-9cac-cef544a127dc.png">
    krsjoseph authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9b2d42c View commit details
    Browse the repository at this point in the history
  2. Update deploying-to-heroku.md (#10012)

    Needed to specify additional changes to serve production-optimized build and bind to correct port.
    
    These were the changes I needed to make in order to make a deployment work with Heroku, please let me know if this is helpful or not! 😄 🙏
    hwrdtm authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b1c8c9c View commit details
    Browse the repository at this point in the history
  3. Added gatsby-typescript-boilerplate to starters.yml (#10039)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    leachjustin18 authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9f32cd3 View commit details
    Browse the repository at this point in the history
  4. Add Gatsby Tailwind Styled Components Starter (#10084)

    * Update starters.yml
    
    * Update starters.yml
    muhajirdev authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    e9d2e5f View commit details
    Browse the repository at this point in the history
  5. add secondary fields to www query sorts (#10085)

    While working on loki (#9919), I've run into lots of fun edge cases to do with sorting. One is that some connection queries specify a sort order, but some returned fields have the same value for the sort field. The behavior here is undefined, but by default sift will order by the order they were added to Gatsby. While that's not a terrible default, it makes testing sift and loki compatibility hard, since loki has undefined ordering for this case.
    
    So this PR adds a specific secondary sort key to various `www` queries, mainly for the purpose of testing sift/loki compatibility, but also because it makes sense.
    Moocar authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    bcb03a6 View commit details
    Browse the repository at this point in the history
  6. feat(gatsby): use cheap-module-source-map devtool webpack config in d…

    …evelop mode for easier debugging (#10083)
    
    Closes #6278
    
    Sourcemaps are not currently working on gatsby v2. This fixes that on 1 string.
    shelldandy authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    ce5cbe8 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - gatsby@2.0.55
    pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    f2c1fc2 View commit details
    Browse the repository at this point in the history
  8. fix(www): add proper sorting for featured starters in Homepage Ecosys…

    …tem section (#10096)
    
    Instead by `slug` we sort the starters by `stars` (DESC) - solving #10085 (comment)
    greglobinski authored and pieh committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    bafdfec View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. test: Adding test report tasks to Azure pipelines (#10128)

    <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
    
    **What kind of change does this PR introduce?**
    <!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
    This PR is related to the issue #10103 
    The PR helps to publish test results for reporting in Azure Pipelines.
    
    **Summary**
    <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
    <!-- Try to link to an open issue for more information. -->
    Azure Pipelines provides excellent reporting capabilities that can be leveraged by this PR.
    An example report is shown in the image below.
    ![image](https://user-images.githubusercontent.com/13175100/48767951-e8a73580-ecdd-11e8-8e6a-20d7767d7c1b.png)
    A screenshot for code coverage : 
    ![image](https://user-images.githubusercontent.com/13175100/48795657-938e1280-ed23-11e8-88d0-bf94f610d774.png)
    
    
    **Does this PR introduce a breaking change?**
    No
    vagisha-nidhi authored and pieh committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    7325fd9 View commit details
    Browse the repository at this point in the history
  2. fix(gatsby-plugin-filesystem): throw meaningful errors on bad inputs (#…

    …10123)
    
    fixes #6643
    
    I also fell for this error before, sinc the original errors are swallowed (and fairly unclear too, because of the indirection). Adding validation was suggested in linked issue, so I went for this, since I didn't see any already used object validation like "ow" in use here.
    
    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Haroenv authored and pieh committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    21ebf2c View commit details
    Browse the repository at this point in the history
  3. fix: Improve spacing of dependency grid in starter detail page (#10131)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    
    The spacing in the dependency grid looked off to me, so I improved it a bit.
    
    Before: 
    <img width="1064" alt="screenshot 2018-11-26 at 13 58 19" src="https://user-images.githubusercontent.com/541628/49015578-cbfa7a00-f183-11e8-9ee0-2452f8c1c83d.png">
    
    After: 
    <img width="1079" alt="screenshot 2018-11-26 at 13 58 07" src="https://user-images.githubusercontent.com/541628/49015584-d157c480-f183-11e8-86de-b7c20bee71f8.png">
    leolabs authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    55a299d View commit details
    Browse the repository at this point in the history
  4. Add licensing information (#10112)

    <!--
      Q. Which branch should I use for my pull request?
      A. Use `master` branch (probably).
    
      Q. Which branch if my change is a bug fix for Gatsby v1?
      A. In this case, you should use the `v1` branch
    
      Q. Which branch if I'm still not sure?
      A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)
    
      Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.
    
      Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
    -->
    Add licensing information to the `README` file which is a usual practice being followed 👍
    open-source-explorer authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a86f7a3 View commit details
    Browse the repository at this point in the history
  5. fix(www): Remove multiple entries from sites tags (#10118)

    * fix(www): Remove multiple entries from sites tags
    
    * Forgot the Paving tag
    
    * Update sites.yml
    LekoArts authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    85c352c View commit details
    Browse the repository at this point in the history
  6. docs(unit-testing): fixes babel-core version (#10117)

    The bridge dependency for Babel 7's `babel-core` is `babel-core@7.0.0-bridge.0`
    Toolo authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    7d362e1 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - gatsby-source-drupal@3.0.11
     - gatsby-source-filesystem@2.0.9
     - gatsby-source-wordpress@3.0.15
    DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    aa58dcd View commit details
    Browse the repository at this point in the history
  8. feat(gatsby-remark-prismjs): add in ability to use comments to specif…

    …y line highlighting (#9696)
    
    * feat: allow highlight directives in prismjs plugin
    
    Heavily inspired by DSchau#2
    
    * fix: Fix multiline plain-text for directives
    
    * tests: test highlight-range directive
    
    * Add built version
    
    * feat: rely on prismjs plugin for embed-snippet directive highlighting
    
    * Add console.warn if invalid range is specified
    
    * docs: document highlight directives
    
    * fix: fix endless loop when multiple highlight-start/end directives
    
    * Add kitchen sink directive test
    
    * Remove built version
    
    * docs: better directive example
    
    * fix: existing highlight ranges behavior now working again
    
    * fix: JSX directive not removed after highlight
    
    * fix: highlight-range directive removing a line
    
    * Add comment explaining priority between top-level declaration and directives
    
    * fix lint error
    
    * Add more explicit example in README
    
    * Fix HTML opening comment not being stripped
    
    * Add `./highlight-line-range.js to .gitignore
    
    * Remove extraneous <span> tags
    
    * Add comment for big regex
    phacks authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    11e1834 View commit details
    Browse the repository at this point in the history
  9. chore(release): Publish

     - gatsby-remark-embed-snippet@3.1.0
     - gatsby-remark-prismjs@3.1.0
    DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    9e8fdc1 View commit details
    Browse the repository at this point in the history
  10. Fix some typos of 'gatsby' (#10139)

    Yep!
    joshua-scott authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    264adfa View commit details
    Browse the repository at this point in the history
  11. Fix broken link. (#10110)

    numb86 authored and pieh committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    88a0d45 View commit details
    Browse the repository at this point in the history
  12. Add license internal link (#10143)

    Closes #10135 
    Added license to `What's in this document section` linking it to corresponding section within the `README` file.
    jamesgeorge007 authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b5bcafe View commit details
    Browse the repository at this point in the history