Next.js 14.1
Posted by

Jiachi Liuhuozhi

Jimmy Laifeedthejim
- Improved Self-Hosting: New documentation and custom cache handler
- Turbopack Improvements: 5,600 tests passing for next dev --turbo
- DX Improvements: Improved error messages, pushState and replaceState support
- Parallel & Intercepted Routes: 20 bug fixes based on your feedback
- next/image Improvements: <picture>, art direction, and dark mode support
Improved Self-Hosting
We've heard your feedback for improved clarity on how to self-host Next.js with a Node.js server, Docker container, or static export. We've overhauled our self-hosting documentation on:
- Runtime environment variables
- Custom cache configuration for ISR
- Custom image optimization
- Middleware