Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.2.26
Choose a base ref
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.2.30
Choose a head ref
  • 8 commits
  • 42 files changed
  • 3 contributors

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    649ba86 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. v14.2.27

    vercel-release-bot committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    43f10b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. fix: node.js module import error when using middleware (#77945)

    The previous [backport](#77794)
    caused an issue due to how imports are resolved on canary vs v14,
    resulting in a message about using node.js APIs in middleware.
    
    This moves the import to the `web` directory and adds a test case for
    the warning.
    
    Closes NDX-1014
    ztanner authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3f5d774 View commit details
    Browse the repository at this point in the history
  2. v14.2.28

    vercel-release-bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    e65628a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Only share incremental cache for edge in next start (#79389)

    This backports #79386 to 14
    release channel
    ijjk authored May 20, 2025
    Configuration menu
    Copy the full SHA
    ec9ee87 View commit details
    Browse the repository at this point in the history
  2. v14.2.29

    vercel-release-bot committed May 20, 2025
    Configuration menu
    Copy the full SHA
    ca92115 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    f523d4a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. v14.2.30

    vercel-release-bot committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    243072b View commit details
    Browse the repository at this point in the history
Loading