Latest Releases
View the complete changelog on GitHub for detailed information about all releases.Recent Highlights
v4.5.0 (February 2026)
New Components
Theme Component - New component for managing theme configuration and customization.
Enhanced Features
Added support for taupe, mauve, mist, and olive neutral colors. Improved hover effects on Select components.
Better Navigation
NavigationMenu now supports tooltips in horizontal orientation and chip badges in items.
Forms & Validation
Form component now includes HTML5 validation for programmatic submit.
- Toast duplicate prevention with pulse animation
- Belarusian language support
- DashboardSidebar/Header
autoCloseprop - ScrollArea
skipMeasurementvirtualize option
v4.4.0 (January 2026)
Calendar Enhancements
Added
weekNumbers prop for displaying week numbers in the Calendar component.Editor Updates
New
placeholder.mode prop, taskList handler, and support for code inside links.InputMenu Features
Added
clear prop and viewportRef exposure for infinite scroll support.Component Props
New
by and valueKey props for better data handling across components.v4.3.0 (December 2025)
Editor Component
Brand new Editor component powered by TipTap for rich text editing.
ScrollArea Component
New ScrollArea component for custom scrollable containers with virtualization.
FormField Orientation
Added
orientation prop to FormField for horizontal and vertical layouts.Language Support
Added Basque, English (UK), and Lao language translations.
v4.2.0 (November 2025)
Input Components
New InputDate and InputTime components for date and time selection.
Data Slots
Added
data-slot attributes to all components for better styling control.FileUpload Preview
New
preview prop for FileUpload component with image previews.Modal Scrollable
Added
scrollable prop to Modal for better content overflow handling.v4.1.0 (October 2025)
Empty Component
New Empty component for displaying empty states in your application.
Virtualization
Implemented virtualization across components for better performance with large datasets.
Tree Features
Enhanced Tree component with global event handlers, checkbox support, and drag-drop examples.
Component Detection
Added experimental
componentDetection option for automatic component imports.Version 4.0.0 (September 2025)
Nuxt UI v4 was a major release that brought:- Nuxt 4 Compatibility - Full support for Nuxt 4
- UI Pro Integration - Imported all @nuxt/ui-pro components into the main package
- AI SDK v5 - Upgraded to Vercel AI SDK v5 for Chat components
- FieldGroup Rename - ButtonGroup renamed to FieldGroup for clarity
- Enhanced Types - Improved TypeScript support with better type inference
- Standard Schema - Replaced Joi and Yup with @standard-schema/spec for form validation
Stay Updated
GitHub Releases
View all releases with detailed release notes
Changelog
Read the complete changelog
npm Package
Check the latest version on npm
Migration Guides
When upgrading between major versions, refer to the migration guides:- v3 to v4 Migration Guide (if available)
- Check the changelog for breaking changes in each version
- Test your application thoroughly after upgrading
Nuxt UI follows semantic versioning. Breaking changes only occur in major versions.