Gary Thomas
9d66d15801
fix: allow .ts or .js extension in module package ( #225 )
...
* fix: allow .ts or .js extension in module package
* Update module.ts to replace node:path with pathe package
2023-12-30 00:22:32 +03:30
zernonia
c75b40245f
docs: add missing API references
2023-12-23 11:47:15 +08:00
zernonia
eccfc9940d
chore: update test snapshot
2023-12-21 09:11:07 +08:00
zernonia
3a049d53ad
test: include radix-vue in deps
2023-12-21 09:10:15 +08:00
zernonia
2513dc5429
chore: release v0.8.5
2023-12-21 09:07:47 +08:00
Sadegh Barati
010e377669
fix: avoid failing resolve types by adding radix-vue to project deps in shadcn-vue init before the add command ( #216 )
...
* fix: avoid failing resolve types by adding `radix-vue` to project deps in `init` command
* chore: add `shell-emulator` and remove `cross-env`
fix some registry example import path
* chore: remove additional `radix-vue` dependency from components registry
* chore: update `tsx` and `vue-tsc`
* fix: normalize `components:example` path to process `crawlExample` function correctly
* chore: build registry
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2023-12-21 09:06:14 +08:00
Sadegh Barati
b40321e3d9
docs: fix vee-validate checkbox and radio-group examples ( #213 )
...
* docs: fix checkbox and radio form examples
add type="checkbox|radio" and name in FormField
* docs: add `vee-validate` documentation link for checkbox and radio inputs
* chore: update `vee-validate` deps
2023-12-19 18:23:05 +03:30
Björn
96da2d8ffe
docs: change docs link in sheet component ( #211 )
2023-12-17 11:27:45 +03:30
sadeghbarati
f82e4011e6
chore: fix label for attribute in registry examples
...
`html-for` -> `for`
2023-12-12 10:02:55 +03:30
Sasa Markovic
24027aa1a1
docs: fix create project command typo ( #208 )
...
`create-next-app` -> `create-nuxt-app`
2023-12-12 09:49:39 +03:30
zernonia
269caf00b0
fix(Button): missing asChild ( #203 )
...
* fix: button should use primitive
* docs: fix missing NuxtLink import
* chore: build registry
2023-12-06 09:59:36 +08:00
sadeghbarati
58bad186dc
chore: fix ThemingLayout.vue TooltipContent color in dark mode
2023-12-02 09:23:19 +03:30
Josh Larsen
c38624cb50
fix: theme switcher current colors ( #198 )
...
* fix border color
* match bg color closer to border
* fix tooltip bg color
2023-12-02 06:15:11 +03:30
zernonia
3778a51feb
chore: release v0.8.4
2023-12-01 11:55:53 +08:00
zernonia
7a09929887
chore: bump deps version
2023-12-01 11:55:46 +08:00
zernonia
1a1e229849
test: hide failing test temporary, fix test
2023-12-01 11:51:58 +08:00
zernonia
692191104d
chore: lint, fix frozen lockfile
2023-12-01 11:36:12 +08:00
zernonia
7586b5e15c
feat: Nuxt module ( #197 )
...
* feat: add nuxt module
* chore: bundle module
* chore: update package, readme
* docs: update nuxt installation with new module
* docs: remove Ui prefix to prevent confusion
* chore: cleanup
2023-12-01 11:31:27 +08:00
Sadegh Barati
caa8994d22
docs: add color-scheme ( #193 )
...
* docs: add `color-scheme` to doc
this change will fix **Choose File** text color in input file
* docs: fix `Nuxt` logo in light mode
* docs: fix line number highlight
2023-12-01 10:33:53 +08:00
Sadegh Barati
13ba39e2aa
fix: input duplicated class name, remove type="text" ( #194 )
...
If the **type** attribute is not specified, the default type is "text"
2023-12-01 10:32:06 +08:00
Youssef
e2d9e04daa
fix: Calendar transition bug ( #195 )
...
* fix: `calendar` transition glitch
* fix: calendar transition bugs
Added overflow hidden + z-index to the buttons
---------
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
2023-12-01 10:30:37 +08:00
Emir Büçkün
3a941e101e
docs: fix typo dialog.md ( #192 )
...
The dialogue title was incorrect. I deleted one of the two "sure" words.
2023-11-29 11:15:50 +03:30
Benjamin Gervan
4156bf6703
fix: checkbox icon off-center fix ( #184 )
...
* fix: checkbox icon off-center fix
* fix: checkbox icon off-center update fix
* fix: revert box-content
2023-11-26 01:23:05 -08:00
zernonia
8d1dfe8da9
docs: fix demo after refactoring
2023-11-25 23:56:25 +08:00
Lucas Goyeche
89874ca324
feat(cli): add collapsible animations by default ( #186 )
...
* feat(cli): add collapsible animations by default
* docs: add collapsible animation instructions
2023-11-25 13:52:37 +08:00
zernonia
a9c3c8709f
chore: release v0.8.3
2023-11-25 09:55:28 +08:00
zernonia
9074d75d96
chore: update deps
2023-11-25 09:55:16 +08:00
Ole Marius Løset
c242a7955a
add vue-tsc typecheck before build registry ( #182 )
...
* chore: add vue-tsc script
* fix: remove non existent props from ModelSelector
* fix: add basic typing for files
* fix: fix Artwork object in demo
* fix: use DatePickerModel from v-calendar on modelValue
Fixes vue-tsc validation errors
* chore: add `@vue/tsconfig`
* refactor: extracted types from v-calendar
---------
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
2023-11-20 14:22:36 +03:30
Ole Marius Løset
87da925085
refactor: use pathe instead of node:path ( #179 )
...
Closes #178
2023-11-18 08:55:21 +08:00
Anonimus Programus
cbb40522dc
fix: add missing presentation role in new-york style ( #175 )
...
A <div role="presentation"> is missing from "new-york" but exists in "default"
2023-11-17 17:39:19 +03:30
Rishabh Dubey
71f5ce3c04
docs(form): fix closing of form tags in VeeValidate document ( #171 )
2023-11-14 13:26:55 +03:30
zernonia
31a7198b70
chore: bump radix-vue version
2023-11-13 23:28:32 +08:00
Anonimus Programus
de4f12c38a
docs: Update TeamSwitcher.vue ( #167 )
2023-11-13 13:46:36 +03:30
zernonia
447b7a021a
fix: devops revert publish pipeline
2023-11-13 17:39:23 +08:00
Anonimus Programus
c07223a92c
chore: Update DatePicker.vue ( #165 )
...
unused last line
2023-11-13 11:43:37 +03:30
Selemondev
46892bf9c9
docs: add shadcn/vue VSCode extension ( #163 )
...
* docs(app): #162 add shadcn/vue VSCode extension
This pull request is intended to add the shadcn/vue VSCode extension to the installation guide.
Closes : #162
* docs: update announcement
* docs: credit, and format the text
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2023-11-12 16:07:23 +08:00
Sadegh Barati
3ea532a5b4
fix: set default node version to 18 in CodeSandbox ( #164 )
2023-11-12 09:26:36 +03:30
zernonia
31b701429f
chore: release v0.8.2
2023-11-10 17:38:54 +08:00
zernonia
5da2eefd50
chore: update registry
2023-11-10 17:37:52 +08:00
zernonia
6e5963ebe9
fix: also parse tyepscript file ( #159 )
2023-11-10 17:36:18 +08:00
zernonia
9d8035566f
fix: toggle A all not working ( #157 )
2023-11-10 17:21:46 +08:00
Youssef
e26d73416b
docs: fix announcement typo ( #155 )
2023-11-09 23:01:33 +08:00
zernonia
ceb090d60d
fix: pipeline with some missing
2023-11-09 18:53:14 +08:00
Selemondev
e5cecae352
docs: Improve the API reference of all the components ( #152 )
...
* docs: improve the api reference of all the components
* docs(app): #152 add new-york theme
This pull request is intended to add the new-york theme for the newly created component examples.
Closes : #152
* chore: build registry
* chore: change usage of lucide icon in new-york
---------
Co-authored-by: zernonia <zernonia@gmail.com>
2023-11-09 18:42:01 +08:00
Sadegh Barati
a2c5834255
docs: fix nuxt.config.ts configuration for auto-import components directories ( #154 )
...
* docs: fix `nuxt.config.ts` components installiation step
* docs: add `pathPrefix`: false
2023-11-09 18:12:22 +08:00
zernonia
4fcfb4edf2
fix: missing dependencies for calendar
2023-11-06 13:30:45 +08:00
zernonia
670b12c4c9
chore: release v0.8.1
2023-11-06 12:48:03 +08:00
zernonia
cd3c767c71
chore: update registry ( #151 )
...
* fix: missing dependencies after import
* fix: demo component paths incorrect with subfolder
2023-11-06 12:47:31 +08:00
Sadegh Barati
3e74fe7de6
docs: fix component preview alias path ( #150 )
...
* chore: update deps
* docs: fix alias path
2023-11-04 21:07:41 +08:00
Pratik Patel
8332ab6022
docs: Appearance Form Label Fix ( #149 )
2023-11-03 14:10:09 +03:30