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
Update fork #1
Merged
Merged
Update fork #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
* spanish docs * spanish translations: tutorial part-zero and part-one done * no more duplicate files at 👍
* added aws-amplify hosting blog * updated blog with additional info & a couple of minor changes * updated readme * small update to intro * Update index.md * today's date
* feat: add navigateTo -> navigate codemod * chore: add -test suffix * fix: get the global-graphql-calls codemod working with comments Note: this makes an assumption that we support ESM in the absence of any require or import statements... we _have_ to make an assumption though, so this seems like at least a decent fallback * chore: remove test script * refactor: minor tweaks; rely on side-effects * style: fix back tick issue * chore: add a pass-through fixture just as a sanity check
Using babels config api means we defer to the filesystem not override it.
This reverts commit 300277d.
…aticQuery (#7846) * compare both query text and hash when checking if we need to rerun staticquery * more context on checking query text + fix typo
* chore: remove gatsby tag from blog posts * fix: iron out some issues on the tag pages * fix: ensure routing remains working per @pieh
* Fix pathPrefix causing erroneous redirects * Don't write __PATH_PREFIX__ to the window.page object
* Add default limit and allow a limit option to be set in config Update the readme to explain use Minor format amend as there are now multiple options. * Clarify that the limit only affects requests for posts by username * readme formatting * Update the example file with comments to help manual tests * Correct spelling
Added a link to a gatsby starter that I created (https://github.com/tdharmon/gatsby-starter-typescript-sass)
* fix: babel options we don't need to disable babelrc lookup now that we are using the babel apis * update snapshots
* codemod for gatsby-link import * fix lint error * fix import link codemod test fixtures * codemod for gatsby-link import * fix lint error * fix import link codemod test fixtures * update README with import-link codemod details * add prettierignore to import-link codemod textfixtures * disable eslint for all testfixtures * remove textfixtures from root prettierignore file * remote testfixtures from global eslintIgnore * disable eslint in test fixtures * preserve comment in first line with import-link codemod * handle multiple imports from gatsby-link * fix lint errors
…hout use of fallback locales (#7854) * Added support for non localized fields without use of fallback locales * Added test for default locale and removed unused code
…7867) * docs: add a title to code snippets in the first part of the tutorial * style: run prettier * refactor: use established constants for some values instead of hard coding * style: use scale for font size * refactor: co-locate gatsby code highlight style with other code style
* fix: sort data before writing into the data.json cache file * fixup! fix: sort data before writing into the data.json cache file * fixup! fix: sort data before writing into the data.json cache file * fixup! fix: sort data before writing into the data.json cache file
* add gedd.ski site to showcase ahhh yeah! * remove subtle showcase hint
…ble (#7801) * Add support for writing queries for <StaticQuery> in a separate variable * Add warning for when we can't find a variable declaration for the query prop + instructions on how to resolve the problem * Add a test for an imported query as well * Extract out query in example site (just to prove it works) * Fix lint errors * Remove mention in docs that pulling out query into variable doesn't work * Use report.warn + drop question to new line for better scanability * Support queries declared in other variables for prod builds * Add link to astexplorer link * Fix lint + test problems * Fix lint * Unmock * Filter out other calls * Remove console coloring + trim whitespace
* lazy load twitter scripts when an embedded tweet is seen * Don't use base64 for showcase as it's loading several 100kbs of compressed base64 images on the initial page load * Use <link prefetch> for prefetching + fix bug in gatsby-plugin-offline loading lots of initial JS * Remove old more complex queuing prefetching logic in place of much simpler just immediately <link prefetch> resources * Set backgroundColor for all showcase images since not using blur-up anymore * Lazy load algolia js/css and some cleanups * Actually don't set backgroundColor to lightgray — looks terrible * Fix linting errors * Don't try to be clever as TTI is measured to any significant CPU usage within first 10 seconds so delaying loading doesn't help * Vendor the docsearch.min.js script to make it easier to lazy load * Also load algolia js on click so works on mobile * Fix tests * Set check boolean to true * Format * Use xhr for prefetching in safari * Format
* docs(migrating-to-v2): fix typos * docs(migrating-to-v2): address PR comment
* [google-analytics-more-options] Add support for Create Only Fields in Google Analytics plugin * [google-analytics-more-options] Add example usage for create only options
…ssr/webpack, not in node (#7551)
* fix: ensure graphql key (starting with numeric) is valid * add more test
* removed utils/getTransitionStyle.js * made getTransitionStyles an object
…as being added to prefetch URLs. (#7924)
…also not needed) (#7946)
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.
Update fork