diff --git a/docs/01-app/03-api-reference/02-components/image.mdx b/docs/01-app/03-api-reference/02-components/image.mdx index 88d4cf03aec54..d6507a06fa398 100644 --- a/docs/01-app/03-api-reference/02-components/image.mdx +++ b/docs/01-app/03-api-reference/02-components/image.mdx @@ -493,7 +493,7 @@ Other properties on the `` component will be passed to the underlying In addition to props, you can configure the Image Component in `next.config.js`. The following options are available: -## `localPatterns` +### `localPatterns` You can optionally configure `localPatterns` in your `next.config.js` file in order to allow specific paths to be optimized and block all others paths. @@ -1075,7 +1075,9 @@ This `next/image` component uses browser native [lazy loading](https://caniuse.c | Version | Changes | | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `v15.0.0` | `decoding` prop added. `contentDispositionType` configuration default changed to `attachment`. | +| `v15.0.0` | `contentDispositionType` configuration default changed to `attachment`. | +| `v14.2.15` | `decoding` prop added and `localPatterns` configuration added. | +| `v14.2.14` | `remotePatterns.search` prop added. | | `v14.2.0` | `overrideSrc` prop added. | | `v14.1.0` | `getImageProps()` is stable. | | `v14.0.0` | `onLoadingComplete` prop and `domains` config deprecated. |