Skip to content

Commit

Permalink
docs(gatsby-plugin-image): Note on tracedSVG options name change (#30736
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ascorbic committed Apr 7, 2021
1 parent a5869e3 commit dd9e95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/release-notes/image-migration-guide.md
Expand Up @@ -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

Expand Down

0 comments on commit dd9e95c

Please sign in to comment.