Skip to content

Commit

Permalink
Update next/image docs with onLoadingComplete() (#27440)
Browse files Browse the repository at this point in the history
Follow up to #26824
  • Loading branch information
styfle authored Jul 23, 2021
1 parent 4e74db2 commit bf02cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/next/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: Enable Image Optimization with the built-in Image component.

| Version | Changes |
| --------- | ------------------------------------------------------------------------------------------------- |
| `v11.1.0` | `lazyBoundary` prop added. |
| `v11.1.0` | `onLoadingComplete` and `lazyBoundary` props added. |
| `v11.0.0` | `src` prop support for static import.<br/>`placeholder` prop added.<br/>`blurDataURL` prop added. |
| `v10.0.5` | `loader` prop added. |
| `v10.0.1` | `layout` prop added. |
Expand Down Expand Up @@ -200,7 +200,7 @@ The image position when using `layout="fill"`.

### onLoadingComplete

A callback function that is invoked once the image is completely loaded and the placeholder has been removed.
A callback function that is invoked once the image is completely loaded and the [placeholder](#placeholder) has been removed.

### loading

Expand Down

0 comments on commit bf02cf8

Please sign in to comment.