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

[v2] Merge in master #4114

Merged
merged 243 commits into from
Feb 17, 2018
Merged

[v2] Merge in master #4114

merged 243 commits into from
Feb 17, 2018

Commits on Jan 26, 2018

  1. Revert "Update gatsby-browser.js (#3694)"

    This reverts commit 644d081.
    KyleAMathews committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e6868a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b3ed2 View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby-plugin-no-sourcemaps@1.0.0
    KyleAMathews committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    5e7fce5 View commit details
    Browse the repository at this point in the history
  4. Add missing (official) plugins & little fixes (#3718)

    * Add missing (official) plugins & little fixes
    
    As talked about in:
    #3708
    
    Fingers crossed that I didn't mess up the alphabetical order :P
    (I actually changed the order a little bit)
    
    * Add gatsby-source-graphcms
    LekoArts authored and calcsam committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    041bc6a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    0df55db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c117d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f005de6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0896e85 View commit details
    Browse the repository at this point in the history
  5. [gatsby-transformer-remark] Reparse raw nodes in htmlAst (#3731)

    Preprocessing via `gatsby-remark-*` transformations introduces `raw`
    nodes into the AST. Adding this step fully enables the client to render
    the AST as React components, finishing the work started in #3596.
    ryaninvents authored and KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    22fe988 View commit details
    Browse the repository at this point in the history
  6. Publish

     - gatsby-plugin-netlify@1.0.16
     - gatsby-plugin-no-sourcemaps@1.0.1
     - gatsby-transformer-remark@1.7.30
     - gatsby@1.9.170
    KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    6842c4a View commit details
    Browse the repository at this point in the history
  7. fix(gatsby-link): correct dependency declaration (#3707)

    * fix(gatsby-link): correct dependency declaration
    
    The code depends on `react-router-dom`, and therefore it should be declared as a
    direct dependency, not a dev one. Also, it needs `@types/react-router-dom` for
    index.d.ts.
    
    * chore(gatsby-link): declare gatsby v1 as a peer dependency
    alvis authored and KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    857ffd9 View commit details
    Browse the repository at this point in the history
  8. Publish

     - gatsby-link@1.6.35
     - gatsby@1.9.171
    KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    908fa66 View commit details
    Browse the repository at this point in the history
  9. If someone uses a private repo git address accessed over ssh use that…

    … otherwise use normal git address (#3735)
    KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    37c330b View commit details
    Browse the repository at this point in the history
  10. Publish

     - gatsby-cli@1.1.32
     - gatsby@1.9.172
    KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    5f630ea View commit details
    Browse the repository at this point in the history
  11. Update CONTRIBUTING.md (#3737)

    incorrect usage of "it's"
    benjaminmikiten authored and KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    c147a08 View commit details
    Browse the repository at this point in the history
  12. Add freeCodeCamp source (#3739)

    avigoldman authored and KyleAMathews committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    21f66ff View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    f397713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ecc23f View commit details
    Browse the repository at this point in the history
  3. Fix link syntax (#3749)

    zachlatta authored and KyleAMathews committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    8798f08 View commit details
    Browse the repository at this point in the history
  4. add basic documentation about publicURL field on File node (#3752)

    * add basic documentation about copying files from File nodes to build directory
    
    * A few copy edits
    
    * Format
    pieh authored and KyleAMathews committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    aca9a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Format

    KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d11abd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7feec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d59fc5 View commit details
    Browse the repository at this point in the history
  4. Semi-Colons (#3764)

    gc authored and KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f97b0a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    402a643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89a0604 View commit details
    Browse the repository at this point in the history
  7. make ComponentRenderer shouldUpdateComponent return true when props c… (

    #3516)
    
    * make ComponentRenderer shouldUpdateComponent return true when props change
    
    * use shallow compare
    
    * remove console log
    calcsam committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    69048af View commit details
    Browse the repository at this point in the history
  8. semi-colons (#3765)

    gc authored and KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    bb8f0f3 View commit details
    Browse the repository at this point in the history
  9. [gatsby] Report an error when layout file is missing (#3762)

    * [gatsby] Report an error when layout file is missing
    
    * Update pages-writer.js
    
    * format
    szimek authored and KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    128f0d1 View commit details
    Browse the repository at this point in the history
  10. Publish

     - gatsby-plugin-no-sourcemaps@1.0.2
     - gatsby-plugin-typography@1.7.13
     - gatsby-source-drupal@2.0.17
     - gatsby-source-filesystem@1.5.16
     - gatsby-source-wordpress@2.0.52
     - gatsby@1.9.173
    KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    8e94362 View commit details
    Browse the repository at this point in the history
  11. [gatsby-plugin-netlify] create rewrite rules for pages that use match…

    …Path (#3211)
    
    * [gatsby-plugin-netlify] create rewrite rules for pages that use matchPath
    
    * Update README.md
    pieh authored and KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    36742df View commit details
    Browse the repository at this point in the history
  12. Add a no-color option to disable the colors (#3755)

    * disable boolean-negation in yargs
    
    * add no-color option
    cricrio authored and KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    1f516aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cffa918 View commit details
    Browse the repository at this point in the history
  14. format

    KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    72b2def View commit details
    Browse the repository at this point in the history
  15. Publish

     - gatsby-cli@1.1.33
     - gatsby-plugin-netlify@1.0.17
     - gatsby@1.9.174
    KyleAMathews committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    a89057f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Add setTimeout before calling onRouteUpdate to ensure React has writt…

    …en to DOM before plugins run code (#3772)
    KyleAMathews committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    d025ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b98b68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7dae32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c2dafb View commit details
    Browse the repository at this point in the history
  5. Publish

     - gatsby-plugin-google-analytics@1.0.17
     - gatsby-plugin-twitter@1.0.16
     - gatsby-react-router-scroll@1.0.9
     - gatsby@1.9.175
    KyleAMathews committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    a98211c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42cdfba View commit details
    Browse the repository at this point in the history
  7. Edits from Ben's feedback

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    76ec2c1 View commit details
    Browse the repository at this point in the history
  8. Logos

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c49fc5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3462e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7b7c46 View commit details
    Browse the repository at this point in the history
  11. logos

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f9b96af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    457b460 View commit details
    Browse the repository at this point in the history
  13. Update index.md

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f6de919 View commit details
    Browse the repository at this point in the history
  14. Delete React-logo.png

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    a64e928 View commit details
    Browse the repository at this point in the history
  15. Delete contentful-logo.png

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    df705dc View commit details
    Browse the repository at this point in the history
  16. logos smaller

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    9fe9348 View commit details
    Browse the repository at this point in the history
  17. updated intro

    shannonbux committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    d4ad5dc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Update index.md

    shannonbux committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    9ff20fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9809fc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    34f422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bbc285 View commit details
    Browse the repository at this point in the history
  3. Added some notes on how the contentful source plugin interacts with c…

    …ontentful's content models. (#3794)
    ghardin137 authored and calcsam committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    0583a45 View commit details
    Browse the repository at this point in the history
  4. More hot reloading fixes (#3769)

    * use createPage singleton in dev-404-page
    
    closes #3551
    
    * write to a temp file and rename
    
    decrease the chance of reading from an incomplete file
    
    cc #3094 #3201
    
    * change dev-404-page to implement createPagesStatefully
    
    * update the jest snapshot
    stevensurgnier authored and KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6bbc0d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1106bbb View commit details
    Browse the repository at this point in the history
  6. [gatsby] Pass location state to history (#3802)

    * Pass full location object to history
    
    * Update navigateTo param to be more precise
    
    * Pass location to navigateTo in gatsby-link
    
    * Update navigateTo types
    nsimonson authored and KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    869bb2c View commit details
    Browse the repository at this point in the history
  7. Fix issue that Gatsby can't sometimes find layout and page files on W…

    …indows (#3796)
    
    * Fix issue with missing layouts on Windows
    
    * Fix issue with missing pages on Windows
    szimek authored and KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    b02305e View commit details
    Browse the repository at this point in the history
  8. Publish

     - gatsby-cli@1.1.34
     - gatsby-link@1.6.36
     - gatsby-source-contentful@1.3.35
     - gatsby@1.9.176
    KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    dd71431 View commit details
    Browse the repository at this point in the history
  9. Add iContract blog to readme (#3805)

    Jez Allan authored and KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    e5993ce View commit details
    Browse the repository at this point in the history
  10. [gatsby-plugin-less] Extend less-plugin with support for modifyVars (

    …#3801)
    
    * [gatsby-plugin-less] Extend less-plugin with support for `modifyVars`
    
    The less plugin did its job, but when I was going to use it with a
    library I experienced that it was lacking the ability to modify
    less-variables. This made it hard to customize less libraries.
    
    By letting the user provide a `options` in `gatsby-config.js`, the
    plugin can overwrite variables defined in the less stylesheet and hence
    makes it a breeze to customize libraries.
    
    The user has two options to include vars: either a object defined
    directly in the `gatsby-config.js` or define a file which exports an
    object that will be used as the options.
    
    * Update README.md
    barskern authored and KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d9a178c View commit details
    Browse the repository at this point in the history
  11. format

    KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    032726a View commit details
    Browse the repository at this point in the history
  12. Publish

     - gatsby-plugin-less@1.1.1
     - gatsby-source-contentful@1.3.36
     - gatsby@1.9.177
    KyleAMathews committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    614cc6c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    7fa2313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb93fe View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby-plugin-less@1.1.2
     - gatsby@1.9.178
    KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a034be3 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#3828)

    calcsam committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    bb86493 View commit details
    Browse the repository at this point in the history
  5. Added logos (#3781)

    * Added logos
    
    Not sure how to adjust the sizes here. I made them smaller on my computer but not sure if it worked
    
    * Reduce React and Contentful logo width to 350px
    shannonbux authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    14c4de6 View commit details
    Browse the repository at this point in the history
  6. Log error in createPath (#3814)

    Fix conditional to show error when path or component are missing in the createPath function
    monkbroc authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    75bc4e5 View commit details
    Browse the repository at this point in the history
  7. add warning about query that is not getting executed if it's exported…

    … from file that is page/template or layout (#3786)
    pieh authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    17b7912 View commit details
    Browse the repository at this point in the history
  8. Update README.md (#3821)

    add module.exports to How to use
    html5cat authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    1db796d View commit details
    Browse the repository at this point in the history
  9. Update README.md

    KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    966bd12 View commit details
    Browse the repository at this point in the history
  10. Added Hampton starter (#3826)

    davad authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    4c9afab View commit details
    Browse the repository at this point in the history
  11. [www] add search input to home page (#3662)

    * Experiment adding search input to home page
    
    * Prettier
    
    * Comment unused imports
    
    * Display social icons when viewport is wide enough
    
    * Use alternate colours at Hd breakpoint on home page
    m-allanson authored and KyleAMathews committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    7588004 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Add name of file above code snippet (#3835)

    Mickey Reiss authored and KyleAMathews committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    d7b9080 View commit details
    Browse the repository at this point in the history
  2. [www] Fix typo in styleshout link (#3839)

    timfoley authored and fk committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    4a34833 View commit details
    Browse the repository at this point in the history
  3. Add "Dona Rita" website to Showcase (incl. source) (#3838)

    Pedro Duarte authored and fk committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a83b7b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. check markdown images, ensure parent is File before referencing dir (#…

    …3831)
    
    * check markdown images, ensure parent is File before referencing dir
    
    * add check for parent
    calcsam committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    928914e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    e29d650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90034b5 View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby-plugin-less@1.1.3
     - gatsby-react-router-scroll@1.0.10
     - gatsby-remark-copy-linked-files@1.5.26
     - gatsby-source-drupal@2.0.18
     - gatsby-source-filesystem@1.5.17
     - gatsby-source-wordpress@2.0.53
     - gatsby@1.9.179
    KyleAMathews committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    96424c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    563b168 View commit details
    Browse the repository at this point in the history
  5. [www] Add tutorial to awesome list (#3855)

    This is the first part of a german tutorial series about Gatsby. This part is about the basic creation of a blog. In the next parts I'll cover more advanced features :)
    LekoArts authored and fk committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    18e18b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c2614 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e13203 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    7cea6f0 View commit details
    Browse the repository at this point in the history
  2. [gatsby-source-contentful] Add support to prefer WebP images (#3832)

    * Extend contentful resolutions and sizes to include webp src and srcSet
    
    * Add new contentful fragments
    
    * Add fragments to gatsby-image README
    
    * Add example for using webp to use-contentful site
    
    * Display image examples in a grid
    nsimonson authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    74ff6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae253d View commit details
    Browse the repository at this point in the history
  4. Blog post headless CMS (#3846)

    * Blog post headless CMS
    
    A couple things I'm not sure about:
    
    - Running sites offline paragraph. Check for accuracy pls!
    
    - Better quote from Deane that anyone has in mind?
    
    - Can cut down assessment of headless CMSs to omit obscure complaints...
    
    * Edits to wording and sprinkling in GatsbyJS 
    
    Please check paragraph about running sites offline in India! I feel like there's potential there but maybe I'm off base
    
    * Update index.md
    shannonbux authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    9024329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4969942 View commit details
    Browse the repository at this point in the history
  6. Format

    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d44ee51 View commit details
    Browse the repository at this point in the history
  7. [gatsby-source-filesystem] don't try to process same remote file mult…

    …iple times, cache promises and return them on subsequent calls (#3859)
    pieh authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d35eef0 View commit details
    Browse the repository at this point in the history
  8. Experimenting (#3843)

    m-allanson authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    014bda5 View commit details
    Browse the repository at this point in the history
  9. Update README.md (#3822)

    add module.exports to How to use
    html5cat authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f9a3ccd View commit details
    Browse the repository at this point in the history
  10. Format

    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    44fc910 View commit details
    Browse the repository at this point in the history
  11. Publish

     - gatsby-image@1.0.35
     - gatsby-plugin-less@1.1.4
     - gatsby-plugin-sitemap@1.2.12
     - gatsby-source-contentful@1.3.37
     - gatsby-source-drupal@2.0.19
     - gatsby-source-filesystem@1.5.18
     - gatsby-source-wordpress@2.0.54
     - gatsby-transformer-sharp@1.6.18
     - gatsby@1.9.180
    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    a3fea82 View commit details
    Browse the repository at this point in the history
  12. Use HTTPS over git:// when cloning starters (#3820)

    `git://` (which is what `hostInfo.git(...)` gets you) uses unencrypted transport isn't recommended as a way to clone GitHub repositories (https://help.github.com/articles/which-remote-url-should-i-use/).  This change uses HTTPS instead.
    davidjb authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    8261ac3 View commit details
    Browse the repository at this point in the history
  13. Add gatsby-transformer-screenshot (#3526)

    * Add gatsby-plugin-screenshot
    
    * Rename to gatsby-transformer-screenshot
    
    * Rename
    
    * Fix prepublish error
    
    * Expand on documentation
    
    * Run format-packages
    
    * Use API Gateway
    
    * Use official deployed Lambda
    
    * Update README.md
    
    * Format
    cassiebeckley authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d145574 View commit details
    Browse the repository at this point in the history
  14. Publish

     - gatsby-cli@1.1.35
     - gatsby-transformer-screenshot@1.0.1
     - gatsby@1.9.181
    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    541142b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4534f57 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    61c99a8 View commit details
    Browse the repository at this point in the history
  17. Publish

     - gatsby-cli@1.1.36
     - gatsby-plugin-feed@1.3.17
     - gatsby@1.9.182
    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ef08a22 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ce5edfd View commit details
    Browse the repository at this point in the history
  19. Publish

     - gatsby-cli@1.1.37
     - gatsby@1.9.183
    KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    fb6313e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bcce8f5 View commit details
    Browse the repository at this point in the history
  21. bigger photo

    shannonbux committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c2ee835 View commit details
    Browse the repository at this point in the history
  22. Update index.md

    shannonbux committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    4c57ae4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e004287 View commit details
    Browse the repository at this point in the history
  24. Added new blog, new author and new avatar (#3879)

    * Added new blog, new author and new avatar
    
    * Fix links
    
    * Spelling issue corrected, wp file extension changed and quotes corrected
    
    * format blog post
    rosswhitehouse authored and KyleAMathews committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    049c322 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Update index.md (#3883)

    calcsam committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    56e493d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    617790e View commit details
    Browse the repository at this point in the history
  3. [www] Fix small typo (#3891)

    m-allanson authored and fk committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    c3199ab View commit details
    Browse the repository at this point in the history
  4. Document all options for gatsby-remark-images fixes #3882 (#3894)

    * Document all options for gatsby-remark-images fixes #3882
    
    * remove
    KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    41ff67d View commit details
    Browse the repository at this point in the history
  5. Edits to wording

    shannonbux committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    5ad9d6e View commit details
    Browse the repository at this point in the history
  6. [www] Add PostLink component example to docs/adding-a-list-of-markd…

    …own-blog-posts/ (#3887)
    
    * [www] Add `PostLink` component example to docs/adding-a-list-of-markdown-blog-posts/
    
    Ref. #3886
    
    * Add headline for `PostLink` component
    
    * Add possessive adjective
    
    * Make code blocks jsx
    fk authored and KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    7b8c0b9 View commit details
    Browse the repository at this point in the history
  7. Add anchors to h1's in docs (#3892)

    * Add anchors to h1's in docs
    
    * Manually add some anchors
    m-allanson authored and KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    fc71785 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    484e5ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    547e685 View commit details
    Browse the repository at this point in the history
  10. Publish

     - gatsby-plugin-netlify-cms@1.0.6
     - gatsby-remark-images@1.5.42
     - gatsby@1.9.184
    KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    285dafc View commit details
    Browse the repository at this point in the history
  11. Fix typo (#3899)

    devbridie authored and KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    68b99ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d31139 View commit details
    Browse the repository at this point in the history
  13. Publish

     - gatsby-remark-embed-snippet@1.0.7
     - gatsby-remark-prismjs@1.2.13
    KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    b2dc358 View commit details
    Browse the repository at this point in the history
  14. Update snapshots and packages and format w/ new Prettier (#3902)

    * Update snapshots and packages and format w/ new Prettier
    
    * Update snapshot in embed package
    KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    4268f48 View commit details
    Browse the repository at this point in the history
  15. [gatsby-transformer-remark] Add pathPrefix to relative links (#3823)

    * [gatsby-transformer-remark] Add `pathPrefix` to relative links
    Ensure markdown relative links include `pathPrefix`.
    Fixes #3316
    
    * [gatsby-transformer-remark] add minor comment to `withPathPrefix`
    
    * [gatsby-transformer-remark] add `pathPrefix` to `cacheKey` functions
    
    * [gatsby-transformer-remark] remove `node.url.startsWith(pathPrefix)` condition for `withPathPrefix` logic
    bodia-uz authored and KyleAMathews committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    ee5aa89 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Use "npm-run-all" to run scripts (#3797)

    * Use "npm-run-all" to run scripts
    
    [npm-run-all](https://github.com/mysticatea/npm-run-all) is a cross-browser approach to running npm tasks in series (`-s`) or parallel (`-p`). Rather than using a platform specific method to run scripts (e.g. `&&`), npm-run-all will work on all platforms and supports using Yarn if running with Yarn. I made a guess as to whether certain scripts should be run in series or parallel but feel free to change if my choices aren't optimal.
    
    * Add yarn.lock and fix some scripts.
    
    * Move npm-run-all to dev dep.
    
    * Fix bootstrap script.
    danawoodman authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    82f7643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3931fec View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby-remark-embed-snippet@1.0.8
     - gatsby-remark-images@1.5.43
     - gatsby-remark-prismjs@1.2.14
     - gatsby-transformer-remark@1.7.31
    KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    56aaa75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f02cc2b View commit details
    Browse the repository at this point in the history
  5. add info about org-mode transformer plugin (#3907)

    I created this transformer plugin similar to the offical remark one, that parses org-mode files.
    xiaoxinghu authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    7a92eba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84c93d3 View commit details
    Browse the repository at this point in the history
  7. update odayaka.net to showcase (#3909)

    update odayaka.net to showcase
    odayakanaasa authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f927993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    279103f View commit details
    Browse the repository at this point in the history
  9. Minor edits for absolute beginners

    After doing this tutorial as a complete beginner myself, I thought a couple of lines could be made even more newby-friendly.
    yisela committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    c3b0149 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d64a7c View commit details
    Browse the repository at this point in the history
  11. ✨ Support filtering on linked nodes (#3691)

    * ✨ Support filtering on linked nodes
    
    The filtering is done by extracting all the related nodes using `extractFieldExample`. The example values are then cached to save some time. (As of this patch, caching is not tested automatically)
    
    Further linking are disabled to avoid cyclic dependencies (input fields only).
    
    TODO: Filtering on nodes linked by mappings and File
    
    Note: If linking is done via array of IDs, only the structure of the first item is extracted. I'll be happy to add union support if someone can show me how to `$in` filter on an array of object.
    
    Related #3613 #3190
    
    * ✅ Test filtering on linked nodes
    alvinthen authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    c4082e9 View commit details
    Browse the repository at this point in the history
  12. Publish

     - gatsby@1.9.185
    KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8735828 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f6b7d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    17a6d6a View commit details
    Browse the repository at this point in the history
  15. Blog Post - Jam Out Your Blog (#3911)

    * Blog Post - Jam Out Your Blog
    
    Vlad Pasculescu’s blog post on using Gatsby with Netify and Prose.io
    
    Signed-off-by: vladpasculescu <vlad@vladpasculescu.com>
    
    * Updated Blog Post for Edits
    
    Edited Jam Out Blog Post for suggested moderator edits.
    
    * Update index.md
    vladpasculescu authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    19afe41 View commit details
    Browse the repository at this point in the history
  16. Publish

     - gatsby-cli@1.1.38
     - gatsby@1.9.186
    KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f13c1fa View commit details
    Browse the repository at this point in the history
  17. fix(dev-404-page): route to 404 fails when using plugin-remove-traili…

    …ng-slashes (#3522)
    
    * fix(dev-404-page): route to 404 fails when using plugin-remove-trailing-slashes
    
    Fixes: #3521
    
    * refactor(dev-404-page): use RegExp.test() as we don't need to return anything
    
    * fix(dev-404-page): route to 404 fails when using plugin-remove-trailing-slashes
    
    updating other occurrence of 404 page check as well
    Ahmad Nassri authored and KyleAMathews committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    da572ca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Automatic file validation for components in src/pages (#3881)

    * yarn.lock
    
    * add page validation and fix breaking createPage action tests
    
    * Improve error messages for invalid pages
    mhd-sln authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    68fe2ef View commit details
    Browse the repository at this point in the history
  2. Field inferring changes and cleanup (#3688)

    * remove not needed edge case for infering array of objects to improve code readability
    
    * don't lose field args and resolve function when infering array (fixes date format options not available in arrays of dates)
    
    * move infering date field to seperate file to improve code readability
    
    * don't recreate date field definition for every date field - we can reuse same object
    
    * create dedicated Date graphql scalar (based on string scalar) for date fields
    
    * pass fieldName to resolver when filtering on types with custom resolvers (date type fields now rely on fieldname info being passed)
    
    * use already constructed nextselector instead of rebuilding it again
    
    * move infering file field to separate file to improve code readability
    
    * create file type field object just once and reuse it
    
    * move trying to infer Files from string paths to inferGraphQLType function where rest of value based inferring is done
    
    * add tests for inferring File from string paths
    
    * add tests for inferring date type from string, array of strings and filtering date fields, move date related test to seperate date test suite
    pieh authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    820d737 View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby@1.9.187
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    8dcd7cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41841ec View commit details
    Browse the repository at this point in the history
  5. Publish

     - gatsby-cli@1.1.39
     - gatsby@1.9.188
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    f98d3dd View commit details
    Browse the repository at this point in the history
  6. format

    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a7cbf43 View commit details
    Browse the repository at this point in the history
  7. Add Cardiogram to README (#3934)

    kyh authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    83df955 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e852596 View commit details
    Browse the repository at this point in the history
  9. small wording change

    shannonbux committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    89eb694 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3924 from yisela/patch-1

    [www] Tutorial: Minor edits for absolute beginners
    shannonbux committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    784fa0c View commit details
    Browse the repository at this point in the history
  11. [api-ssr-docs] Import Helmet not helmet (#3940)

    lauriejones authored and fk committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    12bdd35 View commit details
    Browse the repository at this point in the history
  12. [www] Tutorial: Small wording changes for clarification (#3926)

    gatsby-config.js needs to be created (before edited). Also, since the user will be changing windows to stop the process it might be useful to remind them where they were before.
    yisela authored and fk committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    4527a92 View commit details
    Browse the repository at this point in the history
  13. [docs] Fix small typo (#3946)

    djm158 authored and fk committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    47cd466 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ee1c04 View commit details
    Browse the repository at this point in the history
  15. Publish

     - gatsby@1.9.189
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    ff236e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d4f16a View commit details
    Browse the repository at this point in the history
  17. [www] Add dedicated „How to File an Issue“ page (#3945)

    * move „Filing an Issue“ and „Special Note on Issues“ from the „How to Contribute“ to the new „How to File an Issue“ page
    * add an intro paragraph to the new page linking to the GitHub Gatsby issue tracker
    * add a paragraph to the new page informing about personal support requests, pointing to Stack Overflow, Reactiflux Discord
    * add link to the new page to
      * the docs sidebar’s „Contributing“ section
      * the GitHub issue template
      * the „Community“ page
      * the list of ways to contribute on the „How to Contribute“ page
    * link „Triaging GitHub issues“ on the „How to Contribute“ page
    fk authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    216ed95 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c70067a View commit details
    Browse the repository at this point in the history
  19. Publish

     - gatsby@1.9.190
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a6fd90f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e3144e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b499a90 View commit details
    Browse the repository at this point in the history
  22. Publish

     - gatsby@1.9.191
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    507d3b2 View commit details
    Browse the repository at this point in the history
  23. type inferring - handle array of Date objects (#3955)

    * inferring types: handle array of Date objects
    
    * add tests for inferring arrays of Date objects
    pieh authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    f759486 View commit details
    Browse the repository at this point in the history
  24. Publish

     - gatsby@1.9.192
    KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    5160b03 View commit details
    Browse the repository at this point in the history
  25. Document how to create custom fragments (#3914)

    * Document how to create custom fragments
    
    * Fix ordering
    
    * Add example component exporting a fragment
    
    * Tweak language
    jiahaog authored and KyleAMathews committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    f8f52ba View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Update index.md (#3957)

    KyleAMathews committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    429a6ed View commit details
    Browse the repository at this point in the history
  2. update showcase with Gatsby Manor (#3959)

    Gatsby Manor makes themes for GatsbyJS.
    nodox authored and KyleAMathews committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    c0aa167 View commit details
    Browse the repository at this point in the history
  3. Adds new starter to docs :) (#3971)

    LekoArts authored and calcsam committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    ab1d7f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Fix error (#3985)

    Talked to Ross Whitehouse, the author, via Medium private message to confirm the errors. Gotten permission to submit PR for the edit.
    Ryandi Tjia authored and KyleAMathews committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9940622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9429cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12677e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db1590f View commit details
    Browse the repository at this point in the history
  5. fix: prevent invalid graphql field names from being created (#3994)

    * fix: prevent invalid graphql field names from being created
    
    Note: This will currently transform (for example) `/*` into `_` so I'm not quite sure what the best course of action is to replace that
    
    Fixes #3487; Fixes #2925
    
    * chore: revert yarn lock change
    
    * test: simplify tests
    
    * fix: dasherize after leading underscore
    DSchau authored and KyleAMathews committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    14babb3 View commit details
    Browse the repository at this point in the history
  6. feat(gatsby-plugin-google-analytics): add head option (#3995)

    Add head option to configure whether scrip tag should be put in the
    body (by default, same as previously) or inside of the head.
    closes #2894
    Sekhmet authored and KyleAMathews committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    10e6702 View commit details
    Browse the repository at this point in the history
  7. Add browserAPIs and ssrAPIs to loaded plugin info (#3989)

    * Add browserAPIs and ssrAPIs to loaded plugin info
    
    * Output correct error message for each bad export
    
    * Use lodash for Node 6 compatibility
    m-allanson authored and KyleAMathews committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0414068 View commit details
    Browse the repository at this point in the history
  8. Publish

     - gatsby-plugin-google-analytics@1.0.18
     - gatsby@1.9.193
    KyleAMathews committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    3739df7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. add package json metadata for better display on npmjs.org (#3981)

    * chore: add package json metadata (git url, issues, etc.)
    
    * chore: update plop template
    
    * chore: move bin/files up in package.json
    
    * chore: fix unescaped email(s)
    
    * Run 'fixpack' on all package.jsons
    DSchau authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8ecfc20 View commit details
    Browse the repository at this point in the history
  2. Validate when creating a page that the page component exists (#3997)

    * Validate when creating a page that the page component exists
    
    * Don't check for component paths during testing as it breaks tests
    KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    f382392 View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby-1-config-css-modules@1.0.9
     - gatsby-cli@1.1.40
     - gatsby-dev-cli@1.2.11
     - gatsby-image@1.0.36
     - gatsby-link@1.6.37
     - gatsby-module-loader@1.0.10
     - gatsby-plugin-aphrodite@1.0.7
     - gatsby-plugin-canonical-urls@1.0.13
     - gatsby-plugin-catch-links@1.0.16
     - gatsby-plugin-coffeescript@1.4.10
     - gatsby-plugin-create-client-paths@1.0.5
     - gatsby-plugin-cxs@1.0.7
     - gatsby-plugin-emotion@1.1.12
     - gatsby-plugin-feed@1.3.18
     - gatsby-plugin-glamor@1.6.12
     - gatsby-plugin-glamorous@1.0.7
     - gatsby-plugin-google-analytics@1.0.19
     - gatsby-plugin-google-tagmanager@1.0.14
     - gatsby-plugin-jss@1.5.11
     - gatsby-plugin-less@1.1.5
     - gatsby-plugin-lodash@1.0.9
     - gatsby-plugin-manifest@1.0.14
     - gatsby-plugin-netlify-cms@1.0.7
     - gatsby-plugin-netlify@1.0.18
     - gatsby-plugin-no-sourcemaps@1.0.3
     - gatsby-plugin-nprogress@1.0.12
     - gatsby-plugin-offline@1.0.14
     - gatsby-plugin-postcss-sass@1.0.17
     - gatsby-plugin-preact@1.0.16
     - gatsby-plugin-react-css-modules@1.0.13
     - gatsby-plugin-react-helmet@2.0.5
     - gatsby-plugin-react-next@1.0.9
     - gatsby-plugin-remove-trailing-slashes@1.0.5
     - gatsby-plugin-sass@1.0.17
     - gatsby-plugin-sharp@1.6.28
     - gatsby-plugin-sitemap@1.2.13
     - gatsby-plugin-styled-components@2.0.6
     - gatsby-plugin-styled-jsx@2.0.3
     - gatsby-plugin-styletron@1.0.12
     - gatsby-plugin-stylus@1.1.15
     - gatsby-plugin-twitter@1.0.17
     - gatsby-plugin-typescript@1.4.16
     - gatsby-plugin-typography@1.7.14
     - gatsby-react-router-scroll@1.0.11
     - gatsby-remark-autolink-headers@1.4.12
     - gatsby-remark-code-repls@1.0.9
     - gatsby-remark-copy-linked-files@1.5.27
     - gatsby-remark-custom-blocks@1.0.3
     - gatsby-remark-embed-snippet@1.0.9
     - gatsby-remark-images@1.5.44
     - gatsby-remark-katex@1.0.11
     - gatsby-remark-prismjs@1.2.15
     - gatsby-remark-responsive-iframe@1.4.17
     - gatsby-remark-smartypants@1.4.11
     - gatsby-source-contentful@1.3.38
     - gatsby-source-drupal@2.0.20
     - gatsby-source-faker@1.0.2
     - gatsby-source-filesystem@1.5.19
     - gatsby-source-hacker-news@1.0.10
     - gatsby-source-lever@1.0.8
     - gatsby-source-medium@1.0.12
     - gatsby-source-mongodb@1.5.14
     - gatsby-source-wordpress-com@1.0.6
     - gatsby-source-wordpress@2.0.55
     - gatsby-transformer-csv@1.3.8
     - gatsby-transformer-documentationjs@1.4.9
     - gatsby-transformer-docx@1.0.6
     - gatsby-transformer-excel@1.0.4
     - gatsby-transformer-hjson@1.0.3
     - gatsby-transformer-javascript-static-exports@1.3.9
     - gatsby-transformer-json@1.0.15
     - gatsby-transformer-pdf@1.0.6
     - gatsby-transformer-pdfimages@1.0.5
     - gatsby-transformer-react-docgen@1.0.13
     - gatsby-transformer-remark@1.7.32
     - gatsby-transformer-screenshot@1.0.2
     - gatsby-transformer-sharp@1.6.19
     - gatsby-transformer-toml@1.1.8
     - gatsby-transformer-xml@1.0.12
     - gatsby-transformer-yaml@1.5.15
     - gatsby@1.9.194
     - graphql-skip-limit@1.0.10
    KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    00c4ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    446d15d View commit details
    Browse the repository at this point in the history
  5. Update adding-tags-and-categories-to-blog-posts.md (#3999)

    Changed per a conversation with Kyle about a better way to do this. Relates to #3976
    abrad45 authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    224af0f View commit details
    Browse the repository at this point in the history
  6. [gatsby-remark-katex] Upgrade remark-math to latest (#4005)

    * update remark-math to latest version to fix an issue where equations surrounded by `$$` with new lines are not displayed in KaTeX' `displayMode`
    * update broken spec
    * add spec for display math node
    * [using-remark] fix "Math Equations in Display Mode" example
    macocha authored and fk committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d5d9815 View commit details
    Browse the repository at this point in the history
  7. Add note about using Custom Domain with Github Pages (#4006)

    * Update how-gatsby-works-with-github-pages.md
    
    * Update how-gatsby-works-with-github-pages.md
    
    * Update how-gatsby-works-with-github-pages.md
    gc authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a2139a5 View commit details
    Browse the repository at this point in the history
  8. [docs] Add Gatsby Manor blog post (#3968)

    Show the community Gatsby Manor.
    nodox authored and calcsam committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    b75b784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    932fb92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20299db View commit details
    Browse the repository at this point in the history
  11. Publish

     - gatsby-remark-katex@1.0.12
     - gatsby-transformer-react-docgen@1.0.14
     - gatsby@1.9.195
    KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    41d7a7a View commit details
    Browse the repository at this point in the history
  12. Add info about gatsby-plugin-sharp (#4019)

    * Add info about gatsby-plugin-sharp
    
    * Update README.md
    tulikavijay authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8c52924 View commit details
    Browse the repository at this point in the history
  13. update contributing documentation to mention that npm run watch can b…

    …e resource intensive, and suggest watching select packages at a time (#4020)
    jmoujaes authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8273ddf View commit details
    Browse the repository at this point in the history
  14. [gatsby-image] Allow specifying HTML tag for gatsby-image wrapping el…

    …ements (#4022)
    
    * Allow specifying which html tag will be used for gatsby-image wrappers
    
    * Update gatsby-image README.md to include new Tag prop
    dannywils authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    725c6e8 View commit details
    Browse the repository at this point in the history
  15. Fix plugin loader checks (#4023)

    * Add browser and SSR APIs to the plugin API whitelist
    
    * Add registerServiceWorker to the list of allowed browser APIs
    m-allanson authored and KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    7b1792a View commit details
    Browse the repository at this point in the history
  16. Publish

     - gatsby-image@1.0.37
     - gatsby@1.9.196
    KyleAMathews committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    e6c5212 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Fix tracking nodes with filtering/running sift (#4024)

    * Track Node that contains inline objects/arrays instead of its parent. This doesn't break finding topmost ancestor node as we already trying to get walk along parent hierarchy.
    
    Rename tracking functions and jsdocs to provide some basic context for these functions
    
    * Fix tracking nodes with filtering/running sift. Before we filter nodes we create copies of nodes with appended fields added by plugins (by setFieldsOnGraphQLNodeType) if they are filtered on. These copies weren't tracked.
    pieh authored and KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    c8d3c63 View commit details
    Browse the repository at this point in the history
  2. fix: add info message if gatsby-config.js could have been typo'd (#4017)

    * fix: add info message if gatsby-config.js could have been typo'd
    
    * chore: move preferDefault back to where it was
    
    * refactor: tweak error logic a bit
    
    * chore: tweak versions for yarn.lock compat
    
    * refactor: address PR comments
    
    * fix: fail with error
    
    * format
    
    * Fix lint errors
    DSchau authored and KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9c2a5ad View commit details
    Browse the repository at this point in the history
  3. fix: ensure graphql key is a valid graphql key value (#4000)

    * fix: ensure graphql key is a valid graphql key value
    
    * chore: update comment
    DSchau authored and KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9269be2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467a027 View commit details
    Browse the repository at this point in the history
  5. Publish

     - gatsby@1.9.197
    KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    3c1cae9 View commit details
    Browse the repository at this point in the history
  6. add gatsby-transformer-javascript-frontmatter, closes #3795 (#3947)

    * initial commit
    
    * update name in package.json
    
    * start converting example site
    
    * fix gql error on js articles
    
    * rename intial defined `let`
    
    * clear out unused deps
    
    * begin updating new layout components
    
    * fix all HOC
    
    * update example readme
    
    * Format
    
    * Update README.md
    jbolda authored and KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    79e5752 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cad524 View commit details
    Browse the repository at this point in the history
  8. Publish

     - gatsby-source-mongodb@1.5.15
     - gatsby-source-wordpress@2.0.56
     - gatsby-transformer-javascript-frontmatter@1.0.1
     - gatsby-transformer-javascript-static-exports@1.3.10
     - gatsby@1.9.198
    KyleAMathews committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    80ea5e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Don't exit on errors as during development, empty/incomplete page com…

    …ponents are common fixes #4027 (#4040)
    
    * Don't exit on errors as during development, empty/incomplete page components are common fixes #4027
    
    * Fix other points of death
    
    * Ok, do die here
    KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    42190dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f510cc View commit details
    Browse the repository at this point in the history
  3. Publish

     - gatsby@1.9.199
    KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    7ab6746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbb3237 View commit details
    Browse the repository at this point in the history
  5. Add documentation for using boundActionCreators fixes #4029 (#4042)

    * Add documentation for using boundActionCreators
    
    * Update bound-action-creators.js
    
    * Fix
    ajayns authored and KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    243a726 View commit details
    Browse the repository at this point in the history
  6. node tracking - add tests (#4045)

    * move node tracking code to separate dedicated file
    
    * Add jsdoc for findRootNode
    
    * add tests for node tracking
    pieh authored and KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    0a6fb37 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    4edf11f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf33a95 View commit details
    Browse the repository at this point in the history
  9. [www] Fix tutorial sidebar links active state, update deps (#4059)

    * Bump deps, add react-helmet for gatsby-plugin-react-helmet v2
    
    * Fix warning
    
    „Warning: Received `false` for non-boolean attribute `className`. If this is expected, cast the value to a string.“
    
    * Update preload href
    
    * Rewire sidebar section and link styles, fix #4036
    fk authored and KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    94fe5d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a87290d View commit details
    Browse the repository at this point in the history
  11. Minor typo fix (#4063)

    chmac authored and KyleAMathews committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    2ce6c5c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. sort type names when creating union type name to keep union type name…

    …s more consistent (#4074)
    
    previously this name would change when order of source data change
    pieh authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    006df2d View commit details
    Browse the repository at this point in the history
  2. Publish

     - gatsby-plugin-styled-components@2.0.7
     - gatsby@1.9.200
    KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    893d0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca2e35 View commit details
    Browse the repository at this point in the history
  4. support tiff images and don't get stuck indefinitely when used, add b…

    …asic error checking (#4076)
    pieh authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    24feca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16e3274 View commit details
    Browse the repository at this point in the history
  6. [www] Tutorial: Highlight closing tag (#3925)

    * Highlight closing tag
    
    There are two additions to the code, however only the opening div is highlighted and not its closing tag.
    
    * Made changes suggested by Yisela
    
    @yisela, I changed this! It took a while for me to figure out, which means that most beginners would also have trouble figuring it out, haha. Thanks for noticing and helping Gatsby improve!!!
    yisela authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    b9ceb4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a713ad View commit details
    Browse the repository at this point in the history
  8. Add documentation for mapping in gatsby-config (#4054)

    * Add documentation for mapping
    
    * Fix glitch in pasted code
    
    * Update gatsby-config.md
    
    * format
    
    * Update gatsby-config.md
    
    * Update gatsby-config.md
    ajayns authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    d520be2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bd2632 View commit details
    Browse the repository at this point in the history
  10. Remove ReasonML site (#4084)

    bernard-lin authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    2749637 View commit details
    Browse the repository at this point in the history
  11. Added gatsby-source-dribbble plugin (#4086)

    Added gatsby-source-dribbble plugin to community plugins
    smakosh authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    234e814 View commit details
    Browse the repository at this point in the history
  12. Adds add'l docs to gatsby-source-filesystem (#4060)

    * Adds add'l docs to gatsby-source-filesystem
    
    * Update README.md
    
    * Format
    benjaminhoffman authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    2e64b75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a45c1f7 View commit details
    Browse the repository at this point in the history
  14. Blogpost (#4083)

    * Blogpost
    
    Hope this is good to go. I feel like it's kind of boring and abstract. Hoped to have more examples or stories or screenshots but don't know enough to add more!
    
    * Update index.md
    
    Removed some content which felt a bit extraneous + corrected a few descriptions of React
    shannonbux authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    f949ea6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af4ef77 View commit details
    Browse the repository at this point in the history
  16. gatsby.org -> gatsbyjs.org (#4088)

    * gatsby.org -> gatsbyjs.org
    
    * Update index.md
    Tyler McDonald authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    18073f6 View commit details
    Browse the repository at this point in the history
  17. fix broken path dependency (#4090)

    Following the guide I had an error with the `path`.
    
    It seems that requiring it at the top of the file solves the issue: `const path = require("path");`
    
    Is there something else I was missing? 
    
    Cheers
    hugurp authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    dd8b032 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a8aede View commit details
    Browse the repository at this point in the history
  19. Publish

     - gatsby-plugin-sharp@1.6.29
     - gatsby-remark-images@1.5.45
     - gatsby-source-drupal@2.0.21
     - gatsby-source-filesystem@1.5.20
     - gatsby-source-wordpress@2.0.57
     - gatsby@1.9.201
    KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c246262 View commit details
    Browse the repository at this point in the history
  20. [www] Fix quotes, fixes „Invalid date“ of latest blog post (#4092)

    * [www] Fix quotes, fixes „Invalid date“ of latest blog post
    
    * Fix typo
    fk authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    acdf594 View commit details
    Browse the repository at this point in the history
  21. Auto-deploy GraphQL docker image (#4079)

    * Push image to docker hub when master is tagged like `gatsby@`
    
    * Build image on any commit to master (that isn't a PR merge)
    m-allanson authored and KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ace0259 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2a89c6d View commit details
    Browse the repository at this point in the history
  23. Publish

     - gatsby-plugin-sharp@1.6.30
     - gatsby-remark-images@1.5.46
    KyleAMathews committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    5743934 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Add Beach Hut Poole to Site Showcase (#4106)

    lloydh authored and fk committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    e24adfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77794d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    408156c View commit details
    Browse the repository at this point in the history
  4. Publish

     - gatsby@1.9.202
    KyleAMathews committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    c6fa2e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0b8dd9 View commit details
    Browse the repository at this point in the history