Skip to content

v12.1.1

Compare
Choose a tag to compare
@ofhouse ofhouse released this 13 Apr 17:52
· 18 commits to main since this release

This release adds support for older browsers when the source image has a newer format (AVIF or Webp) but the browser is not supporting it (Header Accept: */*). In these cases the .avif or .webp image is converted into a supported format (.jpeg) instead of serving the original file.
See the Next.js PR for more details: vercel/next.js#35190

Changelog