Vuetify in January 2026: 661 Commits, v4 Beta, and the Road to v5

Vuetify in January 2026: 661 Commits, v4 Beta, and the Road to v5

January 2026 marked an explosive start for the Vuetify ecosystem. With 661 commits distributed across 12 active repositories and 49 merged pull requests, the team maintained the momentum from December's productive close. But the real news is what's coming: Vuetify 4.0 launches February 23rd, and what follows will completely change the game.

🚀 Vuetify 4.0 Beta: It's Here

On January 30th, v4.0.0-beta.0 arrived, building on December's alpha with significant style system migrations. This release brings Material Design 3 alignment for typography and elevation, plus a completely modernized grid system.

What's New in v4 Beta

Material Design 3 Typography
The migration to MD3's type system preserves Sass customization while updating font sizes and line heights for better hierarchy and readability. Your existing code works, but now with Google's most modern visual standards.

Material Design 3 Elevation
Elevation levels now match MD3 specifications with smoother shadow progressions and better depth perception across light and dark themes. Say goodbye to inconsistent shadows.

Grid System Overhaul
The responsive grid has been completely modernized:

* Improved flexbox implementation
* Better native RTL support
* Cleaner CSS output
* VCol gains syntax for overriding row size

New Props & Features

* VDataTable: New sort-icon prop for custom sort indicators
v-intersect: Now re-mounts when props update, allowing dynamic threshold changes
* nested: Mark individual nodes as detached for independent selection behavior

Important: v4.0.0-beta.0 is for testing and feedback only. Production applications should continue using v3.11.x until stable release.

⌨️ VCommandPalette: The Most Anticipated Component

The component everyone requested has landed in labs: VCommandPalette. A keyboard-driven interface for searching commands, navigation, and actions, built with the same patterns used by VS Code, Figma, and other modern applications.

<template>
<VCommandPalette :items="commands" @select="handleCommand" /> </template>

Perfect for dashboards, admin panels, and any application where power users need quick access to functionality. Now available in labs for experimentation.

🛠️ Components in Active Development

Several exciting features are in development and expected in upcoming releases:

VHeatmap
New visualization component for displaying data density and patterns. Ideal for activity calendars, contribution graphs, and heat distribution displays.

VMonthPicker
Dedicated month selection component complementing VDatePicker for use cases requiring only month/year selection.

VMaskInput Multiple Masks
Enhanced mask input supporting multiple and dynamic mask resolution for complex input patterns like phone numbers with variable country codes.

🤖 Vuetify MCP: AI-Assisted Migration

The Vuetify MCP server shipped four releases in January (v0.4.4 through v0.5.0), with the headline fea

Back to blog