Project Settings and Team Workflows

Environment Variables configured in Project Settings can now include newlines. Values can be pasted directly or submitted using Shift + Enter. Projects are limited to 100 Environment Variables, and entries in the Activity feed are truncated to keep the list readable.

Several account and team management flows were cleaned up. Reaching the 10-team-member ceiling on the Pro plan now shows a direct link to the sales team. Signing up with a Git account already linked to a Vercel profile prompts you to log in instead of failing. If the Git account's email matches an existing Vercel account, you'll be offered the option to merge the two; logging in with an unlinked Git account that shares an email with a personal Vercel account will simply route you into that account.

The new Contact page consolidates support ticket creation and sales inquiries. Team Settings no longer auto-focuses the Team URL field. On the CLI installation page, the vercel package is now the recommended install over the legacy now package. The "Visit" tooltip that appeared when hovering over a deployment URL has been removed; the "Visit" button in the deployment view serves that purpose. The "Functions" tab now states explicitly that logs are realtime only and must be forwarded to a third party for stored, retroactive inspection. Both the "Ionic Angular" and "Docusaurus 2" templates have been fixed.

Domains and Deployments

Removing a domain now triggers cleanup of all associated aliases, certificates, and DNS records across the system. A deployment created by selecting "Other" as the framework preset, overriding the Build Command, and including a vercel.json plus static files no longer causes an error.

Documentation and Routing

The configuration reference for the new redirects routing property now documents a permanent property. The docs for routes clarify that it cannot be used alongside the newer routing properties. Each System Environment Variable in the build-step documentation gained an example.

Git Integration and CLI

Configuration files vercel.json and .vercelignore are now honored for GitHub, GitLab, and Bitbucket integrations. A new npm package named vercel was published, providing support for both configuration files and shipping two binaries: vercel and vc.