FRONTEND
Next.js v16.2.0
RESUMEN
> [!TIP] > Check out our Next v16.2 Blog Post to learn more about this release. Core Changes - Upgrade React from `f93b9fd4-20251217` to `65eec428-20251218`: #87323 - Turbopack: Create junction points instead of symlinks on Windows: #87606 - Tu
Descripción Detallada
> [!TIP] > Check out our Next v16.2 Blog Post to learn more about this release. Core Changes - Upgrade React from `f93b9fd4-20251217` to `65eec428-20251218`: #87323 - Turbopack: Create junction points instead of symlinks on Windows: #87606 - Turbopack: Symlink handling follow-up: #87637 - Add experimental routing package for resolving adapter routes: #86404 - Ensure outputs are correct with cache components in deployment adapters: #87018 - Move off of deprecated url.parse: #87257 - [strict-route-types] Add `experimental.strictRouteTypes` config: #87378 - misc: fix type check log for CI envs: #87838 - fix: revalidateTag with profile should not trigger client cache invalidation: #88069 - chore: warn when running tests against stale build: #88001 - Redesign default error pages with cleaner, more user-friendly UI: #87988 - dx: avoid next-env.d.ts change in dev: #88103 - prevent browser cache from using stale RSC responses from previous builds: #86554 - [strict-route-types] Typecheck App Router page props: #87386 - [strict-route-types] Enforce common React Component return types in App Router: #87389 - [strict-route-types] Switch to `satisfies` when validating page and route modules: #87398 - [strict-route-types] Don't reject `number` in `config.api.bodyParser.sizeLimit` when validating route: #87633 - Revert "dx: avoid next-env.d.ts change in dev": #88153 - [strict-route-types] Typecheck pages router routes i
Next.js v16.2.0 incluye cambios importantes que rompen compatibilidad.
- Actualiza React a una nueva versión, lo que puede afectar tu código.
- Crea puntos de unión en lugar de symlinks en Windows para Turbopack.
- Agrega un paquete experimental para enrutamiento de adaptadores.
- Rediseña las páginas de error por defecto con una nueva interfaz.
A quién le importa
Solo si usas Next.js y necesitas mantener compatibilidad con versiones anteriores.
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