Skip to content

Commit

Permalink
chore(docs): update version history of next/image (#73923)
Browse files Browse the repository at this point in the history
These features were added in Next.js 15.x but then back-ported to 14.x
since they can impact billing.

So we should land this docs PR and then also back-port it.

I also noticed that the heading was wrong for `localPatterns`.
  • Loading branch information
styfle committed Dec 13, 2024
1 parent 049a690 commit b5dfc72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Other properties on the `<Image />` 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.

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

| Version | Changes |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `v14.2.15` | `decoding` prop added. |
| `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. |
Expand Down

0 comments on commit b5dfc72

Please sign in to comment.