Daniel Roe
|
5a88510cb7
|
feat(kit): add updateTemplates utility (#8413)
|
2022-10-24 10:53:02 +02:00 |
|
renovate[bot]
|
2cf9009d33
|
chore(deps): update all non-major dependencies (#8222)
|
2022-10-17 12:23:51 +02:00 |
|
Julien Huang
|
ee41bb6d5d
|
feat(nuxt): wrap #components client exports with createClientOnly (#7412)
Co-authored-by: jhuang@hsk-partners.com <jhuang@hsk-partners.com>
|
2022-10-11 16:26:03 +01:00 |
|
Daniel Roe
|
26b1c9ca0e
|
feat(nuxt): parse html to treeshake client-only components (#7527)
|
2022-10-10 16:48:23 +01:00 |
|
Julien Huang
|
2c8c21209b
|
fix(nuxt): fix lazy import of .client components (#7422)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-10-03 16:14:07 +02:00 |
|
Daniel Roe
|
a3fd4193ce
|
fix(nuxt): allow auto-import component with same filename (#7713)
|
2022-10-03 15:38:43 +02:00 |
|
Daniel Roe
|
347abcd065
|
fix(nuxt): strip non-.vue extensions from component types (#7673)
|
2022-09-20 10:54:46 +02:00 |
|
Daniel Roe
|
f8a23564c3
|
fix(nuxt): don't treeshake client-only fallback templates (#7659)
|
2022-09-20 08:24:45 +02:00 |
|
Daniel Roe
|
5893dc201f
|
fix(nuxt): augment GlobalComponents from @vue/runtime-core (#7448)
|
2022-09-12 15:40:44 +02:00 |
|
Daniel Roe
|
e60d03b940
|
fix(nuxt): de-default layout/component imports (#7389)
|
2022-09-10 11:41:32 +02:00 |
|
Daniel Roe
|
eab4706614
|
feat: allow client-side sourcemaps in production (#7313)
|
2022-09-07 13:32:10 +02:00 |
|
Anthony Fu
|
96b5b8fd6d
|
fix(nuxt): import and wrap client-only components once (#7245)
|
2022-09-06 09:40:25 +02:00 |
|
Daniel Roe
|
a520185442
|
perf(nuxt): don't prefetch all global components (#7069)
|
2022-08-30 16:41:11 +02:00 |
|
Daniel Roe
|
f3499d788a
|
feat(nuxt): allow programmatically prefetching global components (#6661)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-23 21:12:22 +02:00 |
|
Anthony Fu
|
e1e39b7e79
|
refactor(nuxt, kit): improve type strictness (#6685)
|
2022-08-22 12:12:02 +02:00 |
|
Daniel Roe
|
80abca9d2a
|
fix(nuxt): ensure component helper methods do not create side-effects (#6789)
|
2022-08-22 10:50:11 +02:00 |
|
Julien Huang
|
a3a8706e43
|
fix(nuxt): include tag attrs for non self-closing tags in tree-shake regex (#6675)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-08-16 15:22:10 +02:00 |
|
Daniel Roe
|
8a28c430b0
|
fix(nuxt): add #components alias to tsconfig (#6634)
|
2022-08-15 15:10:08 +02:00 |
|
Daniel Roe
|
2ec2d9b484
|
fix(nuxt): remove stray commas in component templates (#6580)
|
2022-08-12 21:59:08 +02:00 |
|
Daniel Roe
|
70b024fbaa
|
fix(vite, nuxt): resolve relative to srcDir rather than rootDir (#6546)
|
2022-08-12 11:11:09 +02:00 |
|
Gregor Becker
|
0b22079409
|
fix(nuxt): ensure component dirs in node_modules have lower scanning priority (#6382)
|
2022-08-09 11:13:54 +02:00 |
|
Daniel Roe
|
4e2667fcb7
|
feat(nuxt): add support for components/global (#6070)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-27 15:05:34 +02:00 |
|
Daniel Roe
|
6c125bc941
|
fix(nuxt): don't ignore components dirs with same prefix (#6116)
|
2022-07-25 12:13:54 +02:00 |
|
Anthony Fu
|
416f98b6b4
|
fix(nuxt): auto import for components with external template (#6053)
|
2022-07-22 10:28:16 +02:00 |
|
Anthony Fu
|
b4b98041f0
|
fix(kit, nuxt): always sort globby results (#6029)
|
2022-07-21 12:46:50 +02:00 |
|
Daniel Roe
|
fa8b0f7c79
|
feat(vite)!: upgrade vite to v3 (#5398)
|
2022-07-21 12:44:33 +02:00 |
|
pooya parsa
|
2e85cd0252
|
refactor(nuxt): add treeshakeClientOnly experimental flag (#5934)
* refactor(nuxt): add `treeshakeClientOnly` experimental flag
* test: enable flag for fixture
|
2022-07-17 15:13:04 +02:00 |
|
Daniel Roe
|
df04a665ce
|
perf(nuxt): tree-shake client-only components from ssr bundle (#5750)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-14 19:46:12 +02:00 |
|
Daniel Roe
|
b5f5f7d5ba
|
perf(nuxt)!: remove legacy app context (#5630)
|
2022-07-06 21:15:00 +02:00 |
|
Daniel Roe
|
0f4fa5643f
|
fix(nuxt): ignore whitespace and commas within resolveComponent (#5428)
|
2022-06-12 23:22:15 +02:00 |
|
Anthony Fu
|
a862a67c80
|
feat(auto-import): custom include option (#4834)
|
2022-05-06 13:11:34 +02:00 |
|
Daniel Roe
|
650d12fa9c
|
feat: allow disabling sourcemap generation (#4509)
|
2022-04-22 17:35:42 +02:00 |
|
Daniel Roe
|
d469c9a6d7
|
fix(nuxt3): don't rely on auto-imports for defineAsyncComponent (#4454)
|
2022-04-20 12:20:49 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|