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

Starter showcase card layout update #8117

Closed
wants to merge 470 commits into from
Closed

Starter showcase card layout update #8117

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

Commits on Nov 6, 2018

  1. 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
  2. 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
    1 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
  13. chore: bump npm-run-all version (#10147)

    pieh authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    278286a View commit details
    Browse the repository at this point in the history
  14. Documentation: Created XML Sitemap Post (#10106)

    * Created XML Sitemap Post
    
    This was created using the package (gatsby-plugin-sitemap), I followed the guidelines and ran it through Hemingway (Just as a side note Where has this been all my life?!) - I do think it is a bit brief - Please do tell me how I can work to improve it! Really Appreciate it :)
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Ran it through Prettier and Applied Changes
    
    * Trying to debug the prettier issue.
    
    Maybe I am just doing this wrong 😬
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Adding Dustin's suggestions
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update docs/docs/creating-a-sitemap.md
    
    Co-Authored-By: AnushPatel <33417205+AnushPatel@users.noreply.github.com>
    
    * Update creating-a-sitemap.md
    
    * Fixed the typo
    
    * Added the 'Connection' between the two clauses
    
    * Added the improvements to the code 
    
    Ran it through Prettier to make sure Formatting is tip top.
    
    * Added the improvements to the code 
    
    Ran it through Prettier to make sure Formatting is tip top.
    AnushPatel authored and DSchau committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    288d928 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. fix(gatsby-plugin-netlify-cms): fix uglify webpack plugin check (#10150)

    Closes #10067.
    Replaces #10149.
    
    Webpack started using terser instead of uglify, which broke our plugin's check for the uglify webpack plugin (to exclude it from our pipeline). But it seems that excluding terser isn't even necessary, can't find any bugs in dev or prod builds.
    
    The remaining plugin that needs to be avoided will be handled by name rather than instance.
    
    cc/ @pieh
    erquhart authored and pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b1101f5 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-plugin-netlify-cms@3.0.8
    pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    a2028ef View commit details
    Browse the repository at this point in the history
  3. docs: "Creating a sitemap" is no longer stub page (#10156)

    Got rid of the * as the link now isn't a stub
    
    <!--
      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/
    -->
    AnushPatel authored and pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    26dff7b View commit details
    Browse the repository at this point in the history
  4. The Leaky Cauldron Blog added to sites Showcase (#10148)

    <!--
      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/
    -->
    v4iv authored and pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    e64554b View commit details
    Browse the repository at this point in the history
  5. added new website to showcase (#10157)

    <!--
      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/
    -->
    semisse authored and pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    aa489e9 View commit details
    Browse the repository at this point in the history
  6. Add new starter kit (#10132)

    Add Gatsby + Bulma CSS starter kit.
    
    <!--
      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/
    -->
    amandeepmittal authored and pieh committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    41575f8 View commit details
    Browse the repository at this point in the history
  7. ci: produce jest xml reports only in azure pipelines (#10160)

    * test: do not report coverage unless in CI
    
    In #10128, we added test report tasks to Azure pipelines. Unfortunately,
    this adds some additional overhead and coverage type stuff in _local_
    development that we probably don't want.
    
    This PR addresses this issue, and conditionally detects whether running
    in CI. If running in CI (e.g. Azure Pipelines, Circle, etc.) it will add
    the additional coverage reporter and coverage functionality.
    
    Note: this is currently blocked by watson/ci-info#22
    
    * add GENERATE_JEST_REPORT env var and use it with azure pipelines
    
    * use var to hold normalized (boolean) val from env var
    pieh authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    aca36fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b158d77 View commit details
    Browse the repository at this point in the history
  9. Sample code graphql package not imported (#10109)

    graphql object is used for query but not imported from `gatsby` package.
    beeingparth authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    60aa583 View commit details
    Browse the repository at this point in the history
  10. add gatsby days blog post (#10153)

    * feat(blog): add gatsby days blog post
    
    * format
    amberleyromo authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    8298847 View commit details
    Browse the repository at this point in the history
  11. Add MobX + TypeScript starter (#10122)

    - https://gatsby-starter-mobx.netlify.com/
    - https://github.com/borekb/gatsby-starter-mobx
    
    Features:
    
    - Gatsby v2 + TypeScript
    - MobX with decorators
    - Two examples from @mweststrate's Egghead course
    - .editorconfig & Prettier
    - TSLint
    - Jest
    borekb authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    1480cc9 View commit details
    Browse the repository at this point in the history
  12. Add "pass context to pages" to doc (#10165)

    Didn't find this anywhere in the docs, think that's a good spot for it.
    
    The Promise is not needed actually, but I left it in the upper example.
    LekoArts authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    c847e1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8a4102 View commit details
    Browse the repository at this point in the history
  14. feat(www): Updated blog and newsletter section on homepage (#10024)

    * feat(www): rebase Ecosystem and Blog sections
    
    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
    
    feat(www): add Blog section to Homepage
    
    feat(www): mobile styles for Blog section
    
    feat(www): mobile styles for Blog section
    
    feat(www): desktoop style for Blog section WIP
    
    feat(www): desktoop style for Blog section WIP
    
    feat(www): desktop style for Homepage Blog section WIP
    
    feat(www): finish desktop style of Blog section
    
    feat(www): finish desktop style of Blog section
    
    * fix(www): fix stylelint error
    
    * feat(): finish styles of Blog section
    
    * fix(www): add cover to one post for development
    
    * fix(www): update margins for section action btns
    
    * fix(www): update margins of Blog section
    
    * refactor(www): email-cature-form
    
    * refactor(www): email-cature-form
    
    * feat(www): add ornaments to assets
    
    * feat(www): update colors palette
    
    * feat(www): add Homepage variant style to newsletter form
    
    * feat(www): add Homepage variant style to newsletter form
    
    * feat(www): mobile style for Homepage Newsletter section
    
    * refactor(www): refactor homepage-section
    
    * fix(www): fix homepage section padding
    
    * refactor(www): refactor ecosystem scroollers
    
    * fix(www): fix some styles
    
    * fix(www): add cover image to one post
    
    * fix(www): add border-radius to cover image
    
    * fix(www): add automaticExcerpt if the handwritten one does not exists
    
    * feat(www): add conditional formating to post dates
    
    * fix(www): fix hover effect on Blog cards
    
    * fix(www): remove 'Submit an article button'
    greglobinski authored and amberleyromo committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    2530718 View commit details
    Browse the repository at this point in the history
  15. Fix/4459/excerpt formatting ignored (#9716)

    This is the beginnings of a fix for #4459
    
    Right now, the fix works when excerpt_separator is provided. I have not yet implemented a fix for when the excerpt is generated using the `pruneLength` setting, though I have thoughts on how to solve it. My plan to is do a pre-order traversal over the html AST, accumulating nodes until the pruneLength is reached.
    
    I would love some preliminary feedback to get a sense of how the contributors feel about this PR so far. Here are some of my initial thoughts:
    
    1. The work in the `excerpt` resolve function is a little hacky. We are directly invoking a variety of functions get our HTML. I'm curious if anyone has a more streamlined approach for this.
    
    2. We are invoking `getMarkdownAST` (previously getAST) twice, once for the excerpt and once for the entire page. I'm worried that this is going to break non-idempotent existing plugins since they will now run twice.
    
    3. I tore apart the `getAST` function a bit and think I did a good job simplifying it. The big change is that we don't generate multiple promises anymore. i think this goes a long way towards improving readability.
    
    I'd love to hear people's thoughts.
    nadrane authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    fbe4fcb View commit details
    Browse the repository at this point in the history
  16. chore(release): Publish

     - gatsby-image@2.0.21
     - gatsby-transformer-remark@2.1.13
     - gatsby@2.0.56
    DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    a3e505c View commit details
    Browse the repository at this point in the history
  17. fix(www): Update "View all" component (#10170)

    @greglobinski @amberleyromo 
    Currently the second "View all posts" links to the homepage instead of the blog
    LekoArts authored and DSchau committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6b06942 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Added joinup.io to site showcase (#10171)

    <!--
      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/
    -->
    ngoumard authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    329f90b View commit details
    Browse the repository at this point in the history
  2. add jacobdcastro.com to site showcase (#10176)

    Added jacobdcastro.com to site showcase. 'Featured' set to 'false' and all possible YAML entries are filled out, even optional ones.
    Jacob D. Castro authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    de03277 View commit details
    Browse the repository at this point in the history
  3. docs(gatsby-link): don't pass activeClassName prop to html anchor (#1…

    …0107)
    
    Without destructuring `activeClassName`, the <a> element will receive the prop and react will throw an error along the lines of `React does not recognize the `activeClassName` prop on a DOM element.`.
    
    <!--
      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/
    -->
    walker-tx authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    5ebaa88 View commit details
    Browse the repository at this point in the history
  4. docs(gatsby-link): add example of passing state (#10137)

    Update docs to show how state is passed through the location object.
    
    <!--
      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/
    -->
    GarrettJMU authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    992cd53 View commit details
    Browse the repository at this point in the history
  5. fix(www): fix newsletter form style on blog post pages (#10180)

    Revert unintentional braking changes to style of the Newsletter form on Blog post pages applied during implementation of the same form presented on redesigned Hompage Newsletter section. 
    
    - broken style 
    
    ![screenshot from 2018-11-28 13-54-21](https://user-images.githubusercontent.com/32480082/49153447-0b58d000-f316-11e8-9e75-213f74830768.png)
    
    - fixed style (with this PR), the form looks the same as before refactoring of `www/src/components/email-capture-form.js`
    
    ![screenshot from 2018-11-28 13-53-55](https://user-images.githubusercontent.com/32480082/49153446-0ac03980-f316-11e8-929b-40e800ced254.png)
    greglobinski authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    90ed649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be14610 View commit details
    Browse the repository at this point in the history
  7. fix(gatsby): fix infinite reloads when resources fail (#10141)

    - Check if resources fail (as before)
    - Upon any failure, render static HTML instead of dynamically rendering the children
      - Upon initial failure, reload the page and mark the path as failed
      - Upon second failure, don't reload the page and unflag it (since it might have just been a temporary failure and we want it to retry the next time)
    
    Fixes #10074
    vtenfys authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    9fc25f3 View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish

     - gatsby@2.0.57
    pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    ad86cc8 View commit details
    Browse the repository at this point in the history
  9. feat(showcase): add www.gatsbytutorials.com and www.upandrunningtutor…

    …ials.com (#10189)
    
    Add two educational sites 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/
    -->
    ooloth authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    140679c View commit details
    Browse the repository at this point in the history
  10. chore(www): bump gatsby version (#10192)

    to pull changes added in #10141
    pieh authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    0c31478 View commit details
    Browse the repository at this point in the history
  11. fix(gatsby-transformer-remark): properly bubble up errors thrown in s…

    …ubplugins (#9972)
    
    This allow `gatsby-remark-*` subplugins to not have special error handling - `gatsby` will properly panic on build, but dev server won't crash anymore
    
    <!--
      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/
    -->
    tmfelwu authored and pieh committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b7d4656 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    49100e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ac889 View commit details
    Browse the repository at this point in the history
  3. chore(release): Publish

     - babel-plugin-remove-graphql-queries@2.5.2
     - babel-preset-gatsby-package@0.1.3
     - babel-preset-gatsby@0.1.5
     - gatsby-cli@2.4.6
     - gatsby-codemods@1.0.8
     - gatsby-dev-cli@2.4.8
     - gatsby-image@2.0.22
     - gatsby-link@2.0.7
     - gatsby-plugin-canonical-urls@2.0.8
     - gatsby-plugin-catch-links@2.0.9
     - gatsby-plugin-coffeescript@2.0.7
     - gatsby-plugin-create-client-paths@2.0.3
     - gatsby-plugin-cxs@2.0.3
     - gatsby-plugin-emotion@2.0.7
     - gatsby-plugin-facebook-analytics@2.0.2
     - gatsby-plugin-feed@2.0.10
     - gatsby-plugin-fullstory@2.0.2
     - gatsby-plugin-glamor@2.0.7
     - gatsby-plugin-google-analytics@2.0.8
     - gatsby-plugin-google-gtag@1.0.8
     - gatsby-plugin-google-tagmanager@2.0.7
     - gatsby-plugin-guess-js@1.0.3
     - gatsby-plugin-jss@2.0.5
     - gatsby-plugin-layout@1.0.10
     - gatsby-plugin-less@2.0.8
     - gatsby-plugin-lodash@3.0.3
     - gatsby-plugin-manifest@2.0.11
     - gatsby-plugin-netlify-cms@3.0.9
     - gatsby-plugin-netlify@2.0.6
     - gatsby-plugin-nprogress@2.0.7
     - gatsby-plugin-offline@2.0.18
     - gatsby-plugin-page-creator@2.0.5
     - gatsby-plugin-postcss@2.0.2
     - gatsby-plugin-preact@2.0.8
     - gatsby-plugin-react-css-modules@2.0.4
     - gatsby-plugin-react-helmet@3.0.3
     - gatsby-plugin-remove-trailing-slashes@2.0.6
     - gatsby-plugin-sass@2.0.5
     - gatsby-plugin-sharp@2.0.14
     - gatsby-plugin-sitemap@2.0.3
     - gatsby-plugin-styled-components@3.0.4
     - gatsby-plugin-styled-jsx@3.0.3
     - gatsby-plugin-styletron@3.0.3
     - gatsby-plugin-stylus@2.0.3
     - gatsby-plugin-subfont@1.0.3
     - gatsby-plugin-twitter@2.0.8
     - gatsby-plugin-typescript@2.0.2
     - gatsby-plugin-typography@2.2.2
     - gatsby-react-router-scroll@2.0.2
     - gatsby-remark-autolink-headers@2.0.12
     - gatsby-remark-code-repls@2.0.2
     - gatsby-remark-copy-linked-files@2.0.7
     - gatsby-remark-custom-blocks@2.0.2
     - gatsby-remark-embed-snippet@3.1.1
     - gatsby-remark-graphviz@1.0.4
     - gatsby-remark-images@3.0.1
     - gatsby-remark-katex@3.0.1
     - gatsby-remark-prismjs@3.1.1
     - gatsby-remark-responsive-iframe@2.0.7
     - gatsby-remark-smartypants@2.0.7
     - gatsby-source-contentful@2.0.16
     - gatsby-source-drupal@3.0.12
     - gatsby-source-faker@2.0.3
     - gatsby-source-filesystem@2.0.10
     - gatsby-source-graphql@2.0.7
     - gatsby-source-hacker-news@2.0.7
     - gatsby-source-lever@2.0.2
     - gatsby-source-medium@2.0.2
     - gatsby-source-mongodb@2.0.9
     - gatsby-source-npm-package-search@2.0.2
     - gatsby-source-wikipedia@2.0.3
     - gatsby-source-wordpress@3.0.16
     - gatsby-transformer-csv@2.0.5
     - gatsby-transformer-documentationjs@2.0.2
     - gatsby-transformer-excel@2.1.4
     - gatsby-transformer-hjson@2.1.3
     - gatsby-transformer-javascript-frontmatter@2.0.5
     - gatsby-transformer-javascript-static-exports@2.1.4
     - gatsby-transformer-json@2.1.6
     - gatsby-transformer-pdf@1.0.15
     - gatsby-transformer-react-docgen@2.1.3
     - gatsby-transformer-remark@2.1.14
     - gatsby-transformer-screenshot@2.0.9
     - gatsby-transformer-sharp@2.1.9
     - gatsby-transformer-sqip@2.0.9
     - gatsby-transformer-toml@2.1.3
     - gatsby-transformer-xml@2.0.5
     - gatsby-transformer-yaml@2.1.6
     - gatsby@2.0.58
     - graphql-skip-limit@2.0.2
    pieh committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    a3e5489 View commit details
    Browse the repository at this point in the history
  4. feat(gatsby): add lokijs nodes db implementation (#9919)

    This PR adds a feature flag `GATSBY_DB_NODES` that can be used to change the storage engine for the gatsby data layer (`nodes`). 
    
    - `redux` (default) which uses the existing redux implementation, and `sift` for querying. Or, you can use 
    - `loki` which uses the loki in-memory database to store and query.
    
    This PR re-implements functionality in #9338, but with all tests passing and addressing previous feedback. It should also be easier to review since it builds on several refactorings. 
    
    Some things to note:
    
    1. I [submitted a PR to lokijs](techfort/LokiJS#718) which still hasn't been merged, though the author says he'll start working on it soon. Therefore, in in interim, I've published [@moocar/lokijs](https://www.npmjs.com/package/@moocar/lokijs). 
    1. I haven't implemented auto indexing of query fields yet. I'll attack that next.
    1. I suggest we ask the community to try out the feature flag once it's merged to get feedback. All the tests pass, but this is such a big change that we'll want to test it gradually
    1. While loki uses the same mongo query language as sift, they do have different behavior. Most of my time on this PR was spent ensuring that loki behaves **exactly** like sift. See [db/loki/nodes-query.js](https://github.com/gatsbyjs/gatsby/blob/cddbe893a4ce638babb1cbe5e5da4c13b6f5e57d/packages/gatsby/src/db/loki/nodes-query.js). But there's a chance a few edge cases have slipped through the cracks.
    1. the feature flag works with the tests too `GATSBY_DB_NODES=loki yarn test`. We should perhaps look into running this on all PRs
    Moocar authored and pieh committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    4bcca2a View commit details
    Browse the repository at this point in the history
  5. chore(release): Publish

     - gatsby@2.0.59
    pieh committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    38fd2b9 View commit details
    Browse the repository at this point in the history
  6. Gatsby-Starter-Business Updated to Gatsby v2 along with new features (#…

    …10197)
    
    <!--
      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/
    -->
    v4iv authored and pieh committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    043b43b View commit details
    Browse the repository at this point in the history
  7. Documentation fix: Execute trailing slash stripping function, rather …

    …than assign it. (#9924)
    
    The trailing slash stripping plugin [executes the function](https://github.com/gatsbyjs/gatsby/blob/f9714a5646523bc728586e3692190507ad68e6c1/packages/gatsby-plugin-remove-trailing-slashes/src/gatsby-node.js#L9) rather than just assigning it, so I'd imagine that's what the example code should be doing too.
    stevetweeddale authored and DSchau committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    994ac97 View commit details
    Browse the repository at this point in the history
  8. feat(docs): Add accessibility doc (#10006)

    * Created the page.
    
    * Page content.
    
    * Link in the blog post.
    
    * Source attribution, language tweaks
    
    * Fixed Prettier error.
    enzoferey authored and amberleyromo committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    228a866 View commit details
    Browse the repository at this point in the history
  9. fix(gatsby-remark-prismjs): prevent additional blank line from appear…

    …ing (#10209)
    
    * fix(gatsby-remark-prismjs): prevent additional blank line from appearing
    
    * chore: don't use template literals; not needed
    
    * test: update snapshots
    DSchau authored and pieh committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    71d7f23 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. fix(gatsby-transformer-remark): render html attributes in html excerpt (

    #10196)
    
    * track markdown properties
    
    * fix image markdown
    nadrane authored and DSchau committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    2483aef View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-remark-embed-snippet@3.1.2
     - gatsby-remark-prismjs@3.1.2
     - gatsby-transformer-remark@2.1.15
    DSchau committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0085107 View commit details
    Browse the repository at this point in the history
  3. GatsbyJS.org example to site-metadata.js component (#10218)

    They removed Helmet from "layout.js" and moved it to "site-metadata.js"
    
    <!--
      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/
    -->
    ganevdev authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    4d126a6 View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-source-wordpress): add undefined check to avoid taxonomy m…

    …apping error (#10216)
    
    hello! this is a fix for #10138! that issue contains all the details of the issue, so i won't repeat them here! i've copied the error avoidance approach from the `exports.mapElementsToParent` function just below this block!
    Henry Smith authored and pieh committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    24c7dfc View commit details
    Browse the repository at this point in the history
  5. Add grooovinger.com to showcase (#10208)

    I'd like to add my portfolio website to the gatsby showcase.
    
    Thanks for all the great work you're doing! 💪
    
    Thank you.
    mgrubinger authored and pieh committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    53f21e8 View commit details
    Browse the repository at this point in the history
  6. feat(starters): add starter-ghost-blog (#10219)

    a simple starter for how to use Gatsby and the Ghost CMS together
    d-cs authored and pieh committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    427cb40 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. docs(babel-preset-gatsby): Update README to reflect dependencies (#10229

    )
    
    Based on the dependencies brought in from this present, the following updates were added to the README:
    - Removed reference to `@babel/plugin-proposal-optional-chaining`
    - Added reference to `@babel/plugin-syntax-dynamic-import`
    - Updated ordering to move babel-core plugins above community ones.
    
    Resolves #10214
    lukewhitehouse authored and DSchau committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    155f6d1 View commit details
    Browse the repository at this point in the history
  2. feat(www): create Pullquote custom component (#10190)

    * feat(www): create Pullquote custom component
    
    * fix(www): add explanatory comment
    
    * feat(www): add styles to Pullquote
    
    * feat(www): add styles to Pullquote
    
    * fix(www): fix typo in css code
    
    * feat(www): add variants of styles
    
    * refactor(www): remove variant class names logic from template-blog-post
    
    * fix(www): remove unused const
    greglobinski authored and DSchau committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    ce7119d View commit details
    Browse the repository at this point in the history
  3. Add date example to RSS feed plugin readme (#10225)

    * Add date example to readme
    
    * Add note to readme for custom feed queries
    
    This should make it clearer what the correct keys are for custom queries (e.g. should be *date*, not *pubDate*).
    tyhopp authored and LekoArts committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    b5018b1 View commit details
    Browse the repository at this point in the history
  4. Update Testing Components Installation Section (#10222)

    * Update Installation Section
    
    This PR changes the prose related to setting up your `setup-test-env.js` file. Because it's assumed the user followed the unit-testing section, they should have a `jest.config.js` file. If they do, they need to add the `setupTestFrameworkScriptFile` to the jest config, rather than the `package.json` otherwise, their `setup-test-env.js` will be run correctly.
    
    I've added the instructions for `jest.config.js` but also kept the original instructions related to adding it to the `package.json`
    
    * Cut old part
    
    * Update docs/docs/testing-react-components.md
    
    Co-Authored-By: jsjoeio <jjprevite@gmail.com>
    
    * Update docs/docs/testing-react-components.md
    
    Co-Authored-By: jsjoeio <jjprevite@gmail.com>
    
    * Fix linting
    jsjoeio authored and DSchau committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    92ef858 View commit details
    Browse the repository at this point in the history
  5. Add LXDX.co to Showcase (#10223)

    coreyward authored and KyleAMathews committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    416abaf View commit details
    Browse the repository at this point in the history
  6. feat(gatsby): Add type checks to createNodeId (#10234)

    Before the change it was possible to enter all sorts of parameters. Also Numbers threw a weird error. Both fixed now.
    LekoArts authored and pieh committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    6a86b4d View commit details
    Browse the repository at this point in the history
  7. fix(gatsby): skip functions when inferring schema (#10177)

    Hi,
    
    This is a fix for issue as discussed here #10159 (comment).
    
    prevent loop if the object is of type function
    sibiraj-s authored and pieh committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    64a8844 View commit details
    Browse the repository at this point in the history
  8. chore(release): Publish

     - babel-preset-gatsby@0.1.6
     - gatsby-plugin-feed@2.0.11
     - gatsby-plugin-react-helmet@3.0.4
     - gatsby-source-wordpress@3.0.17
     - gatsby@2.0.60
    pieh committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    805956e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    2efec7a View commit details
    Browse the repository at this point in the history
  2. Add Kylemcd.com to sites (#10235)

    <!--
      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/
    -->
    kylemcd authored and pieh committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    3f95fa2 View commit details
    Browse the repository at this point in the history
  3. update starter-morning-dew (#10237)

    maxpou authored and pieh committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    c16b3ce View commit details
    Browse the repository at this point in the history
  4. Updated link to Gatsby Starters (#10238)

    Closes #10236
    ntrabue authored and pieh committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    b93cddc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Add gatsby-starter-notes (#10244)

    A Gatsby starter for making notes on different subjects and topics
    patricoferris authored and pieh committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    34c0574 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies (#10247)

    This pr, adds all the missing dependencies used on the gatsby code base to the package.json the dependencies and the versions were obtained by doing a dry run of yarn PnP.
    
    It adresses #10245
    Ikana authored and pieh committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    ab867e3 View commit details
    Browse the repository at this point in the history
  3. Make PR template clearer (#8691)

    m1guelpf authored and pieh committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    a2d421e View commit details
    Browse the repository at this point in the history
  4. fix(gatsby-source-contentful): use safe stringification for Rich Text…

    … fields (#10228)
    
    The "Beta" Rich Text field for contentful was breaking when trying to load data into GraphQL that has circular references.
    
    Using a safe stringify method prevents it falling over and instead just prevents the referenced circular data from being available.
    cjpete authored and pieh committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    2d2ac7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88448b1 View commit details
    Browse the repository at this point in the history
  6. Revert "sort category filters by popularity"

    This reverts commit ead9d54.
    riencoertjens authored and LekoArts committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    383c786 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9572e8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90f9492 View commit details
    Browse the repository at this point in the history
  9. Revert "Showcase filters sort"

    riencoertjens authored and LekoArts committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d850bf1 View commit details
    Browse the repository at this point in the history
  10. starter showcase layout update

    riencoertjens authored and LekoArts committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    6990cba View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'riencoertjens/starter-showcase-card-lay…

    …out-update' into starter-showcase-card-layout-update
    LekoArts committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    8ce68f4 View commit details
    Browse the repository at this point in the history