FRONTEND
Next.js v16.2.3
RESUMEN
> [!NOTE] > This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see The release does not include all pending features/changes on canary. Core Changes - Ensure ap
Descripción Detallada
> [!NOTE] > This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see The release does not include all pending features/changes on canary. Core Changes - Ensure app-page reports stale ISR revalidation errors via onRequestError - Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273) - Deduplicate output assets and detect content conflicts on emit - Fix styled-jsx race condition: styles lost due to concurrent rendering - turbo-tasks-backend: stability fixes for task cancellation and error handling Credits Huge thanks to @icyJoseph, @sokra, @wbinnssmith, @eps1lon and @ztanner for helping!
Actualización de seguridad y corrección de errores en Next.js v16.2.3.
- Se asegura que los errores de revalidación de ISR se reporten correctamente.
- Se corrige un bug que rompía HMR en Next.js 16.2.
- Se deduplican los activos de salida y se detectan conflictos de contenido.
- Se soluciona una condición de carrera en styled-jsx que causaba pérdida de estilos.
A quién le importa
Todos los que usan Next.js y quieren mantener su aplicación segura.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Next.js v16.3.0
### Core Changes - fix(next/image): ensure `images.maximumResponseBody` applies to local images too: #92920 - Refactor trace server sort to SortMode enum (execution order / value / name): #92873 - Perf: Simplify static metadata handling: #92630 - remove flag guarding `unstable_io`: #92923 ### Misc
FRONTEND
Next.js v16.2.4
> [!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ### Core Changes - chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713) - Turbopack: fix filesystem watcher config not applying follow