---
title: "Framework | Netlify Changelog"
description: "Stay updated with the latest features, fixes, and improvements. Realize the speed, agility and performance of a scalable, composable web architecture with Netlify. Explore the composable web platform now!"
source: "https://www.netlify.com/changelog/tag/framework/page/2/"
last_updated: "2026-07-26T11:58:30.000Z"
---
# Posts tagged "Framework"

All Tags Agent-runners AI Ai-gateway Angular Astro AX Build CLI Database Design Devtools Domains E-commerce Extensions Forms Framework Functions Logs Next.js Nuxt.js Remix SDK Security Updates Workflow  [Subscribe to feed](https://www.netlify.com/changelog/tag/framework/feed.xml)

-   [
    
    ## React Router 7 middleware now supported
    
    ](/changelog/react-router-7-middleware-now-supported/)
    
    October 24, 2025
    
    -   [framework](/changelog/tag/framework/)
    -   [remix](/changelog/tag/remix/)
    
    React Router 7 [recently launched its long-awaited middleware feature](https://remix.run/blog/middleware), stable since v7.9.0.
    
    Middleware is now fully supported on Netlify.
    
    ## How to use it
    
    Ensure you’re on version 7.9.0 or later of React Router:
    
    ```
    npm install react-router@latest @react-router/node@latest @react-router/dev@latest
    ```
    
    Upgrade to version 2 of the Netlify React Router plugin:
    
    ```
    npm install @netlify/vite-plugin-react-router@latest
    ```
    
    After that, middleware works out of the box.
    
    ## Next steps
    
    -   [Check out the full React Router middleware docs](https://reactrouter.com/how-to/middleware)
    -   [Create a new React Router 7 project with our updated template](https://github.com/netlify/react-router-template/)
    -   [Read the Netlify React Router plugin docs](https://github.com/netlify/remix-compute/tree/main/packages/vite-plugin-react-router#react-router-adapter-for-netlify) for more on loader/action context and to access type-safe [Netlify context](https://docs.netlify.com/build/functions/api/#netlify-specific-context-object) in middleware
    
    [Permalink to React Router 7 middleware now supported Permalink](/changelog/react-router-7-middleware-now-supported/)
    
-   [
    
    ## Next.js 16 is ready to deploy on Netlify
    
    ](/changelog/next-js-16-deploy-on-netlify/)
    
    October 21, 2025
    
    -   [framework](/changelog/tag/framework/)
    -   [next.js](/changelog/tag/next-js/)
    
    The [Next.js 16 release](https://nextjs.org/blog/next-16) is here and Netlify is ready.
    
    Deploy the latest version, including Turbopack, React Compiler, and enhanced caching APIs, with zero configuration.
    
    -   Turbopack (stable): Up to 10× faster Fast Refresh and 2-5× faster builds
    -   React Compiler (stable): Automatic memoization for smoother re-renders
    -   Improved caching APIs: `revalidateTag` with `cacheLife` profile argument for Stale-While-Revalidate behavior and Server Actions-only `updateTag` to immediately refresh cached data
    
    **Template update**
    
    We’ve updated the [Next Platform Starter](https://github.com/netlify-templates/next-platform-starter) to v16, showcasing Turbopack and the new caching APIs in action. In our tests, the project saw a 2.8× faster `next build` with Turbopack.
    
    **Upgrading to v16 on Netlify**
    
    If you’re upgrading from v15, no Netlify configuration changes are required. Teams that have opted out of automatic updates for Netlify’s OpenNext adapter will need to [manually upgrade](https://docs.netlify.com/build/frameworks/framework-setup-guides/nextjs/legacy-runtime/upgrading-or-reverting-adapter/#upgrade-to-the-latest-adapter), or simply opt back in to receive automatic updates.
    
    **Resources**
    
    -   [Deploy the demo](https://github.com/netlify-templates/next-platform-starter)
    -   [Read the Next.js 16 release](https://nextjs.org/blog/next-16)
    -   [View Next.js on Netlify docs](https://docs.netlify.com/build/frameworks/framework-setup-guides/nextjs/overview/)
    
    [Permalink to Next.js 16 is ready to deploy on Netlify Permalink](/changelog/next-js-16-deploy-on-netlify/)
    
-   [
    
    ## Angular 20 support
    
    ](/changelog/angular-20-support/)
    
    May 28, 2025
    
    -   [angular](/changelog/tag/angular/)
    -   [framework](/changelog/tag/framework/)
    
    [Angular 20](https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301) is now fully supported on Netlify with zero configuration required.
    
    **What’s new**
    
    -   Full Angular 20 compatibility: Deploy Angular 20 projects with all the latest features including stable signals APIs, zoneless change detection in developer preview, and incremental hydration.
        
    -   Updated Angular template: We’ve refreshed our [Angular starter template](https://github.com/netlify-templates/angular-starter) to showcase Angular 20’s capabilities, including the new control flow syntax and simplified component naming conventions.
        
    -   Optimized SSR support: Angular 20’s stable incremental hydration and route-level rendering modes work with Netlify’s edge network for faster, more efficient server-side rendering.
        
    
    **How to get started**
    
    Add your existing Angular 20 project by connecting your Git repository–or [deploy our template](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/angular-starter)–no configuration changes needed. For new projects, try our updated template with Angular 20’s latest features.
    
    If you’re planning to [upgrade from version 18](https://developers.netlify.com/guides/whats-new-with-angular-19-on-netlify/) or earlier, check out our guidance on the Angular runtime.
    
    [Permalink to Angular 20 support Permalink](/changelog/angular-20-support/)
    

[Previous page](/changelog)