From e62e3f12949ffe775fe5fda4869fbdfeb3adae45 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 24 Jan 2022 18:21:23 -0500 Subject: [PATCH] Update docs with lazyRoot added in 12.0.9 --- docs/api-reference/next/image.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-reference/next/image.md b/docs/api-reference/next/image.md index 6d370747c928..830771ce3447 100644 --- a/docs/api-reference/next/image.md +++ b/docs/api-reference/next/image.md @@ -16,6 +16,7 @@ description: Enable Image Optimization with the built-in Image component. | Version | Changes | | --------- | ------------------------------------------------------------------------------------------------- | +| `v12.0.9` | `lazyRoot` prop added | | `v12.0.0` | `formats` configuration added.
AVIF support added.
Wrapper `
` changed to ``. | | `v11.1.0` | `onLoadingComplete` and `lazyBoundary` props added. | | `v11.0.0` | `src` prop support for static import.
`placeholder` prop added.
`blurDataURL` prop added. |