v16.3.0-canary.76
📦 next-jsView on GitHub →
✨ 1 features🐛 9 fixes🔧 1 symbols
Summary
This release includes numerous bug fixes related to navigation, caching behavior, and CI infrastructure updates. A key change is the prefetching of links nearest the top of the document first.
Migration Steps
- Upgrade React dependency to version corresponding to commit `3508aee6-20260702` from `ec0fca31-20260701`.
✨ New Features
- Prefetch links nearest the top of the document first.
🐛 Bug Fixes
- Fix navigation getting reverted when a Server Action is in flight.
- Fix false-positive nested-cache error for a short default profile.
- Fix history push getting treated like replace when followed by refresh.
- Correctly validate cacheHandlers names.
- Recover from blocking routes under Instant Navigation lock when deployed.
- Make Instant Navigation Testing full-page loads work when deployed.
- Clear a resurrected instant cookie on unlock so a hard reload recovers.
- Fix prototype-colliding segment names in segment explorer trie.
- Fix metadata title dropped on soft navigation with Cache Components.