Releases: unovue/shadcn-vue
Releases · unovue/shadcn-vue
v2.4.3
🐞 Bug Fixes
- cli:
- Prevent duplicate keyframes when adding components - by @sadeghbarati (ee939)
- Handling of base style for add command - by @sadeghbarati (b8f44)
View changes on GitHub
v2.4.2
v2.4.1
🐞 Bug Fixes
- cli: Preserve intermediate directories when resolving nested file paths - by @sadeghbarati in #1607 (375e8)
View changes on GitHub
v2.4.0
🚀 Features
- Add modelValue prop to
NativeSelect- by @sainf (4621c) - cli:
- module:
- Support multiple component directories - by @cwandev and @sadeghbarati in #1597 (80780)
🐞 Bug Fixes
- Add missing API imports - by @jevin98 in #1560 (2b5e7)
- Pin zod version to 3.25.76 in registry deps to ensure vee-validate/zod works correctly - by @sadeghbarati (d771f)
- Uses data-active state as reka-ui applies it on NavigationMenuLink - by @benkroeger in #1592 (1e2fe)
- NativeSelect:
- Add bg and text color to option, add fallthroughAttributes - by @sadeghbarati in #1580 (f6ee5)
- cli:
- Prevent duplicate template traversal in icon transform - by @sadeghbarati (dc703)
- Fix
aliases.uiinconsistent behavior - by @jevin98 in #1598 (ae7f0) - Do not install baseStyle when adding registry:theme - by @sadeghbarati (7dcec)
- input-otp:
- native-select:
- Add bg and text color to optgroup - by @sadeghbarati (aec1f)
View changes on GitHub
v2.3.3
🐞 Bug Fixes
- StepperSeparator should use background color - by @meghprkh (97859)
- Calendar:
- Create yearRange once - by @benjamin-brady in #1548 (d744c)
- cli:
- Fix utils import transform when workspace alias does not start with @ - by @sadeghbarati in #1553 (b7ec5)
- docs:
- Correct user-facing imports in component demos - by @ace-of-aces in #1545 (7d7cf)
- Correct import alias for chart demos - by @ace-of-aces in #1551 (95313)
View changes on GitHub
v2.3.2
🚀 Features
- New
Itemcomponent - by @ace-of-aces in #1448 (a4b07) Fieldcomponent - by @sadeghbarati in #1461 (2ef48)- cli: New shadcn cli changes - by @sadeghbarati in #1493 (304cb)
🐞 Bug Fixes
- Button focus ring clipping - by @Whbbit1999 in #1445 (6c582)
- Checkbox: Checkbox alignment with grid - by @sadeghbarati in #1472 (2400f)
- cli: Add mcp command - by @oumarbarry in #1484 (81170)
View changes on GitHub
v2.3.1
🚀 Features
- Input-group component #1434 - by @Whbbit1999 and @zernonia in #1437 and #1434 (760e9)
Emptycomponent - by @ace-of-aces in #1438 (a76af)
🐞 Bug Fixes
- cli: Update getTsconfig opts to support jsconfig.json - by @sadeghbarati in #1442 (d51c0)
View changes on GitHub
v2.3.0
🚀 Features
- Kbd component - by @Whbbit1999 in #1429 (fa295)
- Button-group component - by @Whbbit1999 in #1431 (f5f52)
- Spinner component - by @ace-of-aces in #1432 (356f6)
- cli:
- Add
tsconfigfile detection based on the framework - by @sadeghbarati in #1330 (5a09f) - Add mcp support for codex - by @sadeghbarati in #1435 (8b172)
- Add
- icons:
🐞 Bug Fixes
- Add unovis charts to v4 registery - by @brickgale in #1338 (5b1f0)
- Get sidebar initial open state from cookie - by @danielkellyio in #1374 (b4742)
- Use destructive instead of destructive-foreground in form components - by @meghprkh in #1380 (2833a)
- Correct chart tooltip jsdocs comment and showGradient prop typo - by @BuptStEve (d143b)
- Accordion:
- NavigationMenuViewport:
- Stepper:
- button:
- SidebarTrigger SVG rendered too large - by @AiEmStylix in #1365 (a2d60)
- cli:
- Update import for utils alias - by @misbahansori in #1292 (715f3)
- Fix async imports not being transformed - by @sadeghbarati in #1417 (e551a)
- combobox,command:
- command:
- Remove unused methods from
Command.vueto fix vite build failure - by @muchengdong in #1377 (ba33a)
- Remove unused methods from
- form:
- Fix error when form item not inside
<Form>- by @Waleed-KH in #1420 (a8f40)
- Fix error when form item not inside
- module:
- Await component registration - by @cernymatej in #1398 (ecbc0)
- Replace hook with addComponentsDir - by @sadeghbarati in #1413 (a553e)
- pin-input:
- Enhance type safety by adding generic type support - by @pushpak1300 in #1381 and #1389 (5116c)
- sidebar:
View changes on GitHub
v2.2.0
🚨 Breaking Changes
- Remove label props from the
Separatorin tailwindcss v3 (www) - by @sadeghbarati in #1256 (0944b) - Update to
vue-sonnerv2 - by @sadeghbarati in #1257 (e2f6e)
🚀 Features
- Remaining cli changes - by @sadeghbarati in #1266 (83b29)
🐞 Bug Fixes
- CommandDialog title and description must be in DialogContent - by @benkroeger in #1194 (ad4c6)
- cli: Copy issue when add new components - by @4m1n0s in #1204 (ad3a9)