v16.3.0-canary.83
- Turbopack tests: remove assertions that duplicate webpack results: #95688
- Fix support for
custom-media-queriesin LightningCSS: #95689 - Clarify AI-assisted contribution policy in PR template and AGENTS.md: #95629
- docs: add Building guide: #94999
- docs: add incremental adoption path to Cache Components migration guide: #95325
- [PPF] Sync IO is only allowed in the dynamic stage: #95384
- refactor: remove unnecessary switches from StagedRenderingController: #95383
- Keep the request body a plain Readable after middleware so Readable.toWeb() doesn't hang: #95607
- docs: note default error/not-found UI follows OS color scheme, not app theme: #95673
- test: skip redbox check in "static prefetch - missing suspense around search params": #95670
- test: allow-runtime breaks Link's Server component child detection: #95596
- docs: Immutable static assets: #95348
- [turbopack] Simplify service worker e2e tests: #95672
- [docs] Update "Handling a Custom
Service Worker" in the CRA migration docs: #95434 - [docs] Update progressive web apps documentation for new service worker syntax: #95431
- (TypeScript 7 Support) Add experimental TypeScript CLI backend: #95639
Huge thanks to @wbinnssmith, @sampoder, @bgw, @aurorascharff, @lubieowoce, @timneutkens, @icyJoseph, and @mischnic for helping!
v16.3.0-canary.82
- [turbopack] Compile service workers registered from pages router pages: #95583
- [turbopack] Output service workers to
/_next/static/: #95554 - Reduce the size of OperationVc from 8 bytes to 4: #95614
- Upgrade React from
df4bd1b4-20260708to5123b063-20260708: #95642 - Add attribute rendering benchmark: #95621
- docs(opengraph-image): load assets at module scope to keep route static under Cache Components: #95246
- Convert agent-041's blocking-data check to the agentic LLM judge: #95630
- Upgrade React from
12a4baec-20260707todf4bd1b4-20260708: #95612 - Make the agent-rules block verifiable and self-upgrading: #95467
- Refresh outdated agent-rules blocks on next dev and codemod upgrade: #95470
- [ci] Split up large instant-validation tests: #95627
- [ci] Split up large rsc-build-errors development test: #95624
- [ci] split up large cache-components-errors tests: #95623
- docs: update MCP guides for the thin next-devtools-mcp: #94859
- Normalize and validate
expireandrevalidatevalues to handle Infinity and surface mistakes early: #95493 - [ci] Bump PR stats job timeout to 35 minutes: #95592
Huge thanks to @sampoder, @lukesandberg, @vercel-release-bot, @timneutkens, @aurorascharff, @gaojude, @bgw, and @gaearon for helping!
v16.3.0-canary.81
- [ci] Pin typescript version in tests: #95619
- fix(create-next-app): render filenames in Geist Mono so the preloaded font is used: #95471
- [turbopack] print Turbopack warnings after SSG: #95430
- fix(create-next-app): pin both axes on Tailwind template logos to silence aspect-ratio warning: #95609
- Turbopack: enable
import with {type: 'text'}by default: #95606 - Consistently gate navigation-testing-lock API on flag: #95582
- test: Fix immutable static asset deployment tests for real: #95600
- Upgrade React from
23def8fd-20260706to12a4baec-20260707: #95581 - Split remaining "client-node"-only modules into .browser variants: #95366
- [turbopack] Don't evict when there is little memory to save: #95213
- align dev and build output: #94916
- [turbopack] Don't persist if there is little work to do: #95137
- fix: log "Partial Prefetching enabled" during next build: #95593
- [PP] Surface URL data during prefetching as an Instant insight with rule page: #95365
- [turbopack] Rename
rscEndpointtorscHmrEndpoint: #95538 - [ci] Split up large create-next-app/templates/matrix test: #95555
Huge thanks to @bgw, @aurorascharff, @sampoder, @mischnic, @eps1lon, @vercel-release-bot, and @lukesandberg for helping!
v16.3.0-canary.80
- Turbopack: add more context to persistence file errors: #95318
- [ci] Split up large cache-components-dev-warmup test suite: #95553
- Cancel a superseded Server Components HMR refresh's server-side work: #95486
- test: Fix immutable static asset deployment tests: #95550
- [ci] Migrate webpack tests back to arm runners: #95549
- docs: Fix testing-adapters variable name: #95575
- test: Use Turbopack for 'Test new and changed tests when deployed': #95552
- test: Disable service worker deploy tests for now: #95570
- Fix/next info experimental analyze with graph css chunking: #95542
- ci: Bump withgraphite/graphite-ci-action: #95562
- Run instrumentation for Node.js Middleware without Adapter: #95547
- Propagate maxDuration to edge adapter outputs: #95118
- [ci] Skip apt-installed dependencies in playwright install step: #95535
- test: Fix service worker error test: #95548
- Upgrade to swc 72 and rust-react-compiler: #95536
- [skills] Update gh-stack skill: #95541
- docs: updates to Cache Components Caching: #95452
Huge thanks to @lukesandberg, @bgw, @unstubbable, @mischnic, @icyJoseph, @timneutkens, and @sampoder for helping!
v16.3.0-canary.79
- docs: remove incorrect statement that force-cache is the default for …: #95235
- Turbopack: add all keys to dynamic exports before sealing the object: #93334
- Disable
supportsImmutableAssetswithconfig.output: #95521 - turbo-persistence: skip directory fsync on Windows: #95497
- Abort superseded Server Components HMR requests on the client: #95463
- [ci] Add stats comment with partial stats: #95401
- [fragment-scroll] Enable new scroll handler by default: #95378
- Upgrade React from
3508aee6-20260702to23def8fd-20260706: #95532 - fix(dev-overlay): increase fix card grid row gap to clear floating Copy prompt button: #95526
- evals: fix false-negative regex checks with the agentic LLM judge: #95440
- trace-viewer: Support string span ids in nextjs trace backend: #95515
- [turbopack] Add E2E tests for service workers: #94924
- otel: Use correct parent span for Node.js middleware: #95306
- Fix instrumentation hook awaiting for middleware with adapters: #95357
- [test] Unflake
cache-components-dev-streamingtest suite: #95466 - Also rewrite requires in page templates with Webpack: #95446
Huge thanks to @Pranav18M, @andrewimm, @mischnic, @chippleh1392, @unstubbable, @eps1lon, @vercel-release-bot, @aurorascharff, @gaojude, and @sampoder for helping!
v16.3.0-canary.77
- Avoid unnecessary rendering for validation in dev: #95394
- fix: work around SWC compress bug: #95457
- docs: Update FormEvent to SubmitEvent in form handling example (deprecated in React 19.2.10+): #95453
- Update font data: #95441
- Ignore-list internal frames whose source maps chain to original sources: #95448
- Type resolved
cacheLifeprofiles, dropping runtime asserts: #95428 - Split typeof-window server requires into .browser variants: #95201
- Collect modules with browser variants statically: #95200
Huge thanks to @lubieowoce, @M4cM4rco, @vercel-release-bot, @unstubbable, and @eps1lon for helping!
v16.3.0-canary.76
- Fix navigation getting reverted when a Server Action is in flight: #95391
- Fix false-positive nested-cache error for a short default profile: #95373
- Skip saving
expire: 0values in the default cache handler in prod: #95363 - [ci] Disable mid-stack PR optimization for native PR stacks: #95427
- Fix history push getting treated like replace when followed by refresh: #95392
- Upgrade React from
ec0fca31-20260701to3508aee6-20260702: #95410 - fix(config): correctly validate cacheHandlers names: #95358
- [ci] Actually migrate Turbopack jobs back to ARM: #95386
- Recover from blocking routes under Instant Navigation lock when deployed: #95227
- Make Instant Navigation Testing full-page loads work when deployed: #95222
- Clear a resurrected instant cookie on unlock so a hard reload recovers: #95398
- fix: handle prototype-colliding segment names in segment explorer trie: #95403
- Prefetch links nearest the top of the document first: #95393
- Fix metadata title dropped on soft navigation with Cache Components: #95315
- Cache short-
expire'use cache'values across dev reloads: #95362
Huge thanks to @gaearon, @unstubbable, @bgw, @vercel-release-bot, @Partha-Shankar, @icyJoseph, and @acdlite for helping!
v16.3.0-canary.75
- [cd] Replace the release package with our own GitHub release creation: #95352
- [test] Enable deploy tests for the Instant Navigation Testing API suite: #95236
- Await reused in-flight prefetch entries under Instant Navigation lock: #95301
- [test] Park the blocking-fallback segment on a withheld param: #95300
- Make
instant()resilient to a leaked navigation-testing cookie: #95375 - [ci] Avoid running full CI mid-stack for GH-native stacks, same as we do for Graphite: #95218
- Remove 'silence this warning' from instant validation fix output: #95187
- fix(turbopack): allow
#/prefixed subpath import specifiers: #94461
Huge thanks to @eps1lon, @unstubbable, @bgw, @aurorascharff, and @sleitor for helping!