Anthony Fu
3888b0c338
fix: sourcemap support for nuxt:components-loader
( #3439 )
2022-02-28 20:20:41 +01:00
Daniel Roe
754ff0c9e7
feat: .nuxtignore
support and isIgnored
kit utility ( #3424 )
2022-02-28 17:11:46 +01:00
Dizzy
d6102de08f
fix: remove redundant call to generateApp
( #3426 )
2022-02-28 15:49:41 +01:00
Daniel Roe
52d22feaea
fix(nuxt3): share scanned components with loader ( #3396 )
...
* fix(nuxt3): share scanned components with loader
* refactor: remove `src` type from input
* fix: remove old `src: ''` option
* fix: use shared context for extending components too
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-02-28 11:07:20 +01:00
Daniel Roe
ac63401700
fix(nuxt3): don't add superfluous templates ( #3366 )
2022-02-25 11:16:24 +01:00
Daniel Roe
bb31df9944
fix(nuxt3): respect dirs as objects ( #3364 )
2022-02-24 17:20:49 +01:00
Daniel Roe
87eb7d0d39
perf!(nuxt3): disable global components by default ( #3305 )
2022-02-18 10:37:11 +01:00
Daniel Roe
8adff2edf7
fix(nuxt3): generate imports for components with named exports correctly ( #3288 )
2022-02-17 15:23:55 +01:00
Anthony Fu
b2438917b9
perf(vite): bypass unchanged plugin transform ( #3150 )
2022-02-10 10:30:34 +01:00
Anthony Fu
cb663b0285
chore(vite): unifiy vite plugin naming ( #3151 )
2022-02-10 10:29:49 +01:00
pooya parsa
03d5fdde2d
feat(kit)!: expose resolvePath
( #3110 )
2022-02-07 22:00:20 +01:00
pooya parsa
790a54897a
feat!(nuxt3): extends support for components/
directory ( #3108 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-02-07 21:48:25 +01:00
Daniel Roe
29171bd105
fix: sanitize import filenames in generated imports ( #2216 )
2022-02-07 14:45:47 +01:00
Daniel Roe
c1148d4d77
refactor: write declarations to <buildDir>/types
( #3067 )
...
* refactor: write declarations to `<buildDir>/types`
* fix: update relative imports
2022-02-07 11:20:01 +01:00
Daniel Roe
d20b672546
fix(nuxt3): hotfix for missing components declaration ( #2949 )
2022-01-27 13:46:28 +01:00
renovate[bot]
4de167e246
chore(deps): update dependency globby to v12 ( #2659 )
2022-01-13 19:21:49 +01:00
Anthony Fu
11becef735
refactor: update internal modules signature( #2610 )
2022-01-05 19:09:53 +01:00
Daniel Roe
3eed5cb193
fix(nuxt3): ignore tests within components directory ( #2347 )
2021-12-17 10:30:36 +01:00
pooya parsa
d68318f9d5
refactor: split schema to @nuxt/schema
and simplify kit ( #2059 )
2021-11-21 17:14:46 +01:00
Daniel Roe
4fe1fc881c
feat(kit): add more specific typings for schema ( #1988 )
2021-11-19 13:22:27 +01:00
fgiraud
6b873f15bc
chore(nuxt3): add tests, comments and example for components scan ( #1455 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-15 17:22:46 +01:00
Daniel Roe
0dd86de586
fix(nuxt3): use nuxt extensions for component discovery ( #1649 )
2021-11-02 16:27:42 +01:00
Daniel Roe
8ad5d89a15
fix(nuxt3): only add ref if types were generated ( #1606 )
2021-11-02 10:38:32 +01:00
pooya parsa
4e424d0d10
feat(nuxt3): support components with global: false
and always enable transform ( #1578 )
2021-10-29 13:36:55 +02:00
pooya parsa
035e9b5e8b
refactor: rename app
to vueApp
( #1177 )
2021-10-18 20:31:37 +02:00
Xin Du (Clark)
dbbce5fcfa
feat(kit): add components types ( #1164 )
2021-10-18 14:49:02 +02:00
Daniel Roe
117b3aa524
fix(nuxt3): destructure components options ( #1165 )
2021-10-18 13:59:31 +02:00
Xin Du (Clark)
185366ec2d
fix(nuxt3): correct compoennts hooks parameters types ( #1157 )
2021-10-18 11:54:29 +02:00
Xin Du (Clark)
6cfe98941d
fix(kit): add missing nuxt hooks types ( #971 )
2021-10-18 10:14:22 +02:00
Daniel Roe
5cf293ea88
fix(nuxt3): move export to top level ( #626 )
...
* fixes issue of module augmentation
2021-10-02 23:06:57 +02:00
Daniel Roe
337bd3d2b4
chore(nuxt3): remove last upath
reference ( #588 )
2021-09-29 11:55:55 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe ( #553 )
2021-09-27 14:49:36 +02:00
Xin Du (Clark)
c4e46881cc
refactor(components): use inline templates ( #555 )
2021-09-23 19:57:37 +02:00
Ahad Birang
d3582bf1e8
fix: components template path ( #447 )
2021-08-16 11:08:47 +02:00
Pooya Parsa
91c6ef57e7
fix(nuxt3): resolve dist dir by top level module
2021-08-11 23:26:47 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3
( #439 )
2021-08-11 22:28:38 +02:00