Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby-source-wordpress@4.0.1
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby-source-wordpress@4.0.2
Choose a head ref
  • 14 commits
  • 76 files changed
  • 7 contributors

Commits on Feb 10, 2021

  1. fix(gatsby-plugin-offline): Cache avif images (#29394) (#29429)

    (cherry picked from commit 0a42d07)
    ascorbic authored Feb 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    72c4a5a View commit details

Commits on Feb 12, 2021

  1. fix: drop terminal-link (#29472) (#29477)

    There is weird interaction in some terminals with our usage of terminal-link and ink where following lines turn blank.
    Let's just remove our usage of terminal-link as value it provides is not worth spending a lot of time on figuring exact reason for this.
    
    (cherry picked from commit 260c297)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    ascorbic and pieh authored Feb 12, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6374419 View commit details

Commits on Feb 18, 2021

  1. fix(gatsby-source-contentful): Correct supported image formats (#29562)

    (cherry picked from commit 3b4d32f)
    ascorbic committed Feb 18, 2021
    Copy the full SHA
    febd5e4 View commit details
  2. chore(release): Publish

     - gatsby-admin@0.8.4
     - gatsby-plugin-offline@3.10.1
     - gatsby-source-contentful@4.6.2
     - gatsby@2.32.4
    ascorbic committed Feb 18, 2021
    Copy the full SHA
    2035475 View commit details

Commits on Feb 19, 2021

  1. tests: Fix cli integration test (#29525) (#29594)

    (cherry picked from commit 6ef2f80)
    ascorbic authored Feb 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d1f303a View commit details

Commits on Feb 22, 2021

  1. fix(gatsby-plugin-sharp): Fix defaults handling (#29564) (#29589)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    (cherry picked from commit 107926a)
    ascorbic and gatsbybot authored Feb 22, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    be9d9f9 View commit details
  2. chore: fix reset hard in assert-changed-files (#29328) (#29677)

    * reset only when CI
    
    * update circle
    
    * fail when aborts errors
    
    (cherry picked from commit 79518c4)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    ascorbic and wardpeet authored Feb 22, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    255b565 View commit details

Commits on Feb 23, 2021

  1. fix(contentful): retry on network errors when checking credentials (#…

    …29664) (#29672)
    
    (cherry picked from commit b95a199)
    
    Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
    GatsbyJS Bot and axe312ger authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2625159 View commit details
  2. fix(gatsby-plugin-image): Apply inline styles and img size (#29603) (#…

    …29668)
    
    (cherry picked from commit 9db36db)
    
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    GatsbyJS Bot and ascorbic authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9183a6b View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    22dadae View commit details
  4. chore: remove --cache from eslint (#29706) (#29709)

    (cherry picked from commit 8da5ebc)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    GatsbyJS Bot and wardpeet authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac65482 View commit details
  5. chore(gatsby-core-utils): Move isTruthy to gatsby-core-utils (#29707) (

    …#29710)
    
    (cherry picked from commit 837fcd2)
    
    Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
    ascorbic and sidharthachatterjee authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2022f2b View commit details
  6. fix(gatsby): more reliable way to use prod versions of react/react-dom (

    #29683)
    
    back port of #29620 to v2
    
    Fix #28138 (comment)
    
    Set `NODE_ENV` to `production` in the child worker that does the SSR in dev.
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    Co-authored-by: Matt Kane <matt@gatsbyjs.com>
    3 people authored Feb 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    01d07b3 View commit details

Commits on Feb 24, 2021

  1. chore(release): Publish

     - babel-plugin-remove-graphql-queries@2.16.1
     - babel-preset-gatsby@0.12.2
     - gatsby-admin@0.8.5
     - gatsby-cli@2.19.2
     - gatsby-core-utils@1.10.1
     - gatsby-page-utils@0.9.1
     - gatsby-plugin-image@0.7.2
     - gatsby-plugin-manifest@2.12.1
     - gatsby-plugin-mdx@1.10.1
     - gatsby-plugin-offline@3.10.2
     - gatsby-plugin-page-creator@2.10.1
     - gatsby-plugin-preload-fonts@1.9.1
     - gatsby-plugin-sharp@2.14.2
     - gatsby-plugin-typescript@2.12.1
     - gatsby-recipes@0.9.2
     - gatsby-remark-images@3.11.1
     - gatsby-source-contentful@4.6.3
     - gatsby-source-drupal@3.13.1
     - gatsby-source-filesystem@2.11.1
     - gatsby-source-shopify@3.10.1
     - gatsby-source-wordpress@4.0.2
     - gatsby-telemetry@1.10.1
     - gatsby-transformer-remark@2.16.1
     - gatsby-transformer-sqip@2.11.2
     - gatsby@2.32.5
    ascorbic committed Feb 24, 2021
    Copy the full SHA
    6fa14e4 View commit details
Showing with 387 additions and 137 deletions.
  1. +3 −3 .circleci/config.yml
  2. +0 −2 integration-tests/gatsby-cli/__tests__/new.js
  3. +7 −7 integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap
  4. +3 −0 integration-tests/ssr/gatsby-config.js
  5. +2 −2 package.json
  6. +4 −0 packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
  7. +2 −2 packages/babel-plugin-remove-graphql-queries/package.json
  8. +4 −0 packages/babel-preset-gatsby/CHANGELOG.md
  9. +2 −2 packages/babel-preset-gatsby/package.json
  10. +8 −0 packages/gatsby-admin/CHANGELOG.md
  11. +3 −3 packages/gatsby-admin/package.json
  12. +4 −0 packages/gatsby-cli/CHANGELOG.md
  13. +4 −4 packages/gatsby-cli/package.json
  14. +4 −0 packages/gatsby-core-utils/CHANGELOG.md
  15. +1 −1 packages/gatsby-core-utils/package.json
  16. 0 packages/{gatsby-telemetry → gatsby-core-utils}/src/__tests__/is-truthy.ts
  17. +1 −0 packages/gatsby-core-utils/src/index.ts
  18. 0 packages/{gatsby-telemetry → gatsby-core-utils}/src/is-truthy.ts
  19. +4 −0 packages/gatsby-page-utils/CHANGELOG.md
  20. +2 −2 packages/gatsby-page-utils/package.json
  21. +6 −0 packages/gatsby-plugin-image/CHANGELOG.md
  22. +3 −3 packages/gatsby-plugin-image/package.json
  23. +6 −0 packages/gatsby-plugin-image/src/components/hooks.ts
  24. +2 −0 packages/gatsby-plugin-image/src/components/lazy-hydrate.tsx
  25. +4 −0 packages/gatsby-plugin-manifest/CHANGELOG.md
  26. +2 −2 packages/gatsby-plugin-manifest/package.json
  27. +4 −0 packages/gatsby-plugin-mdx/CHANGELOG.md
  28. +2 −2 packages/gatsby-plugin-mdx/package.json
  29. +10 −0 packages/gatsby-plugin-offline/CHANGELOG.md
  30. +2 −2 packages/gatsby-plugin-offline/package.json
  31. +1 −1 packages/gatsby-plugin-offline/src/gatsby-node.js
  32. +4 −0 packages/gatsby-plugin-page-creator/CHANGELOG.md
  33. +3 −3 packages/gatsby-plugin-page-creator/package.json
  34. +4 −0 packages/gatsby-plugin-preload-fonts/CHANGELOG.md
  35. +2 −2 packages/gatsby-plugin-preload-fonts/package.json
  36. +6 −0 packages/gatsby-plugin-sharp/CHANGELOG.md
  37. +14 −2 packages/gatsby-plugin-sharp/README.md
  38. +4 −4 packages/gatsby-plugin-sharp/package.json
  39. +75 −15 packages/gatsby-plugin-sharp/src/__tests__/plugin-options.ts
  40. +9 −3 packages/gatsby-plugin-sharp/src/plugin-options.js
  41. +4 −0 packages/gatsby-plugin-typescript/CHANGELOG.md
  42. +2 −2 packages/gatsby-plugin-typescript/package.json
  43. +4 −0 packages/gatsby-recipes/CHANGELOG.md
  44. +3 −3 packages/gatsby-recipes/package.json
  45. +4 −0 packages/gatsby-remark-images/CHANGELOG.md
  46. +2 −2 packages/gatsby-remark-images/package.json
  47. +12 −0 packages/gatsby-source-contentful/CHANGELOG.md
  48. +5 −4 packages/gatsby-source-contentful/package.json
  49. +31 −0 packages/gatsby-source-contentful/src/extend-node-type.js
  50. +1 −1 packages/gatsby-source-contentful/src/gatsby-node.js
  51. +1 −0 packages/gatsby-source-contentful/src/schemes.js
  52. +4 −0 packages/gatsby-source-drupal/CHANGELOG.md
  53. +2 −2 packages/gatsby-source-drupal/package.json
  54. +4 −0 packages/gatsby-source-filesystem/CHANGELOG.md
  55. +2 −2 packages/gatsby-source-filesystem/package.json
  56. +4 −0 packages/gatsby-source-shopify/CHANGELOG.md
  57. +2 −2 packages/gatsby-source-shopify/package.json
  58. +4 −0 packages/gatsby-source-wordpress/CHANGELOG.md
  59. +4 −4 packages/gatsby-source-wordpress/package.json
  60. +4 −0 packages/gatsby-telemetry/CHANGELOG.md
  61. +2 −2 packages/gatsby-telemetry/package.json
  62. +1 −1 packages/gatsby-telemetry/src/event-storage.ts
  63. +4 −0 packages/gatsby-transformer-remark/CHANGELOG.md
  64. +2 −2 packages/gatsby-transformer-remark/package.json
  65. +4 −0 packages/gatsby-transformer-sqip/CHANGELOG.md
  66. +2 −2 packages/gatsby-transformer-sqip/package.json
  67. +12 −0 packages/gatsby/CHANGELOG.md
  68. +8 −9 packages/gatsby/package.json
  69. +0 −4 packages/gatsby/src/utils/__tests__/handle-flags.ts
  70. +0 −2 packages/gatsby/src/utils/__tests__/show-experiment-notice.js
  71. +10 −1 packages/gatsby/src/utils/dev-ssr/render-dev-html.ts
  72. +1 −2 packages/gatsby/src/utils/handle-flags.ts
  73. +3 −4 packages/gatsby/src/utils/show-experiment-notice.ts
  74. +0 −17 packages/gatsby/src/utils/webpack.config.js
  75. +10 −2 scripts/assert-changed-files.sh
  76. +8 −0 yarn.lock
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -466,6 +466,9 @@ jobs:
shell: powershell.exe
steps:
- checkout
- run:
command: ./scripts/assert-changed-files.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|yarn.lock"
shell: bash.exe
# Restoring cache takes as long as installing node modules, so skipping
# - restore_cache:
# keys:
@@ -482,9 +485,6 @@ jobs:
# paths:
# - C:\Users\circleci\AppData\Local\Yarn\Cache
# key: yarn-packages-v2-{{ checksum "yarn.lock" }}
- run:
command: ./scripts/assert-changed-files.sh "packages/*|(e2e|integration)-tests/*|.circleci/*"
shell: bash.exe
- run: yarn npm-run-all -s check-versions "lerna-prepare --concurrency=4 --stream"
- run:
name: "Run Tests"
2 changes: 0 additions & 2 deletions integration-tests/gatsby-cli/__tests__/new.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,6 @@ describe(`gatsby new`, () => {
)
logs.should.contain(`success Created starter directory layout`)
logs.should.contain(`info Installing packages...`)
logs.should.contain(`success Saved lockfile.`)
logs.should.contain(
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
)
@@ -57,7 +56,6 @@ describe(`gatsby new`, () => {
)
logs.should.contain(`success Created starter directory layout`)
logs.should.contain(`info Installing packages...`)
logs.should.contain(`success Saved lockfile.`)
logs.should.contain(
`Your new Gatsby site has been successfully bootstrapped. Start developing it by running:`
)
14 changes: 7 additions & 7 deletions integration-tests/ssr/__tests__/__snapshots__/ssr.js.snap
Original file line number Diff line number Diff line change
@@ -105,13 +105,13 @@ exports[`SSR it generates an error page correctly 1`] = `
</ul>
<h3>error</h3>
<code style=\\"padding: var(--space);padding-left: var(--space-sm);\\">window is not defined</code>
<pre><span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 2 | </span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 3 | </span><span style=\\"color:#006500;\\">const</span> <span style=\\"color:#DB3A00;\\">Component</span> <span style=\\"color:#DB3A00;\\">=</span> () <span style=\\"color:#DB3A00;\\">=></span> {</span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"><span style=\\"color:#096fb3;\\"><span style=\\"font-weight:bold;\\">></span></span><span style=\\"color:#527713;\\"> 4 | </span> <span style=\\"color:#006500;\\">const</span> a <span style=\\"color:#DB3A00;\\">=</span> window<span style=\\"color:#DB3A00;\\">.</span>width</span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> | </span> <span style=\\"color:#096fb3;\\"><span style=\\"font-weight:bold;\\">^</span></span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 5 | </span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 6 | </span> <span style=\\"color:#006500;\\">return</span> <span style=\\"color:#DB3A00;\\"><</span><span style=\\"color:#DB3A00;\\">div</span><span style=\\"color:#DB3A00;\\">></span>hi<span style=\\"color:#DB3A00;\\"><</span><span style=\\"color:#DB3A00;\\">/</span><span style=\\"color:#DB3A00;\\">div</span><span style=\\"color:#DB3A00;\\">></span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 7 | </span>}</span></pre>
<pre><span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 2 |</span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 3 |</span> <span style=\\"color:#006500;\\">const</span> <span style=\\"color:#DB3A00;\\">Component</span> <span style=\\"color:#DB3A00;\\">=</span> () <span style=\\"color:#DB3A00;\\">=></span> {</span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"><span style=\\"color:#096fb3;\\"><span style=\\"font-weight:bold;\\">></span></span><span style=\\"color:#527713;\\"> 4 |</span> <span style=\\"color:#006500;\\">const</span> a <span style=\\"color:#DB3A00;\\">=</span> window<span style=\\"color:#DB3A00;\\">.</span>width</span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> |</span> <span style=\\"color:#096fb3;\\"><span style=\\"font-weight:bold;\\">^</span></span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 5 |</span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 6 |</span> <span style=\\"color:#006500;\\">return</span> <span style=\\"color:#DB3A00;\\"><</span><span style=\\"color:#DB3A00;\\">div</span><span style=\\"color:#DB3A00;\\">></span>hi<span style=\\"color:#DB3A00;\\"><</span><span style=\\"color:#DB3A00;\\">/</span><span style=\\"color:#DB3A00;\\">div</span><span style=\\"color:#DB3A00;\\">></span></span>
<span style=\\"font-weight:normal;opacity:1;color:#452475;background:#ffffff;\\"> <span style=\\"color:#527713;\\"> 7 |</span> }</span></pre>
<p>For help debugging SSR errors, see this docs page: <a
href=\\"https://www.gatsbyjs.com/docs/debugging-html-builds/\\">https://www.gatsbyjs.com/docs/debugging-html-builds/</a></p>
<h3>Skip SSR</h3>
3 changes: 3 additions & 0 deletions integration-tests/ssr/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
flags: {
DEV_SSR: true,
},
siteMetadata: {
title: `Hello world`,
author: `Sid Chatterjee`,
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@
],
"private": true,
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --ext .js,.jsx,.ts,.tsx --fix",
"*.{js,jsx,ts,tsx}": "eslint --ext .js,.jsx,.ts,.tsx --fix",
"*.{md,css,scss,yaml,yml}": "prettier --write",
"*.svg": "svgo --pretty --indent=2 --config=svgo.yml --multipass"
},
@@ -131,7 +131,7 @@
"lerna": "lerna",
"lerna-prepare": "lerna run prepare",
"lint": "npm-run-all --continue-on-error -p lint:code lint:docs lint:other",
"lint:code": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"lint:code": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:docs": "remark docs/{contributing,docs,tutorial}",
"lint:scripts": "sh scripts/lint-shell-scripts.sh",
"lint:other": "npm run prettier -- --check",
4 changes: 4 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0...babel-plugin-remove-graphql-queries@2.16.1) (2021-02-24)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries

# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.1...babel-plugin-remove-graphql-queries@2.16.0) (2021-02-02)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.16.0",
"version": "2.16.1",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
@@ -13,7 +13,7 @@
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^0.12.0",
"cross-env": "^7.0.3",
"gatsby-core-utils": "^1.10.0"
"gatsby-core-utils": "^1.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.1...babel-preset-gatsby@0.12.2) (2021-02-24)

**Note:** Version bump only for package babel-preset-gatsby

## [0.12.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0...babel-preset-gatsby@0.12.1) (2021-02-05)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.12.1",
"version": "0.12.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
@@ -22,7 +22,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-legacy-polyfills": "^0.7.0"
},
"peerDependencies": {
8 changes: 8 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.4...gatsby-admin@0.8.5) (2021-02-24)

**Note:** Version bump only for package gatsby-admin

## [0.8.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.3...gatsby-admin@0.8.4) (2021-02-18)

**Note:** Version bump only for package gatsby-admin

## [0.8.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.2...gatsby-admin@0.8.3) (2021-02-05)

**Note:** Version bump only for package gatsby-admin
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.8.3",
"version": "0.8.5",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
@@ -20,9 +20,9 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^2.32.3",
"gatsby": "^2.32.5",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-graphql": "^2.14.0",
"lodash-es": "^4.17.20",
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.1...gatsby-cli@2.19.2) (2021-02-24)

**Note:** Version bump only for package gatsby-cli

## [2.19.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0...gatsby-cli@2.19.1) (2021-02-04)

**Note:** Version bump only for package gatsby-cli
8 changes: 4 additions & 4 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.19.1",
"version": "2.19.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
@@ -24,9 +24,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-recipes": "^0.9.1",
"gatsby-telemetry": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-recipes": "^0.9.2",
"gatsby-telemetry": "^1.10.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
4 changes: 4 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0...gatsby-core-utils@1.10.1) (2021-02-24)

**Note:** Version bump only for package gatsby-core-utils

# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0-next.0...gatsby-core-utils@1.10.0) (2021-02-02)

**Note:** Version bump only for package gatsby-core-utils
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.10.0",
"version": "1.10.1",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@ export { createRequireFromPath } from "./create-require-from-path"
export { getConfigStore } from "./get-config-store"
export { getGatsbyVersion } from "./get-gatsby-version"
export { getTermProgram } from "./get-term-program"
export { isTruthy } from "./is-truthy"
export * from "./service-lock"
export * from "./site-metadata"
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0...gatsby-page-utils@0.9.1) (2021-02-24)

**Note:** Version bump only for package gatsby-page-utils

# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0-next.0...gatsby-page-utils@0.9.0) (2021-02-02)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.9.0",
"version": "0.9.1",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
"bluebird": "^3.7.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"micromatch": "^4.0.2"
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.1...gatsby-plugin-image@0.7.2) (2021-02-24)

### Bug Fixes

- **gatsby-plugin-image:** Apply inline styles and img size ([#29603](https://github.com/gatsbyjs/gatsby/issues/29603)) ([#29668](https://github.com/gatsbyjs/gatsby/issues/29668)) ([9183a6b](https://github.com/gatsbyjs/gatsby/commit/9183a6bcef7126b040a66f08c3663b406ddc4e69))

## [0.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0...gatsby-plugin-image@0.7.1) (2021-02-05)

### Bug Fixes
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "0.7.1",
"version": "0.7.2",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
@@ -75,11 +75,11 @@
"@babel/parser": "^7.12.5",
"@babel/traverse": "^7.12.5",
"babel-jsx-utils": "^1.0.1",
"babel-plugin-remove-graphql-queries": "^2.16.0",
"babel-plugin-remove-graphql-queries": "^2.16.1",
"camelcase": "^5.3.1",
"chokidar": "^3.5.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/src/components/hooks.ts
Original file line number Diff line number Diff line change
@@ -60,6 +60,12 @@ export function getWrapperProps(

let className = `gatsby-image-wrapper`

// If the plugin isn't installed we need to apply the styles inline
if (!global.GATSBY___IMAGE) {
wrapperStyle.position = `relative`
wrapperStyle.overflow = `hidden`
}

if (layout === `fixed`) {
wrapperStyle.width = width
wrapperStyle.height = height
2 changes: 2 additions & 0 deletions packages/gatsby-plugin-image/src/components/lazy-hydrate.tsx
Original file line number Diff line number Diff line change
@@ -84,6 +84,8 @@ export function lazyHydrate(
)}
<MainImage
{...(props as Omit<MainImageProps, "images" | "fallback">)}
width={width}
height={height}
className={imgClassName}
{...getMainProps(
isLoading,
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0...gatsby-plugin-manifest@2.12.1) (2021-02-24)

**Note:** Version bump only for package gatsby-plugin-manifest

# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.1...gatsby-plugin-manifest@2.12.0) (2021-02-02)

### Bug Fixes
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.12.0",
"version": "2.12.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-plugin-utils": "^0.9.0",
"semver": "^7.3.2",
"sharp": "^0.27.0"
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0...gatsby-plugin-mdx@1.10.1) (2021-02-24)

**Note:** Version bump only for package gatsby-plugin-mdx

# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0-next.0...gatsby-plugin-mdx@1.10.0) (2021-02-02)

**Note:** Version bump only for package gatsby-plugin-mdx
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.10.0",
"version": "1.10.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
@@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.1...gatsby-plugin-offline@3.10.2) (2021-02-24)

**Note:** Version bump only for package gatsby-plugin-offline

## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0...gatsby-plugin-offline@3.10.1) (2021-02-18)

### Bug Fixes

- **gatsby-plugin-offline:** Cache avif images ([#29394](https://github.com/gatsbyjs/gatsby/issues/29394)) ([#29429](https://github.com/gatsbyjs/gatsby/issues/29429)) ([72c4a5a](https://github.com/gatsbyjs/gatsby/commit/72c4a5aa617058439902d56634c6cbcb75cc98bb))

# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0-next.0...gatsby-plugin-offline@3.10.0) (2021-02-02)

**Note:** Version bump only for package gatsby-plugin-offline
Loading