Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Starter showcase card layout update #8117

Closed
wants to merge 470 commits into from
Closed

Starter showcase card layout update #8117

wants to merge 470 commits into from

Conversation

riencoertjens
Copy link
Contributor

No description provided.

@riencoertjens
Copy link
Contributor Author

#8097

@amberleyromo
Copy link
Contributor

Hi @riencoertjens! Now that the first push for the starter library is out, any interest in revisiting/updating this PR?

@amberleyromo amberleyromo self-assigned this Oct 9, 2018
@riencoertjens
Copy link
Contributor Author

yes, I'll do it this weekend...

chmac and others added 21 commits November 6, 2018 15:27
* Extend the docs on `sourceNodes`.

Expanding the docs to be a bit more verbose and explain in more depth what this API does. Based on a discussion with @pieh.

* Update api-node-docs.js
Soo in March this year @spences10 opened this PR: #4139
But it never got added to the sidebar 😛 

Therefore I added unknowingly this PR: #8876

-----------

This PR exposes the Linux doc to the sidebar and puts a link to this doc on the windows doc.
This changes `__experimentalThemes` from the following

```
__experimentalThemes: [['theme-name', optionsObject]]
```

to match the plugins spec

```
__experimentalThemes: [{
  resolve: 'theme-name',
  options: {}
}]
```

* This is to reduce the number of user-visible config styles.
* There will be a future change to be fully compatible with the [load plugins](https://github.com/gatsbyjs/gatsby/blob/390803c8f679e53d398d40b9535c1a8784380a48/packages/gatsby/src/bootstrap/load-plugins/load.js#L37-L85) functionality (defines a `themes/` directory for local themes and handles absolute paths, etc). This change is meant to match the plugins API spec superficially so that the blogpost #9517 doesn't have syntax incompatible with the future.
* change banner text to promote webinar

* add link to v1 docs in migration guide

* Fix quotation marks

* Rm „fallback“ banner content, mark prop as required
We will be getting those for a while :( (as PR that remove usage was used on branch before the linting change). This currently fails linting, because `Link` is defined but not used
…#9606)

* feat(www): add lead scroll to horizontal scrollers

feat(www): setup IntersectionObserver

feat(www): add initial lead animation to horizontal scrollers on Ecosystem page

fix(www): remove intersection-observer polyfill

fix(www): change fake scrolling to 'only left' ver

fix(www): make 'fake scroll' not fake

* fix(www): add code formating

* fix(www): add code formating and fix eslint errors

* fix(www): add small delay for lead animation

* fix(www): decrease dalay to 250ms

* refactor(www): refactor easy function

* fix(www): revert to overriden proper Ecosystem board texts

* fix(www): remove unused CSS style
* chore: create folder

* docs: add gatsby for apps post

* docs(blog): add gatsby for apps blog post

* chore: update

* chore: remove old post

* chore: add content

* chore: add bullet points (google apps messed formatting up)

* docs: hopefully finish blog post

* chore: remove image

* chore: remove comma

* chore: address feedback

* chore: add top level header
<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
Fixes issue #9766

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->

One of two changes for #9757

Second change will be a complete guide for ButterCMS. I'll open a new PR for that.
seems like current (bit whacky) patterns don't play nice on windows for some reason, let's try different ones

note - there is currently unrelated lint error in `www` so linting should fail - but it should have 1 error instead of thousands of errors on azure/appveyor - with this #9780 should be clear
- Added "Headless CMS" to entries appropriately
- Removed minor tags that create extra noise (Recompose, Prettier, Lint-Staged, TSLint, Tags) and removed them or put them into "Linting". Especially considering that almost all starters have ESLint and Prettier. "Linting" would mean for me that this starter is especially focused on that or has something fancy
- Removed invalid Styling tag
* refactor run-sift

* update yarn.lock
 - gatsby-cli@2.4.5
 - gatsby-codemods@1.0.7
 - gatsby-dev-cli@2.4.7
 - gatsby-image@2.0.20
 - gatsby-plugin-catch-links@2.0.7
 - gatsby-plugin-cxs@2.0.2
 - gatsby-plugin-google-gtag@1.0.4
 - gatsby-plugin-layout@1.0.8
 - gatsby-plugin-manifest@2.0.8
 - gatsby-plugin-netlify-cms@3.0.7
 - gatsby-plugin-netlify@2.0.4
 - gatsby-plugin-offline@2.0.13
 - gatsby-plugin-page-creator@2.0.4
 - gatsby-plugin-remove-trailing-slashes@2.0.5
 - gatsby-plugin-sass@2.0.4
 - gatsby-remark-autolink-headers@2.0.11
 - gatsby-source-contentful@2.0.13
 - gatsby-source-drupal@3.0.8
 - gatsby-source-filesystem@2.0.8
 - gatsby-source-mongodb@2.0.8
 - gatsby-source-wordpress@3.0.13
 - gatsby-transformer-csv@2.0.4
 - gatsby-transformer-javascript-frontmatter@2.0.4
 - gatsby-transformer-pdf@1.0.14
 - gatsby-transformer-remark@2.1.12
 - gatsby-transformer-screenshot@2.0.7
 - gatsby-transformer-xml@2.0.4
 - gatsby-transformer-yaml@2.1.5
 - gatsby@2.0.41
Adjusting feature list according to the [renaming of modular content elements to linked items](https://developer.kenticocloud.com/v1/reference#linked-content).

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
sibiraj-s and others added 3 commits December 1, 2018 23:36
Hi,

This is a fix for issue as discussed here #10159 (comment).

prevent loop if the object is of type function
 - babel-preset-gatsby@0.1.6
 - gatsby-plugin-feed@2.0.11
 - gatsby-plugin-react-helmet@3.0.4
 - gatsby-source-wordpress@3.0.17
 - gatsby@2.0.60
@LekoArts
Copy link
Contributor

LekoArts commented Dec 2, 2018

Hi @riencoertjens :) Do you have the time to update your PR? Otherwise I could tackle this. Please let me know, thanks 👍

@riencoertjens
Copy link
Contributor Author

go for it @LekoArts !

@LekoArts LekoArts self-assigned this Dec 2, 2018
kylemcd and others added 14 commits December 2, 2018 15:21
<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
A Gatsby starter for making notes on different subjects and topics
This pr, adds all the missing dependencies used on the gatsby code base to the package.json the dependencies and the versions were obtained by doing a dry run of yarn PnP.

It adresses #10245
… fields (#10228)

The "Beta" Rich Text field for contentful was breaking when trying to load data into GraphQL that has circular references.

Using a safe stringify method prevents it falling over and instead just prevents the referenced circular data from being available.
…out-update' into starter-showcase-card-layout-update
@riencoertjens riencoertjens requested a review from a team as a code owner December 3, 2018 14:00
@riencoertjens riencoertjens requested review from a team December 3, 2018 14:00
@riencoertjens riencoertjens requested a review from a team as a code owner December 3, 2018 14:00
@LekoArts LekoArts closed this Dec 3, 2018
@LekoArts
Copy link
Contributor

LekoArts commented Dec 3, 2018

Sorry, my git/I messed up the rebase. There were so many conflicts ...
@riencoertjens I'd prefer to open up a new PR with a fresh Gatsby branch. Is that ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment