forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
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
a #1
Merged
Merged
a #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update location state when location.key changes * fix location swapping
…-scheme: dark` (#18348) * fix highlighting keywords * implement prefers-color-scheme: dark * revert style guide * add jest official workaround mock * remove conditional * fix test * fix test * fix test * fix jest, move mock to stublist * refactor to useColorSchemeMediaQuery flag
The first breakpoint we get from `gatsby-design-tokens` breakpoints object is `xxs: 0`. While this did make sense in the context of `styled-system`, it causes problems in the context of `theme-ui`/arrays. Switch a couple of `mediaQuery` usages to theme-ui's array syntax.
Mock useStaticQuery hook as in unit testing docs.
- gatsby-plugin-mdx@1.0.51 - gatsby@2.15.36
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Updated the search bar alignment in tags.js.
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* Couple of formatting fixes * Minor Wording changes * Link change * revert edit * Update docs/contributing/how-to-pitch-gatsby.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
…egment-js (#17179) * docs: blog post about improving time to interactive * fix: prettier on blogpost * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * add newline at end of authors.yaml * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com> * Update docs/blog/2019-08-30-speed-up-your-time-to-interactive-by-delaying-third-party-scripts/index.md Co-Authored-By: Ward Peeters <ward@coding-tech.com> * update date
* updated pronouns per directions in issue #18284 * updated pronouns per issue #18284 * updated pronouns per issue #18284 * Update docs/docs/how-shadowing-works.mdx Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/how-shadowing-works.mdx Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
* Fixing "we - you" and "our -your" * chore: format
…, ToC (dark mode aftercare, episode 5) (#18553) * Bring back main nav items' `partiallyActive` state * Fix undefined * Reduce whitespace below plugin meta * Adjust homepage masthead font size * "Inline" ToC bottom margin; set `list-style` to `none` * Reduce dark mode text, heading, background contrast
* chore(showcase): Add Vishal Nakum portfolio to Showcase Adds Vishal Nakum portfolio to Showcase * fixed site.yml syntax fixed site.yml syntax issue
* Added nagakonada.com blogging site. This is my personal blog site. * change category Co-authored-by: Lennart <lekoarts@gmail.com>
* add Gatsby-TypeScript-Starter-Blog to docs/starters.yml * update docs/starters.yml Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
* add new gatsby starter - luke-starter-gatsby * Update docs/starters.yml Co-Authored-By: Ward Peeters <ward@coding-tech.com> Co-authored-by: Lennart <lekoarts@gmail.com>
for matching the style guide
Title Case correction for Style Guide
for style guide
* adding gatsby-starter-leaflet to starters. adding mapping with leaflet category * removing specificity of leaflet from mapping category * removing mapping Co-authored-by: Lennart <lekoarts@gmail.com>
* using `you` to adhere to gatsby style guid * typo Co-authored-by: Lennart <lekoarts@gmail.com>
for style guide
* Update We to You for Style Guide adding-tags-and-categories-to-blog-posts.md * typos * typo Co-authored-by: Lennart <lekoarts@gmail.com>
* Title Casing Correction * Update title case and we to you
…ons lower than 10.16.0 (#18638) * update node engine in package.json to require at least node 10.16.0 * use gatsbyjs fork of microbundle which does not throw error for node <10.16
- gatsby-design-tokens@1.0.10 - gatsby-theme-workspace@1.0.1
- gatsby-plugin-fullstory@2.1.14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issues