FRONTEND
Next.js v16.3.0
RESUMEN
Misc Changes - fix(sandbox): release one-shot timeout ids after they run: #96161 - Fix dev overlay symbolication for project paths needing percent-encoding: #96221 - [internal] Add a skill for benching changes in a sandbox: #95943 - Run dev validation in process when using Webpack: #96219 - Rea
Descripción Detallada
Misc Changes - fix(sandbox): release one-shot timeout ids after they run: #96161 - Fix dev overlay symbolication for project paths needing percent-encoding: #96221 - [internal] Add a skill for benching changes in a sandbox: #95943 - Run dev validation in process when using Webpack: #96219 - Read chunk source maps from disk in the dev validation worker: #96218 - Retry the source map lookup with a plain path: #96215 - Pass fallback params to the dev validation worker as maps: #96210 - [sourcemaps] Reuse source map payloads and consumers across stack frames: #96198 - fix: release compression stream when client disconnects mid-response: #96173 - Run Cache Components dev validation on a worker thread: #96153 - Add a benchmark for dev Cache Components validation on a worker thread: #96152 - [test] Unflake the `enabled-features-trace` test suite: #96175 - [refactor] Prepare dev validation for running on a worker thread: #96151 - Add the `experimental.devValidationWorker` config flag: #96150 - [refactor] Model dev validation render outputs as a discriminated union: #96149 - Forward dev invalid dynamic usage errors from the render, not validation: #96148 - Optimize implicit cache tag derivation: #96120 - Avoid quadratic HMR queue shifts: #96137 Credits Huge thanks to @petehunt, @gaearon, @unstubbable, and @marcoshernanz for helping!
Next.js v16.3.0 incluye cambios importantes y rompe compatibilidad.
- Se asegura que `images.maximumResponseBody` se aplique a imágenes locales.
- Se refactoriza el orden de ejecución del servidor de trazas a un enum.
- Se simplifica el manejo de metadatos estáticos.
- Se elimina la bandera que protegía `unstable_io`.
A quién le importa
Solo si usas `next/image` o `unstable_io`.
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