What's Changed
Vue Package Fixes
Added 6 missing Vue component exports and registry entries:
| Component | Description |
|---|---|
| Dropzone | Drag-and-drop file upload with preview |
| EmptyState | Empty state placeholders with 8 presets |
| Kbd | Keyboard shortcut display |
| Spinner | Loading spinner (5 variants) |
| StatCard | Statistics card for dashboards |
| Stepper | Multi-step wizard component |
These components already existed in the Vue package but were not exported or available via the shadcn-vue CLI.
Registry
- Vue registry now generates 60 component files (was 54)
Full Changelog: v2.8.2...v2.8.3