FRONTEND
Next.js v15.5.14
RESUMEN
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - feat(next/image): add lru disk cache and images.maximumDiskCacheSize - Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON respons
Descripción Detallada
> [!NOTE] > This release is backporting bug fixes. It does not include all pending features/changes on canary. Core Changes - feat(next/image): add lru disk cache and images.maximumDiskCacheSize - Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses Credits Huge thanks to @styfle and @lllomh for helping!
Actualización de Next.js con correcciones de errores y mejoras en el manejo de imágenes.
- Se añade caché en disco LRU y se establece el tamaño máximo de caché para imágenes.
- Se restaura Content-Length y ETag para respuestas JSON en /_next/data.
A quién le importa
Todos los que usan Next.js.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.2.12
## What's Changed * Backport/docs fixes 16.2 - July round by @icyJoseph in https://github.com/vercel/next.js/pull/96031 * [Backport] Fixes to support TypeScript 7 by @lukesandberg in https://github.com/vercel/next.js/pull/95831 **Full Changelog**: https://github.com/vercel/next.js/compare/v16
FRONTEND
Next.js v15.5.22
## What's Changed * [15.5] Reject TypeScript >= 7.0 with an actionable error by @lukesandberg in https://github.com/vercel/next.js/pull/96110 **Full Changelog**: https://github.com/vercel/next.js/compare/v15.5.21...v15.5.22
FRONTEND