Daniel Roe
|
5a88510cb7
|
feat(kit): add updateTemplates utility (#8413)
|
2022-10-24 10:53:02 +02:00 |
|
pooya parsa
|
418b5671ff
|
fix: update h3 (#8329)
|
2022-10-19 15:59:11 +02:00 |
|
Daniel Roe
|
3333ef8dae
|
chore(nuxt): add type for headers (#8326)
|
2022-10-19 15:28:38 +02:00 |
|
Dmitriy
|
d82d145a0b
|
fix(nuxt): pass original request headers to the error page (#7340)
|
2022-10-19 15:03:01 +02:00 |
|
pooya parsa
|
2b2a5f3f89
|
fix(nuxt): ignore cache rules for middleware and errors (#8291)
|
2022-10-18 20:01:23 +02:00 |
|
Daniel Roe
|
cfaa46201a
|
fix(nuxt): lazy-load entry CSS (#8278)
|
2022-10-18 18:13:50 +02:00 |
|
Anthony Fu
|
e18da780a8
|
chore: upgrade unplugin to 0.10.x (#8271)
|
2022-10-18 11:36:06 +02:00 |
|
Daniel Roe
|
96a8807abf
|
fix(nuxt): allow disabling early hints (#8264)
|
2022-10-17 22:20:13 +02:00 |
|
Daniel Roe
|
7ebd1558ee
|
refactor: use getRouteRules (#8251)
|
2022-10-17 15:55:29 +02:00 |
|
Daniel Roe
|
2a4ebfb18b
|
perf(nuxt): improve link prefetching (#8225)
|
2022-10-17 13:15:29 +02:00 |
|
Daniel Roe
|
9388e65971
|
refactor(nuxt): use h3 early hints util (#8245)
|
2022-10-17 11:16:19 +02:00 |
|
pooya parsa
|
895ecc7677
|
feat!: upgrade to nitropack@0.6 and h3@0.8 (#8218)
|
2022-10-15 20:42:57 +02:00 |
|
Daniel Roe
|
6dcff8e428
|
feat(nuxt): add hook debug mode (#7690)
|
2022-10-15 12:56:15 +02:00 |
|
Alex
|
6ef6eae2c7
|
fix(nuxt): don't inline styles for per-request ssr: false (#8106)
Co-authored-by: Alex C <alex.canals@jkweb.ch>
|
2022-10-12 09:50:16 +01:00 |
|
Daniel Roe
|
5f003a9738
|
feat(nuxt): add ssr route rule to enable SPA mode (#7938)
|
2022-10-11 17:03:52 +01:00 |
|
Daniel Roe
|
5a2616cfee
|
perf(nitro): respond with early hints in node-based environments (#7893)
|
2022-10-10 12:02:35 +01:00 |
|
Daniel Roe
|
81a8a25834
|
feat(schema, nuxt): allow user-configurable serverDir (#7868)
|
2022-10-10 11:49:44 +01:00 |
|
mmis1000
|
c404cb1be4
|
fix(nuxt): page hydration and double load (#7940)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-10-08 16:18:57 +02:00 |
|
Daniel Roe
|
1477d3759e
|
feat(nuxt): allow configuring plugins directory (#7981)
|
2022-10-07 09:13:12 +02:00 |
|
Daniel Roe
|
92ff066ab2
|
fix(nuxt): don't prerender index.html with a server (#7831)
|
2022-10-03 16:17:46 +02:00 |
|
Daniel Roe
|
4823b17836
|
fix(nuxt): handle schema types for relative module paths (#7946)
|
2022-10-03 15:32:01 +02:00 |
|
Daniel Roe
|
4c5048826c
|
fix(nuxt): don't disable scripts in dev mode with experimental noScripts (#7745)
|
2022-09-26 11:52:43 +02:00 |
|
Daniel Roe
|
c0e99c7273
|
fix(nuxt): respect baseURL when rendering payload path (#7809)
|
2022-09-26 11:16:34 +02:00 |
|
pooya parsa
|
1ebdef77a6
|
fix(nuxt): keep state in the initial state instead of extracting it (#7567)
|
2022-09-16 12:49:00 +02:00 |
|
pooya parsa
|
5605f1ce18
|
feat: allow disabling payload extraction (#7588)
|
2022-09-16 12:14:41 +02:00 |
|
pooya parsa
|
b933015850
|
feat(kit): useNitro() utility (#7557)
|
2022-09-15 18:10:50 +02:00 |
|
pooya parsa
|
4b4558c2be
|
fix(nuxt): remove modulepreload for spa fallback routes with ssr:true (#7553)
|
2022-09-15 14:20:16 +02:00 |
|
Daniel Roe
|
5855ba4684
|
fix(nuxt): pass fully resolved path to nitro dist files (#7494)
|
2022-09-15 13:24:43 +02:00 |
|
pooya parsa
|
6e18237e7a
|
fix(nuxt): disable payload extraction for spa generated pages (#7535)
|
2022-09-15 09:31:55 +02:00 |
|
pooya parsa
|
9ee5ca2b47
|
feat(nuxt): generate spa fallback for nuxt generate (#7507)
|
2022-09-14 17:16:24 +02:00 |
|
pooya parsa
|
9024d76165
|
fix(nuxt): add payload.client plugin only for production build (#7498)
|
2022-09-14 15:01:02 +02:00 |
|
pooya parsa
|
ac0b3a63a2
|
feat(nuxt, kit): auto import defineNuxtConfig (#7497)
|
2022-09-14 13:10:10 +02:00 |
|
pooya parsa
|
3a60bf69ce
|
perf(nuxt): import defineNuxtConfig from nuxt/config (#7485)
|
2022-09-14 12:37:30 +02:00 |
|
Daniel Roe
|
40d090745b
|
fix(nuxt): only delete assets when building (#7486)
|
2022-09-13 23:57:58 +02:00 |
|
Daniel Roe
|
31de18100c
|
perf(nuxt): only inject preload helper when webpack is used (#7460)
|
2022-09-13 12:57:14 +02:00 |
|
Daniel Roe
|
3753ea0ead
|
feat(nuxt): add workspaceDir option and add it to modulesDir (#7439)
|
2022-09-12 22:06:17 +02:00 |
|
pooya parsa
|
ceb61ada2b
|
refactor(schema): upgrade to untyped 0.5 (#7452)
|
2022-09-12 20:22:41 +02:00 |
|
Daniel Roe
|
13dc0b94c4
|
feat(nuxt): allow exposing type augmentations from extends layers (#7442)
|
2022-09-12 15:41:15 +02:00 |
|
Daniel Roe
|
46240a8c14
|
test(nuxt): add tests for import protection plugin (#7416)
|
2022-09-12 11:23:37 +02:00 |
|
pooya parsa
|
888bd7c145
|
feat(nuxt): payload rendering support (#6455)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-09-10 15:57:16 +02:00 |
|
Daniel Roe
|
9abc7a2122
|
fix(nuxt): do not apply import protection to top-level resolution (#7344)
|
2022-09-10 13:51:17 +02:00 |
|
Daniel Roe
|
83949c3734
|
fix(nuxt): always inline entry styles (#7386)
|
2022-09-10 11:43:17 +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 |
|
Daniel Roe
|
1ca294e125
|
fix(nuxt): don't override payload error if it is present (#7290)
|
2022-09-06 18:21:53 +02:00 |
|
Daniel Roe
|
a931667111
|
feat(kit): add addImportsSources utility (#7270)
|
2022-09-06 12:17:41 +02:00 |
|
Daniel Roe
|
cc87d2a37a
|
feat(nuxt): support experimental flag to render no client-side js (#7248)
|
2022-09-05 15:46:47 +02:00 |
|
Pooya Parsa
|
80a66dc5af
|
chore(deps): update nitropack to 0.5.1
|
2022-09-05 13:03:42 +02:00 |
|
Daniel Roe
|
de62520990
|
feat(nuxt, vite): inline global and component styles in server response (#7160)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-09-03 15:03:30 +02:00 |
|
Pooya Parsa
|
ee20a00f65
|
chore: fix typo in deprecation messages
|
2022-09-03 12:35:16 +02:00 |
|