Skip to content

Commit 54919d2

Browse files
authored
chore(docs): update version history of next/image (#73926)
Backport #73923 to 14.x
1 parent 049a690 commit 54919d2

File tree

1 file changed

+3
-2
lines changed
  • docs/02-app/02-api-reference/01-components

1 file changed

+3
-2
lines changed

docs/02-app/02-api-reference/01-components/image.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Other properties on the `<Image />` component will be passed to the underlying
484484

485485
In addition to props, you can configure the Image Component in `next.config.js`. The following options are available:
486486

487-
## `localPatterns`
487+
### `localPatterns`
488488

489489
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.
490490

@@ -1050,7 +1050,8 @@ This `next/image` component uses browser native [lazy loading](https://caniuse.c
10501050

10511051
| Version | Changes |
10521052
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1053-
| `v14.2.15` | `decoding` prop added. |
1053+
| `v14.2.15` | `decoding` prop added and `localPatterns` configuration added. |
1054+
| `v14.2.14` | `remotePatterns.search` prop added. |
10541055
| `v14.2.0` | `overrideSrc` prop added. |
10551056
| `v14.1.0` | `getImageProps()` is stable. |
10561057
| `v14.0.0` | `onLoadingComplete` prop and `domains` config deprecated. |

0 commit comments

Comments
 (0)