From 8436a37da45f538cb8b3c07f065528eda72f59ad Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Wed, 7 Apr 2021 14:27:05 +0100 Subject: [PATCH] docs(gatsby-plugin-image): Note on tracedSVG options name change --- docs/docs/reference/release-notes/image-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/release-notes/image-migration-guide.md b/docs/docs/reference/release-notes/image-migration-guide.md index afad1c9f55c09..e5c544c7c0a33 100644 --- a/docs/docs/reference/release-notes/image-migration-guide.md +++ b/docs/docs/reference/release-notes/image-migration-guide.md @@ -110,7 +110,7 @@ Previously, images generated their own type by default, e.g. JPG, PNG, etc. You Previously, transformations like `grayscale` and quality options such as `pngQuality` were top level query arguments. This has changed. -`grayscale` now exists within the `transformOptions` argument, and `pngQuality` becomes `quality` inside `pngOptions`. See the [`gatsby-plugin-image` Reference Guide](/docs/reference/built-in-components/gatsby-plugin-image) for specifics. +`grayscale` now exists within the `transformOptions` argument, and `pngQuality` becomes `quality` inside `pngOptions`. The `traceSVG` object is now `tracedSVGOptions`. See the [`gatsby-plugin-image` Reference Guide](/docs/reference/built-in-components/gatsby-plugin-image) for specifics. ### Breaking changes