rsnext/test/integration/image-component
Steven 9f0024a5ee
Change experimental layout=raw to use native img lazy loading (#36985)
This PR changes the experimental `layout=raw` images to use the native lazy loading behavior (as opposed to the IntersectionObserver).

This will (eventually) lead to smaller client bundles and faster image loading since there is no JS needed to load the image.

However, we'll lose the `lazyRoot` and `lazyBoundary` behavior since those are specific to the IntersectionObserver implementation.
2022-05-18 21:05:15 +00:00
..
asset-prefix Add experimental wildcard remotePatterns config for upstream images (#36245) 2022-05-05 02:19:16 +00:00
base-path Update loader-utils (#30743) 2021-11-02 16:13:15 +01:00
basic Fix leaking internal config to user-defined loader prop in next/image (#36013) 2022-04-08 22:19:25 +00:00
custom-resolver Update test set-up to leverage playwright when able to (#28634) 2021-09-13 14:36:25 +02:00
default Change experimental layout=raw to use native img lazy loading (#36985) 2022-05-18 21:05:15 +00:00
image-from-node-modules fix: next/image usage from node_modules (#33559) 2022-02-08 19:55:53 -05:00
noscript Update test set-up to leverage playwright when able to (#28634) 2021-09-13 14:36:25 +02:00
react-virtualized test: add inline flight response reuse test (#34364) 2022-02-15 18:53:45 +00:00
svgo-webpack Update test set-up to leverage playwright when able to (#28634) 2021-09-13 14:36:25 +02:00
trailing-slash make static image import output path consistent with other media (#30168) 2021-10-22 13:25:54 +00:00
typescript Add support for AVIF to next/image (#29683) 2021-10-11 23:17:47 +00:00
unicode Add experimental wildcard remotePatterns config for upstream images (#36245) 2022-05-05 02:19:16 +00:00