Site under development - Generated by Vercel v0 with Next.js templates

Changelog

Stay up to date with the latest Next.js releases, features, and improvements.

v15.1.0
minor
January 15, 2025

Improved Server Actions performance

feature

Server Actions now execute up to 40% faster with optimized bundling.

Enhanced Image Optimization

feature

New image formats support including AVIF with better compression.

Fixed hydration mismatch in Suspense boundaries

fix

Resolved edge cases causing hydration errors in nested Suspense components.

Faster cold starts

improvement

Reduced initial page load time by 25% through improved code splitting.

v15.0.0
major
December 10, 2024

React 19 Support

feature

Full support for React 19 with new concurrent features and improved Suspense.

Turbopack Stable

feature

Turbopack is now stable and ready for production use.

Async Request APIs

feature

New async APIs for headers, cookies, params, and searchParams.

Breaking: Minimum Node.js version

breaking

Node.js 18.17 or later is now required.

v14.2.5
patch
November 20, 2024

Fixed memory leak in development mode

fix

Resolved memory leak that occurred during hot module replacement.

Improved TypeScript type inference

fix

Better type inference for Server Components and Client Components.

Updated dependencies

improvement

Updated all dependencies to their latest stable versions.

v14.2.0
minor
October 25, 2024

Partial Prerendering (Experimental)

feature

New experimental feature for combining static and dynamic rendering.

Enhanced Metadata API

feature

New metadata options for better SEO and social sharing.

Improved error messages

improvement

More helpful error messages with actionable suggestions.