-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Merge v2 in master making it the default branch #5954
Commits on May 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 685ce3e - Browse repository at this point
Copy the full SHA 685ce3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e5948 - Browse repository at this point
Copy the full SHA 76e5948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5c810 - Browse repository at this point
Copy the full SHA 6a5c810View commit details -
[v2] Update offline plugin so it doesn't cachebust JS files any more …
…as well as anything in the static directory (#5299)
Configuration menu - View commit details
-
Copy full SHA for 06febc7 - Browse repository at this point
Copy the full SHA 06febc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419c5f8 - Browse repository at this point
Copy the full SHA 419c5f8View commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bb21d0f - Browse repository at this point
Copy the full SHA bb21d0fView commit details
Commits on May 7, 2018
-
[v2] Allow for plugins to override core prefetching behavior (#5320)
* Always fetch page resources if user mouseenters a link * Allow plugins to stop core prefetching * Misc small fixes * When rendering bundle for generating HTML, target the current node version * Sort matchPath pages last so more explicit matches win * Misc * Revert * Remove stray console.log
Configuration menu - View commit details
-
Copy full SHA for 3422695 - Browse repository at this point
Copy the full SHA 3422695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a626c7 - Browse repository at this point
Copy the full SHA 6a626c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca6d88 - Browse repository at this point
Copy the full SHA 4ca6d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b7c4d - Browse repository at this point
Copy the full SHA 67b7c4dView commit details
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4980b65 - Browse repository at this point
Copy the full SHA 4980b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b09cd4d - Browse repository at this point
Copy the full SHA b09cd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6363a - Browse repository at this point
Copy the full SHA 5c6363aView commit details -
[v2] re-add tests for sass and less plugins + update using-sass examp…
…le (#5223) * update "using-sass" example * [gatsby-plugin-sass] add tests * [gatsby-plugin-less] update tests and README * commit missing file * add missing snapshot
Configuration menu - View commit details
-
Copy full SHA for 634e9c2 - Browse repository at this point
Copy the full SHA 634e9c2View commit details
Commits on May 9, 2018
-
[v2] sourceType: 'unambigious' is a general babel config option, not …
…for @babel/preset-env (#5336) * [v2] sourceType: 'unambigious' is a general babel config option, not for @babel/preset-env * Update snapshots
Configuration menu - View commit details
-
Copy full SHA for 64c8291 - Browse repository at this point
Copy the full SHA 64c8291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40902b8 - Browse repository at this point
Copy the full SHA 40902b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e520a2 - Browse repository at this point
Copy the full SHA 5e520a2View commit details -
[v2] small refactor of api-runner-browser to fix loader test (#5343)
* small refactor of api-runner-browser to fix tests * remove stray '$' and unneeded eslint-disable-next-line
Configuration menu - View commit details
-
Copy full SHA for 8ff3cfb - Browse repository at this point
Copy the full SHA 8ff3cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d5439 - Browse repository at this point
Copy the full SHA 19d5439View commit details
Commits on May 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7d69ada - Browse repository at this point
Copy the full SHA 7d69adaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c103b - Browse repository at this point
Copy the full SHA 82c103bView commit details -
[v2] deleteNode signature (#5222)
* Change deleteNode signature to remove nodeId * These tests were failing? * Deprecate old deleteNode method signature * Change touchNode to accept an object
Configuration menu - View commit details
-
Copy full SHA for 63168df - Browse repository at this point
Copy the full SHA 63168dfView commit details -
[v2] Initial commit of gatsby-plugin-guess-js & gatsby-source-wikiped…
…ia (#5358) * Add gatsby-source-wikipedia * Add gatsby-plugin-guess-js * Only run guess code during builds as can error during development * Set packages to alpha * Add more keywords to gatsby-source-wikipedia * Document plugins
Configuration menu - View commit details
-
Copy full SHA for e3206f9 - Browse repository at this point
Copy the full SHA e3206f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3adeb3 - Browse repository at this point
Copy the full SHA a3adeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c94c95 - Browse repository at this point
Copy the full SHA 9c94c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68edf44 - Browse repository at this point
Copy the full SHA 68edf44View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34a30b - Browse repository at this point
Copy the full SHA a34a30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ab38f - Browse repository at this point
Copy the full SHA 94ab38fView commit details -
Merge pull request #5367 from gatsbyjs/v2-tutorial-fixes
V2 tutorial fixes
Configuration menu - View commit details
-
Copy full SHA for 4e69521 - Browse repository at this point
Copy the full SHA 4e69521View commit details
Commits on May 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cffd78c - Browse repository at this point
Copy the full SHA cffd78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b98bab9 - Browse repository at this point
Copy the full SHA b98bab9View commit details -
only look for files when looking for depracated APIs (#5374)
`glob.sync` returns files and directories by default. It is not forbidden to name a directory `foo.js` and it would be returned by `glob`. That's an issue because `fs.readFileSync(file)` will then fail with `EISDIR: illegal operation on a directory`. This makes sure that `glob.sync` only returns files
Configuration menu - View commit details
-
Copy full SHA for ee6953b - Browse repository at this point
Copy the full SHA ee6953bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fc276 - Browse repository at this point
Copy the full SHA e2fc276View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c835b - Browse repository at this point
Copy the full SHA e0c835bView commit details -
Merge pull request #5380 from gatsbyjs/tutorial-tweaks
[v2] fix www, small tutorial edits, start adding part-eight
Configuration menu - View commit details
-
Copy full SHA for c6224df - Browse repository at this point
Copy the full SHA c6224dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c970ebe - Browse repository at this point
Copy the full SHA c970ebeView commit details -
[v2] Make default browserslist more futureproof (#5114)
* [v2] Make default browserslist more futureproof This is inspired by Jamie Kyle's blog post/issue in babel yesterday on the problems of using "last 2 versions" with @babel/preset-env which includes browsers which aren't receiving updates anymore so "last 2 versions" will always be building for them. To quote his post: >Using market share percentages as your baseline is much better than some arbitrary number of previous versions. If a browser is used by 0 people, then market percentages will reflect that. * https://jamie.build/last-2-versions * babel/babel#7789 * Use recommended browser defaults
Configuration menu - View commit details
-
Copy full SHA for bc77309 - Browse repository at this point
Copy the full SHA bc77309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00957ae - Browse repository at this point
Copy the full SHA 00957aeView commit details -
Merge pull request #5384 from Drew-Slagter/patch-2
Update index.md
Configuration menu - View commit details
-
Copy full SHA for 35229cb - Browse repository at this point
Copy the full SHA 35229cbView commit details -
Fixing rhythm export
Configuration menu - View commit details
-
Copy full SHA for 3b5403e - Browse repository at this point
Copy the full SHA 3b5403eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e38cc - Browse repository at this point
Copy the full SHA 17e38ccView commit details
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a5e45c5 - Browse repository at this point
Copy the full SHA a5e45c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d54330 - Browse repository at this point
Copy the full SHA 7d54330View commit details
Commits on May 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 468f843 - Browse repository at this point
Copy the full SHA 468f843View commit details
Commits on May 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 21587df - Browse repository at this point
Copy the full SHA 21587dfView commit details -
[v2] Update Babel to 7.0.0-beta.47 (#5399)
* Update babel to 7.0.0-beta.46 * Update yarn.lock * Fix ignore paths * Add missing .babelrc files * Add config for Gatsby package * Fix Jest source compilation * Update to beta 47 * Update yarn.lock
Configuration menu - View commit details
-
Copy full SHA for d295818 - Browse repository at this point
Copy the full SHA d295818View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04eee2 - Browse repository at this point
Copy the full SHA d04eee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e9f78 - Browse repository at this point
Copy the full SHA d8e9f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac83269 - Browse repository at this point
Copy the full SHA ac83269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173f016 - Browse repository at this point
Copy the full SHA 173f016View commit details -
[v2] Update ESLint-related dependencies (#5419)
* Update ESLint-related dependencies Fixes #5411 * Remove duplicate dependency from gatsby/package.json
Configuration menu - View commit details
-
Copy full SHA for 47127d9 - Browse repository at this point
Copy the full SHA 47127d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73378c9 - Browse repository at this point
Copy the full SHA 73378c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42fbe2 - Browse repository at this point
Copy the full SHA e42fbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc93cb - Browse repository at this point
Copy the full SHA ebc93cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8855773 - Browse repository at this point
Copy the full SHA 8855773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3704700 - Browse repository at this point
Copy the full SHA 3704700View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3635f5 - Browse repository at this point
Copy the full SHA b3635f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for af15a15 - Browse repository at this point
Copy the full SHA af15a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fedc6 - Browse repository at this point
Copy the full SHA 87fedc6View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 680b053 - Browse repository at this point
Copy the full SHA 680b053View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for ea2fb4a - Browse repository at this point
Copy the full SHA ea2fb4aView commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 5ef6d3b - Browse repository at this point
Copy the full SHA 5ef6d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b40ce43 - Browse repository at this point
Copy the full SHA b40ce43View commit details
Commits on May 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ad8af6d - Browse repository at this point
Copy the full SHA ad8af6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b906f - Browse repository at this point
Copy the full SHA c2b906fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc22a7e - Browse repository at this point
Copy the full SHA fc22a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa45cc - Browse repository at this point
Copy the full SHA 4fa45ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac02808 - Browse repository at this point
Copy the full SHA ac02808View commit details -
[gatsby-remark-images] change gatsby-plugin-sharp version to next to …
…avoid resolving version to outdated canary release (#5443)
Configuration menu - View commit details
-
Copy full SHA for 2bb8119 - Browse repository at this point
Copy the full SHA 2bb8119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 808a6aa - Browse repository at this point
Copy the full SHA 808a6aaView commit details
Commits on May 17, 2018
-
[v2][www] Add global layout to pages and templates that don’t have it…
… yet. (#5454) * Added missing package * Added global layout + fix little issues
Configuration menu - View commit details
-
Copy full SHA for 4d4bfc1 - Browse repository at this point
Copy the full SHA 4d4bfc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d35886b - Browse repository at this point
Copy the full SHA d35886bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee44dd4 - Browse repository at this point
Copy the full SHA ee44dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d5f4f - Browse repository at this point
Copy the full SHA 91d5f4fView commit details -
[v2] merge master into v2 (#5451)
* Use index within container Confusing as to what is being asked. Later, the docs say to `import Container from "../components/container";` * Pass through GTM environment params if present Signed-off-by: Spencer Sanchez <[email protected]> * Add abinavseelan.com to Showcase * Add Dovetail (dovetailapp.com) to website examples Thanks for creating Gatsby and for all of your hard work! We’ve enjoyed building our new marketing website with it. * change link of `gatsby-advanced-blog` in docs * Remove outdated contributing notes from gatsby-remark-prismjs * Typo: Return to wrong file I was doing the gatsby.js tutorial and I was running into one issue, the tutorial said to return to index.js, but it should be to my-files.js, I eventually figured out that this was probably just a typo, but for a long time I kept changing my index.js file and didn't understand what I was doing wrong, turns out I was editing the wrong file. For so far I have enjoyed gatsby.js, I want to use it for my personal portfolio. * Fix distance between masthead and the icon (#5068) On mobile, the masthead is overlapping with the Gatsby icon. * Update CONTRIBUTING.md * Update README.md Per issue #5073 * Add better-queue to dependencies * Remove index.js for more consistent paths * removing "a" * pre-inferring data sanitazation (#5050) * extractFieldExamples: omit not defined fields this is especially helpful with ___NODE fields - plugins/users don't have to test if there are any values and be confident that empty ___NODE values or arrays will just be omitted and not error out during bootstrap * sanitize field owner key when using createNodeField with name containing ___NODE this fixes issue with inferring fieldOwners types - gatsby would try to link to not existing nodes * Add getRenderer method (#5017) * Add getRenderer method Signed-off-by: slorber <[email protected]> * upgrade example versions Signed-off-by: slorber <[email protected]> * change name to renderer * Change name to replaceHydrateFunction * document replaceHydrateFunction * fix(gatsby): remove `.js` suffixes in require() to allow transpilation (#5087) In earlier v1, one could write files such as `gatsby-config` in typescript and use babel to transpile the file into js on the fly via `babel-node --presets @babel/preset-typescript --extensions '.ts' gatsby develop`. However, it's no longer possible in recent releases. The reason is that the current implementation put a `.js` suffix on each require(`gatsby-${env}.js`), which blocks `gatsby-{$env}` files being transpiled from other languages via babel. The PR addresses this problem by removing the unnecessary suffix and preserving the integrity. Signed-off-by: Alvis HT Tang <[email protected]> * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * stylus plugin tests Signed-off-by: Jan Winterfeld <[email protected]> * add learnstorybook.com to showcase * Bump yargs version to get help and version for free by default * Update manifest extension to .webmanifest Reason: https://sonarwhal.com/docs/user-guide/rules/rule-manifest-file-extension/ * Updated link to file * team development workflows (#5084) * team development workflows * Small typos * Revert "Small typos" This reverts commit ee7bc36. * Revert "team development workflows" This reverts commit a9e5498. * move doc to blog * excerpt * Publish - [email protected] - [email protected] - [email protected] - [email protected] * Hyperlinks, optionality, and "easy" (#5154) Added a few changes. This document needs to be reorganized eventually; I just want to add these notes in the fastest way possible now so I don't forget them. * Add bartvanderwaerden.com to showcase (#5152) * I guess I found the wrong word... (#5088) I think line 308's `src/pages/my-files.js` is wrong. It should be `src/pages/index.js` isn't it? * Add two missing spaces (minor validation error) (#5150) My previous commit missed adding a space after the backup blank `src=""` and `alt=""` attributes. This causes an HTML validation error when no `alt` value is supplied. This commit simply adds those missing spaces (i.e. `src="" ` and `alt="" `) so there will always be a space between attributes. * Adjust image processing example queries (#5158) * adjust queries to not use id as way to select by filenames this will stop working in gatsby v2 * add link to code * Update KaTeX to 0.9.0 (#4712) * Update KaTeX to 0.9.0 * Update snapshots * DCO bye-bye (#5165) * source-contentful: Add environment support (#5142) * source-contentful: Add environment support * fix lint * fix default locale logix * log error * Update lock file * Ulog the error * Update package-lock.json * revert lock changes, test shrinkwrap * remove shrinkwrap, it's unused after all, add yarn resolutions * cleanup debug console logs * Link an example that uses gatsby-transformer-json (#5169) * Publish - [email protected] - [email protected] - [email protected] - [email protected] * Update RNW plugin and example (#5174) * Update RNW example to use new plugin version Signed-off-by: slorber <[email protected]> * Update React in example Signed-off-by: slorber <[email protected]> * Enhance RNW example Signed-off-by: slorber <[email protected]> * Add link to online demo Signed-off-by: slorber <[email protected]> * Add screenshot Signed-off-by: slorber <[email protected]> * Update createRemoteFileNode documentation (#5171) * Update createRemoteFileNode documentation * Update README.md * Fix replaceHydrateFunction doc (#5175) * Fix replaceHydrateFunction doc * Add spaces * Update "how gatsby works" documentation (#243) (#5181) * Add a note about CNAME file in `static` * Fix typo in the .eslintrc file (#5173) * added my site (#5172) * Added rafael.do (#5199) * Add Eviction Free NYC blog post and link to site (#5159) * Add evictionfreenyc.org to showcase * Add Eviction Free NYC blog post * Fixing a typo * Copy edits * Self-contained images * [Ready 4 Review] SQIP - Vectorized primitive image previews (#4205) * first working version with Contentful assets only * add readme * respect width, height, aspect ratio, cropping, resize focus and background * add support for gatsby-transformer-sharp * integrate in gatsbygram * avoid useless regeneration cus contentDigest changes * proper way to get absolute path to ImageSharp nodes * queue preview generation and cache results on disk * upgrade to latest node-sqip to get rid of the GoLang dependency * replace custom svg data uri function with package * prepare images via sharp plugin and allow sharp transformations * load cached svg properly from disk * fix queue resolving to early * set contentful images to 400px * implement new sharp transformation awareness feature * WIP - extract generation and write first pseudo test * fix styling for gatsbygram post detail * finalize unit tests for actual sqip implementation * use 256px input image width to match sqip/primitive default * add using-sqip example page * some cleanup * clean up example and enhance polaroid effect * fix using-sqip dependency * remove base64 since it was not implemented and is bad for compression * remove sqip from gatsbygram example * simplify tests * Small change to trigger build * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Add tutorial on creating a source plugin * Format * Add extensions to .eslintrc (#5206) - Add .json or .yaml extension to .eslintrc files ```shell $ cd ./packages $ rename 's/.eslintrc/.eslintrc.yaml/' `find . -name .eslintrc` $ cd ../ $ rename 's/.eslintrc/.eslintrc.json/' `find . -name .eslintrc` ``` - Tweak plopfile.js to add .json extension to examples to be generated Signed-off-by: Masato Ohba <[email protected]> * Add gatsby-starter-bulma-storybook to the starters list (#5208) Signed-off-by: Gianni Valdambrini <[email protected]> * fix: style and typo correction - Minor style tweaks (e.g. unlinked "pixabay.com" => "Pixabay") - Typo patrol - De-British some of the language (my apologies to the letter U) * Toodle-pip British u * Adjust heading hierarchy * Use relative urls for gatsbyjs.org links * Pull last few sections up a level * Minor edits and consistency tweaks * Cleanup example for the createPages API (#5216) * Update with @shannonbux's edits * Additional header * Bumps gatsby-plugin-mailchimp to 2.2.2 bc we updated its API to be more user friendly (#5215) * Add YAML data file for site showcase (#5227) * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Update to Gitlab pages deploy (#5243) * Update to Gitlab pages deploy Gitlab pages now include a Gatsby template for CI, which makes it a lot easier to add. Have updated the documentation to reflect this. * Edit * Update README.md (#5247) Adding explanation about available option `offsetY` to solve issue #5061 Signed-off-by: Robin Cussol <[email protected]> * [gatsby-source-contentful] Fix storing new sync token (#5252) * Add https://emoji.tinder.com/ to showcase (#5257) * Fix typo (#5241) * Link to website in contributing.md (#5249) * Publish - [email protected] - [email protected] - [email protected] * Bump versions of packages that failed to publish earlier * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Add top padding for tablet masthead (#5266) * wordpress-source-plugin-tutorial (#5235) * wordpress-source-plugin-tutorial Not sure if I got all the code samples formatted correctly. Still need to edit the index.js page so the <p> tags don't render!! Then, need a screenshot of the final result without <p> tags! * removed unnecessary backticks and corrected link to Part 7 of tutorial * Make links relative * Use graphql for syntax highlighting + minor copy edits * Image Tutorial (#5236) * Image Tutorial Would be nice to add a screenshot of the finished result. Eventually, a really cool image tutorial could include GIFs. * Remove unneeded backticks around code * Add example gif * Fix image links * added Gatsbygram link, fixed assumption spelling * we --> you * Added some more edits of my own wasn't sure whether you wanted lines 153-155 to stay the same * Changed back to previous lines 149-159 I accidentally deleted necessary stuff in my previous commit, so I'm just starting over * Edited comments per Mike's suggestions * Small tweaks * Add site (#5268) * readme: Add aQuICK QC landing page site * readme: Kill old event specific page * Quick fix for wordpress source plugin tutorial (#5276) Fragments don't work on Graphiql * Minor fix on wordpress source plugin tutorial (#5277) removed typo * Update wordpress-source-plugin-tutorial.md (#5278) * add missing underscore to graphiql URL (#5275) * add missing underscore to graphiql * Update image-tutorial.md * Update wordpress-source-plugin-tutorial.md (#5279) * Update image-tutorial.md (#5281) * Update source-plugin-tutorial.md (#5283) * add missing .npmignore and .babelrc to sqip transformer (#5282) * Publish - [email protected] * Fix typos in source-plugin-tutorial (#5284) * Add workshop-in-the-woods.com to the showcase (#5291) * Update README.md (#5288) * Update README.md Missing curly bracket * formatting * Fix doc typo (#5294) * fix: chang the url of blog in readme 🐛 (#5302) * feat: ✨ add gatsby-new-blog plugin * docs: update showcase 📝 * flag importance of plugin order for prism-js vs embed-snippet (#5313) If gatsby-remark-prism-js is declared before gatsby-remark-embed-snippet, the latter will not pick up the `embed:example.js` syntax because it is looking for an inline-code node and it will have been transformed into a p node by gatsby-remark-prism-js. This needs to be noted as this is far from obvious. * Add manifest.webmanifest to staticFileGlobs (#5300) Signed-off-by: Kaue Machado <[email protected]> * Publish - [email protected] - [email protected] - [email protected] * Fix post path comment (#5295) * Fix post path * Fix * Expand docs for custom components (#5315) * Expand docs for custom components The docs for custom components only mention defining custom components in the markdown, but don't address one of the most useful aspects - that you can map generic markdown tags/elements to your own components. I've expanded the docs to point this out and added a simple example. * Typo * plugin-feed: Note feed xml file is production only (#5305) Add note that the rss.xml feed is only generated in production. * Fixing grammar around CSS Modules (#5286) * Fix broken link to tutorial for building blog (#5273) I don't know if it's the original article but at least it looks fairly similar * added develop command options to use custom key and certs (#5056) * added develop command options to use custom key and certs * fixed typos in doc * added condition to make sure both --key-file and --cert-file are present * - passing https flag results in automatic https certs [devcert] - --cert-file, --key-file, and --https flags can be used together for custom ssl - if all flags needed for custom ssl are not present an error is displayed to the user - if provided --cert-file and --key-file paths are not real files, node gives a rejection - modified docs to express current behavior * Add portfolio to the created with gatsby section (#5331) * Documentation for images in page components #3380 (#4191) * adding first draft * adding info about fragments * cleaning up language * renaming file, this commit is for issue #3380 * technical edits on working with images in gatsby * technical edits on working with images in gatsby * punctuation and verb tense edits * more punctuation and grammar * commas * Add new docs page to sidebar (#5339) * New issue, feature and question template (#5274) * Basic template for new issues * updated issue template * updated issue template * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * changed bug report to the new GitHub issue template * add feature request template * question template * fixed title of question and added emojis * added RFC to question template * Update bug_report.md * Update feature_request.md * Update question.md * Typo * Update custom-html.md (#5341) * Update custom-html.md grammar corrections * Revert one change * Actually revert that one change * add plugin option examples (#5345) add plugin option examples * Remove workshop banner now that workshops have finished (#5338) * Update url-loader (#5342) * Update plugins.md * [gatsby-source-contentful]: Add fallback locale support (#5328) * Add fallback locale support * Fix linting * test: Fix test * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * [gatsby-source-wordpress] check if parent exists (#5373) * [gatsby-source-filesystem] add fs error handling, bump got retry attemps count (#5375) * [gatsby-source-filesystem] catch fs stream errors * [gatsby-source-filesystem] bump got retries from default 2 to 5 * normalize reject payload * Add context to query-runner error log (#5214) * [www] Prevent image twitching in Chrome when hovering a blog index card (#5396) * [gatsby-transformer-yaml] Update docs: GraphQL query mismatch (#5402) GraphQL query references "value" when it should actually reference "character" as per the example output. * [gatsby-transformer-json] Update docs: outdated Readme examples (#5403) `{ internal: { type } }` exists but it would actually be "LettersJson" (according to my GraphiQL checks). Seems better to just remove this, so it at least has parity with gatsby-transformer-yaml readme. * Add "Six Reasons I Chose Gatsby" blog post (#5369) * added "Six Reasons I Chose Gatsby" blog post * added site to showcase * updated content based on review comments * updated Gatsby links to be relative * Fix for IE10 not loading scripts (#5404) * Fix for IE10 not loading scripts * Fixed duplicate declaration. * Update example config for netlify-cms (#5405) Added the public_folder attribute to make the assets accessible. Also added the body field to the collection, so the html attribute of markdownRemark gets filled properly. Figuring out that the field has to be named "body" was a bit cumbersome. https://www.netlifycms.org/docs/configuration-options/#fields * Fix regression with prefix paths and gatsby-plugin-manifest (#5406) as per 69ca247#diff-079fdad4111264c646208511aa18a321 manifest.webmanifest should start with / it just works (tm) when your site is flat, but when your pages are in sub directory and prefixed, its assumes your manifest files are in the subdirectory, not the root of your site (which might be prefixed). Fixing reversion * Remove old comment (#5407) Code changed in #5404, this comment no longer relevant. * Add gatsby-starter-modern (#5427) * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Mention in building apps docs page that we use React Router under the hood (#5439) * Add a how to add search to your website section (#5272) * Add a how to add search to your website section * Update adding-search.md * Update doc-links.yaml * Update adding-search.md * Better restructuring * Update doc-links.yaml * Update adding-search.md * Address Changes * Rewrite docs * Add the link before the links to stub articles The ones ending with * are stubs * Tidy up * Grammar/punctuation edits and some wording edits * Adding Headers * Edits * More headings * Minor edits * Update adding-search.md (#5448) * regenerate yarn.lock * temporarily disable stylus tests - need to update both tests and example sites to v2 * fix wrong conflict resolution
Configuration menu - View commit details
-
Copy full SHA for 9b48eab - Browse repository at this point
Copy the full SHA 9b48eabView commit details
Commits on May 18, 2018
-
[v2] update using-stylus example and re-add tests to stylus plugin (#…
…5461) * update stylus tests * update using-stylus example * specify eslint rule we want to disable * format * fix merge conflict remnant
Configuration menu - View commit details
-
Copy full SHA for 9b73342 - Browse repository at this point
Copy the full SHA 9b73342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2947107 - Browse repository at this point
Copy the full SHA 2947107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8822889 - Browse repository at this point
Copy the full SHA 8822889View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 4367ec0 - Browse repository at this point
Copy the full SHA 4367ec0View commit details -
[v2][www] Move layout to components folder + import Link from gatsby (#…
…5472) * Move layout to components folder and rename its import to be consistent * Import Link from gatsby instead of gatsby-link
Configuration menu - View commit details
-
Copy full SHA for f001bb9 - Browse repository at this point
Copy the full SHA f001bb9View commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0115880 - Browse repository at this point
Copy the full SHA 0115880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678e5a1 - Browse repository at this point
Copy the full SHA 678e5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc18251 - Browse repository at this point
Copy the full SHA fc18251View commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5c4f618 - Browse repository at this point
Copy the full SHA 5c4f618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ebfc7 - Browse repository at this point
Copy the full SHA 81ebfc7View commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c497bb7 - Browse repository at this point
Copy the full SHA c497bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87988e - Browse repository at this point
Copy the full SHA c87988eView commit details -
[v2] [gatsby-plugin-offline] get exact filenames for js staticFileGlob (
#5511) * [gatsby-plugin-offline] extract exact filenames for js chunks for app and offline app shell * format
Configuration menu - View commit details
-
Copy full SHA for df689d3 - Browse repository at this point
Copy the full SHA df689d3View commit details
Commits on May 25, 2018
-
Don't inline webpack-runtime as this prevents the service worker from…
… correctly updating to new version of the site (#5540)
Configuration menu - View commit details
-
Copy full SHA for 7983e27 - Browse repository at this point
Copy the full SHA 7983e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91b055 - Browse repository at this point
Copy the full SHA d91b055View commit details
Commits on May 27, 2018
-
[v2][www] Fix remaining lint errors (#5568)
* fix: `default-case` lint errors * fix: `eqeqeq` lint error * fix: `array-callback-return` lint error * fix: `no-unused-vars` lint error * fix: `alt-text` lint error
Configuration menu - View commit details
-
Copy full SHA for 4700bd1 - Browse repository at this point
Copy the full SHA 4700bd1View commit details
Commits on May 28, 2018
-
Fix missing blog posts (#5539) (#5551)
Quick fix for: #5348 (comment)
Configuration menu - View commit details
-
Copy full SHA for e7cd059 - Browse repository at this point
Copy the full SHA e7cd059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8d2b6 - Browse repository at this point
Copy the full SHA 1c8d2b6View commit details
Commits on May 29, 2018
-
Fix outdated babel-code-frame import to use @babel/code-frame (#5585)
Fix #5584 Signed-off-by: Helder S Ribeiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b791db - Browse repository at this point
Copy the full SHA 5b791dbView commit details -
[v2] image processing example (#5589)
* Upgrade to use gatsby v2 and fix eslint warnings * Fix up fonts on production build
Configuration menu - View commit details
-
Copy full SHA for 2adeb6d - Browse repository at this point
Copy the full SHA 2adeb6dView commit details
Commits on May 30, 2018
-
Add back
replaceComponentRenderer
API (#5600)also fix bad merge on lifecycles
Configuration menu - View commit details
-
Copy full SHA for 720397f - Browse repository at this point
Copy the full SHA 720397fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1416d70 - Browse repository at this point
Copy the full SHA 1416d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a498ac - Browse repository at this point
Copy the full SHA 6a498acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a41d0 - Browse repository at this point
Copy the full SHA 33a41d0View commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5dd26ef - Browse repository at this point
Copy the full SHA 5dd26efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d27060 - Browse repository at this point
Copy the full SHA 1d27060View commit details -
Merge pull request #5497 from gatsbyjs/tweak-inference-logic
Don't infer types for plugin provided GQL types
Configuration menu - View commit details
-
Copy full SHA for ba6d6d7 - Browse repository at this point
Copy the full SHA ba6d6d7View commit details -
[v2] responsive image types (#5250)
* Change image type names from resolutions to fixed resolutions resolutions resolutions fixed fixed fixed fixed fixed fixed * Change image type names from sizes to fluid sizes sizes sizes sizes fluid fluid fluid fluid * Continue renaming sizes to fluid * eslint * Include sizes as part of a fluid node * Update snapshots * Update resolver * Remove references to responsiveResolution and responsiveSizes * Rename GraphQL node types for gatsby-transformer-sharp * Rename GraphQL node types for gatsby-source-contentful * Update image-processing example * fluid() should still return a sizes property * Use unique type names * Fix duplicate deprecation messages
Configuration menu - View commit details
-
Copy full SHA for 82daa26 - Browse repository at this point
Copy the full SHA 82daa26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2122a6 - Browse repository at this point
Copy the full SHA c2122a6View commit details -
[v2] mime dependencies (#5602)
* Recreate lockfile * Update dependencies that depend on mime * Move less to a peer dependency * Move node-sass to a peer dependency * Update lockfile * Update README.md * Include node-sass in the sass example site
Configuration menu - View commit details
-
Copy full SHA for e5f9d8b - Browse repository at this point
Copy the full SHA e5f9d8bView commit details -
[v2][www] Abstracted sidebar to layout component (#5537)
* Abstracted sidebar to layout component * Hide sidebar on mobile
Configuration menu - View commit details
-
Copy full SHA for bea6ee5 - Browse repository at this point
Copy the full SHA bea6ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ecb3b - Browse repository at this point
Copy the full SHA b6ecb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8283202 - Browse repository at this point
Copy the full SHA 8283202View commit details -
[v2] Bump gatsby-image version as #5250 is a breaking change for it (#…
…5627) * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * [v2] Bump gatsby-image version as #5250 is a breaking change for it
Configuration menu - View commit details
-
Copy full SHA for cc48068 - Browse repository at this point
Copy the full SHA cc48068View commit details -
[v2][www] Move YAML link files to data (#5567)
* Move YAML link files to data * Organize sidebar links to a subdirectory of data
Configuration menu - View commit details
-
Copy full SHA for b049736 - Browse repository at this point
Copy the full SHA b049736View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 2880336 - Browse repository at this point
Copy the full SHA 2880336View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fdeb2 - Browse repository at this point
Copy the full SHA d3fdeb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487a36f - Browse repository at this point
Copy the full SHA 487a36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc6e24 - Browse repository at this point
Copy the full SHA 2cc6e24View commit details -
revert one change from #5250, this one should use "sizes" (it doesn't…
… use sharp transformer) (#5631)
Configuration menu - View commit details
-
Copy full SHA for dbea28e - Browse repository at this point
Copy the full SHA dbea28eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0c61c - Browse repository at this point
Copy the full SHA bf0c61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1abaa4 - Browse repository at this point
Copy the full SHA d1abaa4View commit details -
[v2][www] Fix missing search sidebar for plugins/packages pages (#5550)
* Add react-instantsearch package required by plugins searchbar * Add package searchbar to pages that require them * Rename searchbar to plugin-searchbar
Configuration menu - View commit details
-
Copy full SHA for 7f035a4 - Browse repository at this point
Copy the full SHA 7f035a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b9cf6 - Browse repository at this point
Copy the full SHA b5b9cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2aa6f7 - Browse repository at this point
Copy the full SHA c2aa6f7View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 17d8ce4 - Browse repository at this point
Copy the full SHA 17d8ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64af504 - Browse repository at this point
Copy the full SHA 64af504View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e2927 - Browse repository at this point
Copy the full SHA d0e2927View commit details
Commits on Jun 1, 2018
-
[v2][doc] v1 to v2 migration guide (WIP) (#5575)
* v1 to v2 migration guide doc start * Add sidebar link to v2 migration guide * Update README to show v1 to v2 migration guide
Configuration menu - View commit details
-
Copy full SHA for d27fb4a - Browse repository at this point
Copy the full SHA d27fb4aView commit details
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 924581a - Browse repository at this point
Copy the full SHA 924581aView commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 667d079 - Browse repository at this point
Copy the full SHA 667d079View commit details -
[v2][gatsby-image] Deepen propTypes declaration (#5684)
* Add extensive prop types checking * This works better and is easier to read * Fix webp spelling
Configuration menu - View commit details
-
Copy full SHA for 2aad54f - Browse repository at this point
Copy the full SHA 2aad54fView commit details -
[v2][source-contentful] Restore legacy sizes and resolutions fragments (
#5678) * [v2] Restore legacy sizes and resolutions fragments * Reword TODO a little bit
Configuration menu - View commit details
-
Copy full SHA for 4640108 - Browse repository at this point
Copy the full SHA 4640108View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4a73e - Browse repository at this point
Copy the full SHA df4a73eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c55634a - Browse repository at this point
Copy the full SHA c55634aView commit details -
[v2] Update no-plugins example (#5705)
* Update no-plugins example * update html.js to use all passed props * format
Configuration menu - View commit details
-
Copy full SHA for e10b2d9 - Browse repository at this point
Copy the full SHA e10b2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fea68 - Browse repository at this point
Copy the full SHA b8fea68View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd407d1 - Browse repository at this point
Copy the full SHA fd407d1View commit details -
[WIP][v2] Edit tutorial to use emotion instead of glamorous (#5664)
* [v2] Edit tutorial part 4 to use emotion instead of glamorous * Change heading to siteTitle as it makes more sense * Change glamor to emotion + ran markdown formatter * Move css inline * part-six: change to emotion + run through format-markdown * part-seven: add Layout to template + run format-markdown * part-seven: add line highlight numbers to template changes * part-seven: emotion + format-markdown + add line highlight numbers * part-six: change sort syntax so it’s consistent with part-seven * Remove mistakenly added line
Configuration menu - View commit details
-
Copy full SHA for 81f5a17 - Browse repository at this point
Copy the full SHA 81f5a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f81e5 - Browse repository at this point
Copy the full SHA c4f81e5View commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ff5c2fc - Browse repository at this point
Copy the full SHA ff5c2fcView commit details -
[v2] Update Emotion example (#5715)
* Bump package versions * Add react-helmet and its Gatsby plugin * Migrate from custom html.js to react-helmet * Edit styling method to showcase different Emotion APIs * Add references to README * Change gatsby-plugin-react-helmet version to next
Configuration menu - View commit details
-
Copy full SHA for fe4c326 - Browse repository at this point
Copy the full SHA fe4c326View commit details -
[v2] Update styled-components example (#5717)
* Bump package versions * Add gatsby-plugin-react-helmet and gatsby-plugin-typography * Add react react-dom babel-plugin-styled-components * Remove outdated line (Gatsby hot reloads regardless of this line) * Migrate from custom html.js to react-helmet * Bump gatsby-plugin-typography version to next * Flag the new example as version 2.0.0, up from 1.0.0 * Add references to README
Configuration menu - View commit details
-
Copy full SHA for 912a79e - Browse repository at this point
Copy the full SHA 912a79eView commit details -
[v2] Migration guide updates (#5661)
* Remove yarn examples for consistency with other docs * Add rename responsive image queries section * Add postcss plugins section * Remove checklist (moved to issue 3986) * Add mixed CommonJS/ES6 section * Link to Gatsby webpack docs * Add node id section * Add section: remove explicit polyfills * Add section: Change modifyBabelrc to onCreateBabelConfig * Add section: Change `modifyWebpackConfig` to `onCreateWebpackConfig` * Add section: CSS is inlined automatically * Add introduction and small tweaks * Correct line numbers * Improve explanation around movement of libs to peerDependencies * chore: minor capitalization tweak * Add edit link * Split peer dep updates into two sections * Declarative headings * Add table of contents * Use neater Fragment syntax * More detail on deprecation note * Inline comments on code examples * Add Jason's node ID query example * Use markdown diff syntax for before / after examples * Add 'in-progress' note about babel polyfills * Add instructions on how to install Gatsby v2
Configuration menu - View commit details
-
Copy full SHA for b8b9875 - Browse repository at this point
Copy the full SHA b8b9875View commit details -
[gatsby] added TypeScript typings for StaticQuery component (#5666)
This should make StaticQuery calls not give out any type errors in TypeScript. Types are intentionally made weak, as I couldn't figure out how to correctly type any GraphQL calls here.
Configuration menu - View commit details
-
Copy full SHA for 132b5cb - Browse repository at this point
Copy the full SHA 132b5cbView commit details -
[v2][gatsby-image][source-contentful] Fix sizes fields that were chan…
…ged to fluid by mistake (#5714) * Fix sizes field that was changed to fluid by mistake * [gatsby-image] Fix sizes fields that were changed to fluid by mistake * Update test snapshot
Configuration menu - View commit details
-
Copy full SHA for d4a117f - Browse repository at this point
Copy the full SHA d4a117fView commit details -
[v2] compile cache dir (#5637)
* run cache-dir through babel * fix gitignore * watch cache-dir * fix cache-dir linting and update json-store react lifecycle methods * build rawfiles during watch
Configuration menu - View commit details
-
Copy full SHA for c4c6ce2 - Browse repository at this point
Copy the full SHA c4c6ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47bc58 - Browse repository at this point
Copy the full SHA d47bc58View commit details -
[v2] Correct inlined css upgrade guide (#5741)
v1's default html.js also inlined css https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/cache-dir/default-html.js The change is that with mini-css-extract-plugin, we have css splitting so we handle inlining css in core as it requires understanding webpack's stats object.
Configuration menu - View commit details
-
Copy full SHA for dacc6b5 - Browse repository at this point
Copy the full SHA dacc6b5View commit details
Commits on Jun 6, 2018
-
[v2] fix build with pathPrefix (#5691)
* [v2] fix build with pathPrefix * update test * removed __PREFIX_PATHS__ * fix test * update lock file * address comments * clean * clean
Configuration menu - View commit details
-
Copy full SHA for 456c932 - Browse repository at this point
Copy the full SHA 456c932View commit details -
[v2] Update styleguide example (#5712)
* Update styleguide example for v2 * Replace boundActionCreators to actions * Use pageContext * Fix exports
Configuration menu - View commit details
-
Copy full SHA for eba8c58 - Browse repository at this point
Copy the full SHA eba8c58View commit details -
[v2] Update redux example (#5713)
* Update redux example for v2 * Remove html.js * Use ES6 export
Configuration menu - View commit details
-
Copy full SHA for 0b66c94 - Browse repository at this point
Copy the full SHA 0b66c94View commit details -
[v2] Update Emotion + PrismJS example (#5720)
* Add required packages + upgrade their versions * Refactor layout component to v2 * Migrate from custom html.js to react-helmet * Add references to README * Fix typo + remove semi * Fix typo * Fix lint errors + remove unused console.log * Fix mixed up blog post content * Show proper page titles * remove word * remove word
Configuration menu - View commit details
-
Copy full SHA for 1572240 - Browse repository at this point
Copy the full SHA 1572240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a5f01 - Browse repository at this point
Copy the full SHA 79a5f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2740c - Browse repository at this point
Copy the full SHA 0d2740cView commit details -
[v2] Update plugin-typescript to use Babel (#5709)
* Update plugin-typescript to use Babel * Fix code style * Bump the version * Update README * Use npm for install instructions
Configuration menu - View commit details
-
Copy full SHA for 06175c4 - Browse repository at this point
Copy the full SHA 06175c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bebfe6 - Browse repository at this point
Copy the full SHA 4bebfe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4d4c6 - Browse repository at this point
Copy the full SHA 4a4d4c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551dcf5 - Browse repository at this point
Copy the full SHA 551dcf5View commit details -
[v2] Migration guide: shorten TOC links to just the hash (#5766)
* Simplify TOC links to just the hash * Run it through format-markdown script
Configuration menu - View commit details
-
Copy full SHA for 288d068 - Browse repository at this point
Copy the full SHA 288d068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968c6d0 - Browse repository at this point
Copy the full SHA 968c6d0View commit details
Commits on Jun 7, 2018
-
[v2] Don't allow unknown keys on node.internal object (#5770)
* [v2] Don't allow unknown fields on node.internal object Validate against changes like #5557 * Document the change
Configuration menu - View commit details
-
Copy full SHA for fb18fc1 - Browse repository at this point
Copy the full SHA fb18fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa5537 - Browse repository at this point
Copy the full SHA baa5537View commit details -
[v2] Update typescript example (#5711)
* Improve the TypeScript example * Set up linting and type checking Tweak tsconfig.json * Remove extraneous package
Configuration menu - View commit details
-
Copy full SHA for 467641a - Browse repository at this point
Copy the full SHA 467641aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3ecf1 - Browse repository at this point
Copy the full SHA 0d3ecf1View commit details -
[v2] Update using-remark-copy-linked-file example (#5755)
* Update using-remark-copy-linked-files example for v2 * Remove react-responsive-grid refs gatsbyjs/gatsby-starter-blog#99 * Use Layout component
Configuration menu - View commit details
-
Copy full SHA for 6fbf176 - Browse repository at this point
Copy the full SHA 6fbf176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d613e - Browse repository at this point
Copy the full SHA 99d613eView commit details -
[v2] Update using-glamor example (#5757)
* Update packages * Remove unused typography packages * Add typography.js * eslint
Configuration menu - View commit details
-
Copy full SHA for 7e4833a - Browse repository at this point
Copy the full SHA 7e4833aView commit details -
[docgen] better error handling and update to v3 (#5604)
* better error handling and update to v3 * fix rdg version: * update doc-handler * Update package.json * make test more robust * fix test
Configuration menu - View commit details
-
Copy full SHA for 7a468b8 - Browse repository at this point
Copy the full SHA 7a468b8View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7a835ce - Browse repository at this point
Copy the full SHA 7a835ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 772f111 - Browse repository at this point
Copy the full SHA 772f111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4060f17 - Browse repository at this point
Copy the full SHA 4060f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e00c9 - Browse repository at this point
Copy the full SHA 16e00c9View commit details -
[v2] export graphql package from gatsby (#5415)
* export graphql package from gatsby * update after sqip plugin merge * revert weird formatting changes * fix graphql.js packaging * note in Breaking Changes for plugin maintainers * fix typo * remove graphql-type-json from plugins deps * update setFieldsOnGraphQLNodeType docs * update yarn.lock * Typo * Minor edits * update migration guide * Add a word
Configuration menu - View commit details
-
Copy full SHA for 66f0a48 - Browse repository at this point
Copy the full SHA 66f0a48View commit details -
[v2] Use kebabHash() instead of _.kebabCase() (#5532)
* Add dep `kebab-hash` to `packages/gatsby`. #4637 * Replace `_.kebabCase()` with `kebabHash()`. #4637 * Add dep `kebab-hash` to `packages/gatsby`. #4637 * Replace `_.kebabCase()` with `kebabHash()`. #4637 In the `gatsby-plugin-netlify` package. * Bump `kebab-hash` to `0.1.2`. #4637 * Update snapshots for new path ID format. #4637
Configuration menu - View commit details
-
Copy full SHA for 8ef49cb - Browse repository at this point
Copy the full SHA 8ef49cbView commit details -
[v2] Clarify filenames and update
sizes
tofluid
(#5809)[v2] Clarify filenames and update `sizes` to `fluid`
Configuration menu - View commit details
-
Copy full SHA for 131b917 - Browse repository at this point
Copy the full SHA 131b917View commit details -
* webpack hmr path responding appropriately to env GATSBY_WEBPACK_PUBLICPATH * make linter happy * added public path env option for webpack (#5527)
Configuration menu - View commit details
-
Copy full SHA for 2cf3aa7 - Browse repository at this point
Copy the full SHA 2cf3aa7View commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 02e7f1c - Browse repository at this point
Copy the full SHA 02e7f1cView commit details -
* master: (219 commits) Revert "Add rawMarkdownBody to node.internal" (#5769) Publish Change code highlights to the correct lines (#5765) Update sitemap example to include posts and exclude sample page (#5723) [gatsby-transformer-remark] add rawMarkdownBody (#5557) [gatsby-image] add placeholderStyle prop (#5745) [gatsby-plugin-sharp] toFormat fix and unify defaultArgs handling (#5071) [gatsby-source-wordpress] Do not assume entities will exist (#5004) [gatsby-transformer-excel] add option to disable raw output (#5746) Update gatsby-config.js (#5744) Publish [gatsby-source-mongodb] Use Promises to prevent calling done too early (#5738) clues about this being advanced [gatsby-source-wordpress] Treat wp settings as a known type for inclusion (#5708) [www] Add dot com to main navigation (#5579) Publish fixed TOC links, shortened TOC, localhost edits Introduction to Gatsby blog post (#5628) Update gatsby-config.js (#5688) Add envinfo to gatsby-cli, issue template (#5594) ... # Conflicts: # .github/ISSUE_TEMPLATE/bug_report.md # .github/ISSUE_TEMPLATE/question.md # README.md # docs/blog/author.yaml # docs/docs/adding-search.md # docs/docs/gatsby-starters.md # docs/docs/how-to-contribute.md # docs/docs/image-tutorial.md # docs/docs/source-plugin-tutorial.md # docs/docs/wordpress-source-plugin-tutorial.md # docs/docs/working-with-images.md # docs/tutorial/part-two/index.md # examples/image-processing/src/pages/index.js # examples/sitemap/gatsby-node.js # examples/sitemap/src/pages/index.js # examples/sitemap/src/pages/page-2.js # examples/sitemap/src/pages/secret.js # examples/using-asciidoc/.eslintrc # examples/using-contentful/.eslintrc # examples/using-contentful/.eslintrc.json # examples/using-css-modules/.eslintrc # examples/using-css-modules/.eslintrc.json # examples/using-csv/.eslintrc # examples/using-csv/.eslintrc.json # examples/using-drupal/.eslintrc # examples/using-drupal/.eslintrc.json # examples/using-emotion/.eslintrc # examples/using-emotion/.eslintrc.json # examples/using-excel/.eslintrc # examples/using-excel/.eslintrc.json # examples/using-gatsby-image/.eslintrc # examples/using-gatsby-image/.eslintrc.json # examples/using-glamor/.eslintrc # examples/using-glamor/.eslintrc.json # examples/using-hjson/.eslintrc # examples/using-hjson/.eslintrc.json # examples/using-mongodb/.eslintrc # examples/using-mongodb/.eslintrc.json # examples/using-page-loading-indicator/.eslintrc # examples/using-page-loading-indicator/.eslintrc.json # examples/using-path-prefix/.eslintrc # examples/using-path-prefix/.eslintrc.json # examples/using-react-native-web/.eslintrc # examples/using-react-native-web/.eslintrc.json # examples/using-react-url-query/.eslintrc # examples/using-react-url-query/.eslintrc.json # examples/using-redirects/.eslintrc # examples/using-redirects/.eslintrc.json # examples/using-remark-copy-linked-files/.eslintrc # examples/using-remark-copy-linked-files/.eslintrc.json # examples/using-sqip/src/components/polaroid.js # examples/using-sqip/src/layouts/index.js # examples/using-styled-components/.eslintrc # examples/using-styled-components/.eslintrc.json # examples/using-styled-jsx/.eslintrc # examples/using-styled-jsx/.eslintrc.json # examples/using-styletron/.eslintrc # examples/using-styletron/.eslintrc.json # examples/using-wordpress/gatsby-node.js # packages/gatsby-cli/package.json # packages/gatsby-image/package.json # packages/gatsby-image/src/index.js # packages/gatsby-link/package.json # packages/gatsby-plugin-catch-links/package.json # packages/gatsby-plugin-emotion/README.md # packages/gatsby-plugin-emotion/package.json # packages/gatsby-plugin-emotion/src/gatsby-node.js # packages/gatsby-plugin-feed/package.json # packages/gatsby-plugin-google-tagmanager/package.json # packages/gatsby-plugin-manifest/package.json # packages/gatsby-plugin-netlify/package.json # packages/gatsby-plugin-offline/package.json # packages/gatsby-plugin-postcss-sass/package.json # packages/gatsby-plugin-postcss-sass/src/__tests__/gatsby-node.js # packages/gatsby-plugin-postcss-sass/src/gatsby-node.js # packages/gatsby-plugin-sharp/package.json # packages/gatsby-plugin-sharp/src/index.js # packages/gatsby-plugin-sitemap/package.json # packages/gatsby-plugin-styletron/package.json # packages/gatsby-plugin-stylus/package.json # packages/gatsby-plugin-stylus/src/__tests__/gatsby-node.js # packages/gatsby-react-router-scroll/package.json # packages/gatsby-remark-autolink-headers/package.json # packages/gatsby-remark-copy-linked-files/package.json # packages/gatsby-remark-embed-snippet/package.json # packages/gatsby-remark-images/package.json # packages/gatsby-remark-katex/package.json # packages/gatsby-remark-prismjs/package.json # packages/gatsby-remark-responsive-iframe/package.json # packages/gatsby-source-contentful/package.json # packages/gatsby-source-contentful/src/gatsby-node.js # packages/gatsby-source-contentful/src/normalize.js # packages/gatsby-source-drupal/package.json # packages/gatsby-source-faker/package.json # packages/gatsby-source-filesystem/package.json # packages/gatsby-source-mongodb/package.json # packages/gatsby-source-mongodb/src/gatsby-node.js # packages/gatsby-source-wordpress/package.json # packages/gatsby-transformer-excel/package.json # packages/gatsby-transformer-json/README.md # packages/gatsby-transformer-json/package.json # packages/gatsby-transformer-remark/package.json # packages/gatsby-transformer-screenshot/package.json # packages/gatsby-transformer-sharp/package.json # packages/gatsby-transformer-sharp/src/extend-node-type.js # packages/gatsby-transformer-sharp/src/types.js # packages/gatsby-transformer-sqip/.babelrc # packages/gatsby-transformer-sqip/package.json # packages/gatsby-transformer-sqip/src/extend-node-type.js # packages/gatsby-transformer-yaml/package.json # packages/gatsby/cache-dir/static-entry.js # packages/gatsby/package.json # packages/gatsby/src/cache-dir/app.js # packages/gatsby/src/cache-dir/production-app.js # packages/gatsby/src/internal-plugins/query-runner/query-runner.js # packages/gatsby/src/schema/__tests__/data-tree-utils-test.js # packages/gatsby/src/schema/type-conflict-reporter.js # packages/gatsby/src/utils/api-browser-docs.js # packages/gatsby/src/utils/api-node-docs.js # packages/gatsby/src/utils/webpack.config.js # www/gatsby-config.js # www/package.json # www/src/components/masthead.js # www/src/data/sidebars/doc-links.yaml # www/src/data/sites.yml # www/src/layouts/index.js # www/src/pages/blog/index.js # www/src/pages/plugins.js # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 200e3a2 - Browse repository at this point
Copy the full SHA 200e3a2View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for c668224 - Browse repository at this point
Copy the full SHA c668224View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 527f931 - Browse repository at this point
Copy the full SHA 527f931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e3833 - Browse repository at this point
Copy the full SHA 78e3833View commit details -
[v2][www] add prismjs dependency (it was moved to peerDeps in gatsby-…
…remark-prismjs) (#5844) * [v2][www] add prismjs dependency (it was moved to peerDeps in gatsby-remark-prismjs) * add prismjs in examples
Configuration menu - View commit details
-
Copy full SHA for b5c62e1 - Browse repository at this point
Copy the full SHA b5c62e1View commit details
Commits on Jun 12, 2018
-
[v2] Use replacementComponent directly in page-renderer (#5812)
* Run replaced component generated by replaceComponentRenderer * Use first result as replacementComponent
Configuration menu - View commit details
-
Copy full SHA for ef05e3a - Browse repository at this point
Copy the full SHA ef05e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b8005 - Browse repository at this point
Copy the full SHA 70b8005View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2098a - Browse repository at this point
Copy the full SHA ee2098aView commit details -
[v2] Fix styling for remark example (#5857)
* Include gatsby-plugin-typography * Lint * Update lockfile
Configuration menu - View commit details
-
Copy full SHA for 35313a7 - Browse repository at this point
Copy the full SHA 35313a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17aacc3 - Browse repository at this point
Copy the full SHA 17aacc3View commit details -
[v2] Update using-jss example (#5832)
* Bump package versions * Add react react-dom react-jss * Flag version 2.0.0 * Revert version
Configuration menu - View commit details
-
Copy full SHA for dd7a36d - Browse repository at this point
Copy the full SHA dd7a36dView commit details -
[v2] Add StaticQuery doc (#5827)
* StaticQuery doc initial concept * Add links to StaticQuery doc * Use 'Query Variables' instead of 'arguments' * Minor edits
Configuration menu - View commit details
-
Copy full SHA for 5bbe2cf - Browse repository at this point
Copy the full SHA 5bbe2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0cd771 - Browse repository at this point
Copy the full SHA b0cd771View commit details -
First draft site showcase submission
@fk @Thatotherperson @sw-yx Here's the first draft. A few questions: - Is main_url where the screenshot comes from? - Will people know that the //comments// ought to be deleted? - Is 70 characters the length of description we agreed on, @fk? - As I explained different types of categories below, it made me wonder if we need to visibly and functionally separate "type of site" from "content of site" because having them all in one bucket causes confusion and necessitates the kind of explanation in this document. - Also, if people want to create new categories, what should they do? - My featured sites section might be an unecessary commitment to a process nobody has yet talked about hehe. Not sure what to do; people will want to know, so thought it's worth having a section on it so we don't have to answer questions all the time
shannonbux committedJun 12, 2018 1Configuration menu - View commit details
-
Copy full SHA for 3f6b25f - Browse repository at this point
Copy the full SHA 3f6b25fView commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a352b51 - Browse repository at this point
Copy the full SHA a352b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f400bb - Browse repository at this point
Copy the full SHA 9f400bbView commit details -
update v2 migration docs about babel configuration (#5881)
* section for babel and jest * update language
Configuration menu - View commit details
-
Copy full SHA for d262eef - Browse repository at this point
Copy the full SHA d262eefView commit details
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 73fdd04 - Browse repository at this point
Copy the full SHA 73fdd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cc9ef - Browse repository at this point
Copy the full SHA 19cc9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc87cd - Browse repository at this point
Copy the full SHA ffc87cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d66a3d7 - Browse repository at this point
Copy the full SHA d66a3d7View commit details -
* master: (26 commits) Publish [feat] Extract internal plugin for automatically creating pages so we can reuse for other directories (#4490) fix(contentful): properly delete deleted entries and assets (#5756) Fix typo add Linda's post (#5817) [gatsby-source-contentful] Fix prepareJSONNode for array normalization (#5107) Process Contentful images inlined in markdown (#5542) feat(contentful): add traced SVGs to Contentful images (#5659) [SQIP] Add documentation (#5287) Add site to showcase (#5819) [gatsby-remark-copy-linked-files] Support reference-style images (#5818) Update docs for gatsby-plugin-catch-links (#5843) Added ⋅ representing a space to sub-list examples to reflect actual code (#5829) Adding tigerfacilityservices.com to showcase (#5855) fix schema type conflict reporter regressions (#5805) [gatsby-plugin-feed] Support nested output directory (#5820) Make cache available to the plugins (#5840) [gatsby-source-contentful] update data and jest snapshots (#5802) [gatsby-plugin-manifest] Replace all manifest.json with manifest.webmanifest in comments/docs (#5157) Update deploy-gatsby.md (#5800) ... # Conflicts: # docs/tutorial/part-one/index.md # examples/using-sqip/src/components/polaroid.js # packages/gatsby-image/README.md # packages/gatsby-image/package.json # packages/gatsby-plugin-catch-links/package.json # packages/gatsby-plugin-feed/package.json # packages/gatsby-plugin-manifest/package.json # packages/gatsby-plugin-page-creator/src/gatsby-node.js # packages/gatsby-remark-copy-linked-files/package.json # packages/gatsby-source-contentful/package.json # packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap # packages/gatsby-source-contentful/src/extend-node-type.js # packages/gatsby-source-contentful/src/gatsby-node.js # packages/gatsby-source-contentful/src/normalize.js # packages/gatsby-transformer-remark/package.json # packages/gatsby-transformer-remark/src/__tests__/__snapshots__/gatsby-node.js.snap # packages/gatsby-transformer-sqip/package.json # packages/gatsby-transformer-sqip/src/extend-node-type.js # packages/gatsby/package.json # packages/gatsby/src/bootstrap/load-plugins/__tests__/__snapshots__/load-plugins.js.snap # packages/gatsby/src/bootstrap/load-plugins/load.js # www/src/data/sites.yml
Configuration menu - View commit details
-
Copy full SHA for b5ff2b6 - Browse repository at this point
Copy the full SHA b5ff2b6View commit details -
Merge branch 'v2' of github.com:gatsbyjs/gatsby into v2
* 'v2' of github.com:gatsbyjs/gatsby: Add missing import to upgrade docs (#5886)
Configuration menu - View commit details
-
Copy full SHA for ae01fca - Browse repository at this point
Copy the full SHA ae01fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a6c32 - Browse repository at this point
Copy the full SHA 14a6c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855b66e - Browse repository at this point
Copy the full SHA 855b66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77cc82 - Browse repository at this point
Copy the full SHA b77cc82View commit details -
[v2] fix builds after master merge (#5892)
* [v2] update babel in new plugins * fix missing closing parenthesis
Configuration menu - View commit details
-
Copy full SHA for 341b1ce - Browse repository at this point
Copy the full SHA 341b1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be9943 - Browse repository at this point
Copy the full SHA 9be9943View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf310d4 - Browse repository at this point
Copy the full SHA bf310d4View commit details -
docs: update V2 README for beta (#5903)
Add relevant notes and links about V2. re #5762
Configuration menu - View commit details
-
Copy full SHA for acc38ae - Browse repository at this point
Copy the full SHA acc38aeView commit details -
Add "Link" part to upgrade docs (#5905)
Since I couldn't find any paragraph about this change I added something :)
Configuration menu - View commit details
-
Copy full SHA for 7097fe1 - Browse repository at this point
Copy the full SHA 7097fe1View commit details -
Add example to webpack config (#5906)
As I used this today I figured I share it with the other ppl who might want to do the same :)
Configuration menu - View commit details
-
Copy full SHA for 1689069 - Browse repository at this point
Copy the full SHA 1689069View commit details -
[v2] fix migrating links in readme (#5896)
* [v2] fix migrating links in readme * Adjust URLs
Configuration menu - View commit details
-
Copy full SHA for be986b2 - Browse repository at this point
Copy the full SHA be986b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c02659 - Browse repository at this point
Copy the full SHA 0c02659View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bae80 - Browse repository at this point
Copy the full SHA a2bae80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c41388 - Browse repository at this point
Copy the full SHA 9c41388View commit details
Commits on Jun 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 85e59fd - Browse repository at this point
Copy the full SHA 85e59fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fc988 - Browse repository at this point
Copy the full SHA c9fc988View commit details -
Remove unsupported 'sourceType' option
@babel/preset-env doesn't support such an option, @babel/core does
Configuration menu - View commit details
-
Copy full SHA for dd34f4a - Browse repository at this point
Copy the full SHA dd34f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f970e98 - Browse repository at this point
Copy the full SHA f970e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c534445 - Browse repository at this point
Copy the full SHA c534445View commit details -
Configuration menu - View commit details
-
Copy full SHA for c552ab1 - Browse repository at this point
Copy the full SHA c552ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5af97d - Browse repository at this point
Copy the full SHA e5af97dView commit details -
Disable gatsby eslint if local found (#5871)
* add: disable gatsby eslint if local found * fix: use white list for blog
Configuration menu - View commit details
-
Copy full SHA for 8895061 - Browse repository at this point
Copy the full SHA 8895061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2107f12 - Browse repository at this point
Copy the full SHA 2107f12View commit details -
Changed location of submission instructions to doc
shannonbux committedJun 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 95bf9c0 - Browse repository at this point
Copy the full SHA 95bf9c0View commit details -
Merge remote-tracking branch 'origin/v2' into site-showcase-submissio…
…n-template
shannonbux committedJun 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 54e7ef7 - Browse repository at this point
Copy the full SHA 54e7ef7View commit details -
updated link and ready to merge
shannonbux committedJun 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 5ee6364 - Browse repository at this point
Copy the full SHA 5ee6364View commit details -
Merge pull request #5867 from gatsbyjs/site-showcase-submission-template
First draft site showcase submission
Configuration menu - View commit details
-
Copy full SHA for c2f42dc - Browse repository at this point
Copy the full SHA c2f42dcView commit details
Commits on Jun 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4c5e46b - Browse repository at this point
Copy the full SHA 4c5e46bView commit details -
fix minor warnings in v2/www (#5940)
* add noreferrer to rel to kill eslint warning * add tbody to satisfy warning in evaluation-table.js
Configuration menu - View commit details
-
Copy full SHA for 2de0845 - Browse repository at this point
Copy the full SHA 2de0845View commit details -
[v2] Fix v1 / v2 version conflicts (#5899)
* Remove old / v1-specific plugins * Fix conflicting versions between v1 and v2, update gatsby peerdep to v2 * Update dependencies for version check * Update snapshot * Update peerDep to match new version
Configuration menu - View commit details
-
Copy full SHA for 8780c1c - Browse repository at this point
Copy the full SHA 8780c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd6489 - Browse repository at this point
Copy the full SHA 0fd6489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746dd04 - Browse repository at this point
Copy the full SHA 746dd04View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 3d5f61d - Browse repository at this point
Copy the full SHA 3d5f61dView commit details -
Merge branch 'babel-v51' of https://github.com/dennari/gatsby into de…
…nnari-babel-v51
Configuration menu - View commit details
-
Copy full SHA for 4a49288 - Browse repository at this point
Copy the full SHA 4a49288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac171a - Browse repository at this point
Copy the full SHA 8ac171aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e328d33 - Browse repository at this point
Copy the full SHA e328d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a21f0 - Browse repository at this point
Copy the full SHA 80a21f0View commit details -
Topics/showcase rebase v2 (#5941)
* Current work on showcase against v2 * Update outdated gatsby-transformer-screenshot * Update gatsby-config to remove vestigial folder * Clean up after merge * make css fixes to showcase: add featured sites at top, make searchbox nicer, cta buttons. put prev and next for permalink pages * Use next versions of sharp plugins * details page is now responsive * main page responsive * add showcase magic icon * Fix production builds * Make mobile sizing work correctly * Fix warning (UNSAFE_componentWillMount) * Sloppy fix for missing node.fields.slug * (WiP) Various „Featured Sites“ fixes * stop Prettier from inserting stray backticks around „View all“ (React.Fragment helped) * add functionality to „View all“ link * typography * add background image to container * fix main layout container horizontal whitespace * Switch from „resolutions“ to „sizes“ for „Featured Sites“ images … which allows us to define different widths per breakpoint for „Featured Sites“ cards. Along the way: * (WiP) add „View all Featured Sites“ card design * „built by“, category typography * fix showcase-magic.svg viewbox * Abandon window.width in favor of CSS media queries * Fix „All featured sites“ card for smaller screens…’n MOAR * add basic styles for search form * add „Featured Sites“ card hover styles * add sticky sidebar/„x Showcase Sites/Search“ header * consolidate button styles for „Submit Site“ and „Load more“ * sidebar UI styles first rinse touching * „collapsible“ header styles * filter item styles * add webkit-scrollbar styles for both `overflow: scroll` containers * Simplify markup, semantics * Showcase card hover, whitespace * Filter item vertical padding, increase gutter for featured cards on Desktop * Allow clicking through the gradient overlay * Don’t let gradient overlay cover scrollbar * Consolidate (not all) card hover styles * Define list card width * UI fixes * Increase modal background opacity * Set modal content width, various modal UI fixes…and Prettier * Add modal close button * Fix modal/close button border radius * Previous/next fontSize, fix source link appearance * Checkboxes for sidebar filter items, „Clear filters“ button…MOAR * support multi-line sidebar filter item titles * add initial design for „Clear filters“ button * align „caret“ icon in <Collapsible /> header * add arrow forward, downward icons * Adjust modal description, categories appearance * Fix permalink view basic layout * Detail view: Add „Visit Site“ button * Revisit „Clear all Filters“ button UI * Last bits of detail view header design Along the way: color variables, consolidate styles. * Add gutterDesktop * Remove units * Remove duplicate key, order * (WIP) Big prev/next images on permalink pages * „Featured Sites“ „view all“ links: Scroll to filtered showcase list scroll-to-anchor.js by @jlengstorf * Fix „View all Featured Sites“ right margin Ref. https://stackoverflow.com/a/28682628 * Prettier * Underline title when hovering card * Fix #showcase position * Add OpenGraph/Twitter image meta tags Analog to what we do in `blog-post-template.js`. * Add first shot at the „social share“ menu * Mobile improvements * Fix dupe keys * Fix horizontal margin * Link „permalink“ page prev/next images * Whitespace * Square „prev/next“ images for permalink pages * Mobile navigation shouldn’t cover images * Remove image marginBottom * Hide „Featured Sites“ for less than Desktop for now * Implement reduced version of permalink page prev/next link design * Update „Submit site“ href * Update metadata urls * fix package.json * showcase fix rebase & modified hack * more rebase edits
Configuration menu - View commit details
-
Copy full SHA for b9d4633 - Browse repository at this point
Copy the full SHA b9d4633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1397175 - Browse repository at this point
Copy the full SHA 1397175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb3f69 - Browse repository at this point
Copy the full SHA 0eb3f69View commit details -
[v2] Build-html static file using the webpack magic comment to provid…
…e the link rel. (#5901) * upgrade webpack version to 4.12.0 for webpackPrefetch propose * use stats.toJson() instead of manually parse chunkGroups * WIP: debug static entry * add childAssets to rel link in static-entry 🎉 * use stats.toJson with less verbose * WIP: unique link rel and give priority to preload * fixed assetsByChunkName in webpack.stats different from current implementation * add using-prefetching-preloading-modules examples * Don't add prefetched bundles to end of html + move preloading json with other scripts
Configuration menu - View commit details
-
Copy full SHA for d30f1c2 - Browse repository at this point
Copy the full SHA d30f1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca8ddd - Browse repository at this point
Copy the full SHA 7ca8dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99289b - Browse repository at this point
Copy the full SHA c99289bView commit details -
Revert "Temp remove another plugin"
This reverts commit 80a21f0.
Configuration menu - View commit details
-
Copy full SHA for de15e48 - Browse repository at this point
Copy the full SHA de15e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0791df3 - Browse repository at this point
Copy the full SHA 0791df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f008d39 - Browse repository at this point
Copy the full SHA f008d39View commit details -
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
Configuration menu - View commit details
-
Copy full SHA for 8c09369 - Browse repository at this point
Copy the full SHA 8c09369View commit details -
V2: replace navigateTo with push and replace (#5944)
* gatsby-link: add push (deprecates navigateTo) and replace This addresses #5910 * Use push rather than (deprecated) navigateTo throughout * Document change
Configuration menu - View commit details
-
Copy full SHA for a46d62b - Browse repository at this point
Copy the full SHA a46d62bView commit details -
* Document pull request policy during v2 betas * Update edit link * Update README.md * Add branch instructions to contributing guide
Configuration menu - View commit details
-
Copy full SHA for cf63c09 - Browse repository at this point
Copy the full SHA cf63c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8046da9 - Browse repository at this point
Copy the full SHA 8046da9View commit details -
[v2][www] "You're viewing the docs for Gatsby v2 beta" banner (#5915)
* initial "You're viewing the docs for Gatsby v2 beta" banner * Small edit * Point to v1.gatsbyjs.org for the v1 docs * Change URL back to gatsbyjs.org
Configuration menu - View commit details
-
Copy full SHA for 106ca60 - Browse repository at this point
Copy the full SHA 106ca60View commit details
Commits on Jun 17, 2018
-
* Update gatsby-starters.md (#5917) New Gatsby Starter Project: Gatsby eCommerce store using the Moltin eCommerce API * Adding Jersey Watch to list of Gatsby sites (#5923) * [www] Blog Adding "Why Narative loves Gatsby" post (#5883) * Adding why narative loves gatsby blog post * Fixing grammar and removing space from start of image filename * Made a few small copy changes + added a bit of emphasis on the money lines :-) Super nice post! * Fix markdown link syntax * Update yarn.lock + prettier * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Merge from master * Run prettier * Fix merge errors * Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * Fix lint errors * Specify next as gatsby-link version * Publish - [email protected]
Configuration menu - View commit details
-
Copy full SHA for e5ba688 - Browse repository at this point
Copy the full SHA e5ba688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a430ed - Browse repository at this point
Copy the full SHA 9a430edView commit details -
Configuration menu - View commit details
-
Copy full SHA for beea52d - Browse repository at this point
Copy the full SHA beea52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cab2d - Browse repository at this point
Copy the full SHA 62cab2dView commit details