Releases: unovue/shadcn-vue
Releases · unovue/shadcn-vue
v0.6.1
🐞 Bug Fixes
- Add v-bind="$attrs" to DatePicker in Calendar - by @olemarius and @sadeghbarati in #117 (03e1f)
View changes on GitHub
v0.6.0
🚀 Features
- cli: Support
tailwind.config.mjs
file - by @Dunqing and @sadeghbarati in #120 (f4b5b)
View changes on GitHub
v0.5.0
v0.4.0
v0.3.2
v0.3.1
🐞 Bug Fixes
- Add emits to the tabs component - by @leogallot in #93 (22358)
- Hotfix for tabs wasn't import correctly - by @zernonia (7fd9e)
View changes on GitHub
v0.3.0
🚀 Features
⚠️ Important:
We've move useEmitAsProps
into radix-vue
, and introduced multiple useful composable as part of the utilities from the library.
Thus, please update radix-vue
to 0.4.1
😁
View changes on GitHub
v0.2.0
🐞 Bug Fixes
- Complete textarea - by @ahmedmayara (8b4a0)
Icon issue ⚠️
We've replaced the icons from using virtual files into @radix-icons/vue
. This solves the missing icon issue.
Please run npx shadcn-vue@latest add [component]
to reinstall the components.
Cheers!
View changes on GitHub
v0.1.9
🐞 Bug Fixes
- Ssr issue with popper components - by @zernonia (f192d)
- Update extension for tailwindconfig - by @zernonia in #68 (9b244)
- Dialog overlay background color - by @ahmedmayara in #76 (45eeb)
View changes on GitHub
v0.1.8
What's Changed
- chore: organize codebase by @mukundshah in #2
- chore: update project status by @mukundshah in #5
- feat: popover by @zernonia in #6
- feat: dialog, alertdialog by @zernonia in #9
- feat: select by @zernonia in #12
- chore: add more stuffs by @mukundshah in #14
- feat: add cli by @mukundshah in #16
- [Feature]: Sheet by @ahmedmayara in #23
- fix: fix alert dialog missing emits by @ahmedmayara in #22
- feat: add new-york style components by @ahmedmayara in #27
- feat: add new-york style demos and fix wrong icon in dropdown-menu an… by @ahmedmayara in #30
- feat: add themes by @ahmedmayara in #32
- style: prevent linked whitespace in footer by @vintagesucks in #37
- docs: fix link by @nhedger in #40
- fix(cli): break caused by non-existence of
tsconfig.app.json
by @Dunqing in #38 - fix(cli): shouldn't load tsconfig when typescript disabled by @Dunqing in #43
- chore: updated invalid link and correct shadecn naming by @kn0wn in #46
- feat: add profile section in forms example by @ahmedmayara in #44
- refactor(apps/www): use
vite
postcss depdendecy, usetsx
instead ofts-node
by @sadeghbarati in #42 - feat: add combobox, commands by @zernonia in #52
- feat: add
taze
by @sadeghbarati in #48 - fix: component and utils alias does not update imports in file by @libondev in #53
- feat(cli): support remove type when non-typescript by @Dunqing in #45
- fix(cli): should move
detype
todependencies
by @Dunqing in #61 - feat: improve installation section to accommodate other frameworks by @zernonia in #63
- docs: improve the installation section for each component by @selemondev in #50
- feat: add command palette by @ahmedmayara in #59
- feat(cli): add overwrite confirmation for existing components by @Dunqing in #66
- feat(cli): support adding all components by @Dunqing in #65
New Contributors
- @mukundshah made their first contribution in #2
- @zernonia made their first contribution in #6
- @ahmedmayara made their first contribution in #23
- @vintagesucks made their first contribution in #37
- @nhedger made their first contribution in #40
- @Dunqing made their first contribution in #38
- @kn0wn made their first contribution in #46
- @sadeghbarati made their first contribution in #42
- @libondev made their first contribution in #53
- @selemondev made their first contribution in #50
Full Changelog: https://github.com/radix-vue/shadcn-vue/commits/v0.1.8