1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 19:14:08 +00:00
Commit Graph

2140 Commits

Author SHA1 Message Date
Daniel Roe
c1ed6ecc3c
fix(nuxt): load payload after middleware and once final route is resolved () 2022-09-16 12:15:10 +02:00
pooya parsa
5605f1ce18
feat: allow disabling payload extraction () 2022-09-16 12:14:41 +02:00
Daniel Roe
f0ad1b02d9
fix(nuxi): print resolved public directory after generate () 2022-09-16 11:26:28 +02:00
pooya parsa
b933015850
feat(kit): useNitro() utility () 2022-09-15 18:10:50 +02:00
pooya parsa
43b9bcaeaf
fix(nuxi, vite): ipv6 support for nuxi dev ()
* fix(nuxi): ipv6 support for `nuxi dev`

* fix vite: use listener url directly

* add url to schema
2022-09-15 18:10:36 +02:00
Alexander Lichter
1f3d9a1e84
fix(schema): only disallow vite server port and host () 2022-09-15 14:21:58 +02:00
pooya parsa
4b4558c2be
fix(nuxt): remove modulepreload for spa fallback routes with ssr:true () 2022-09-15 14:20:16 +02:00
Daniel Roe
5855ba4684
fix(nuxt): pass fully resolved path to nitro dist files () 2022-09-15 13:24:43 +02:00
Daniel Roe
b2f147d5e2
fix(schema): update resolver for cssSourceMap with new sourcemap format [bridge] () 2022-09-15 13:10:36 +02:00
pooya parsa
9426b54562
fix(vite): nuxi dev --https working out of the box () 2022-09-15 13:01:52 +02:00
renovate[bot]
d882d36805
chore(deps): update dependency vue-bundle-renderer to ^0.4.3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-15 12:53:32 +02:00
pooya parsa
a18f17797a
fix(nuxi): improved self-signed certificate for nuxi dev --https () 2022-09-15 12:49:12 +02:00
Daniel Roe
3ed63a6b70
fix(nuxt): do not pass prefetched class to custom link () 2022-09-15 09:52:21 +02:00
renovate[bot]
391ba89243
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-15 09:47:31 +02:00
pooya parsa
6e18237e7a
fix(nuxt): disable payload extraction for spa generated pages () 2022-09-15 09:31:55 +02:00
renovate[bot]
471097cbe6
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14 19:29:21 +02:00
pooya parsa
94377b1901
v3.0.0-rc.10 () 2022-09-14 18:27:11 +02:00
pooya parsa
09c42fd886
fix(vite): disable server warmup with vite-node () 2022-09-14 17:59:56 +02:00
pooya parsa
326d62803b
fix(vite): show formatted vite-node errors () 2022-09-14 17:58:28 +02:00
Mahdi Boomeri
f76c0fe450
docs(schema): change srcDir example to src/ () 2022-09-14 17:25:07 +02:00
pooya parsa
9ee5ca2b47
feat(nuxt): generate spa fallback for nuxt generate () 2022-09-14 17:16:24 +02:00
renovate[bot]
b8cb206dd0
chore(deps): update dependency c12 to ^0.2.12 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14 17:16:06 +02:00
pooya parsa
9024d76165
fix(nuxt): add payload.client plugin only for production build () 2022-09-14 15:01:02 +02:00
pooya parsa
ac0b3a63a2
feat(nuxt, kit): auto import defineNuxtConfig () 2022-09-14 13:10:10 +02:00
renovate[bot]
aaac46980c
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14 12:41:49 +02:00
pooya parsa
c98e5c774d perf: enable treeshakeClientOnly flag by default () 2022-09-14 12:41:12 +02:00
pooya parsa
3a60bf69ce
perf(nuxt): import defineNuxtConfig from nuxt/config () 2022-09-14 12:37:30 +02:00
Daniel Roe
5d79ed5f9e
feat(nuxt): allow passing transition & keepalive props to <NuxtPage> () 2022-09-14 12:34:16 +02:00
Daniel Roe
ee75b48526
refactor(nuxt): use relative imports into composables () 2022-09-14 11:22:03 +02:00
Daniel Roe
40d090745b
fix(nuxt): only delete assets when building () 2022-09-13 23:57:58 +02:00
Alex Liu
addcb5cd47
feat(nuxt): support prefetching <nuxt-link> ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 22:20:23 +02:00
renovate[bot]
65481d4d3d
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-13 20:57:14 +02:00
Daniel Roe
31de18100c
perf(nuxt): only inject preload helper when webpack is used () 2022-09-13 12:57:14 +02:00
renovate[bot]
1be5e4170b
chore(deps): update dependency strip-literal to ^0.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-13 12:55:12 +02:00
Daniel Roe
3753ea0ead
feat(nuxt): add workspaceDir option and add it to modulesDir () 2022-09-12 22:06:17 +02:00
pooya parsa
ceb61ada2b
refactor(schema): upgrade to untyped 0.5 () 2022-09-12 20:22:41 +02:00
Daniel Roe
9382b42d7b
fix(vite): don't fail builds for virtual modules that don't support inlining () 2022-09-12 17:14:11 +02:00
Daniel Roe
13dc0b94c4
feat(nuxt): allow exposing type augmentations from extends layers () 2022-09-12 15:41:15 +02:00
Daniel Roe
5893dc201f
fix(nuxt): augment GlobalComponents from @vue/runtime-core () 2022-09-12 15:40:44 +02:00
renovate[bot]
e2daa50960
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-12 12:17:38 +02:00
Daniel Roe
d5078168be
fix(vite): use same asset filenames between server and client () 2022-09-12 12:12:41 +02:00
Daniel Roe
46240a8c14
test(nuxt): add tests for import protection plugin () 2022-09-12 11:23:37 +02:00
Daniel Roe
563cf7c1c9
fix(nuxt): use more specific FetchError for useFetch errors () 2022-09-12 11:23:19 +02:00
pooya parsa
888bd7c145
feat(nuxt): payload rendering support ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-10 15:57:16 +02:00
renovate[bot]
674b53b3f9
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-10 15:39:55 +02:00
pooya parsa
270055b86d
feat(cli)!: use giget 0.1x with template registry for nuxi init () 2022-09-10 15:37:25 +02:00
Daniel Roe
9abc7a2122
fix(nuxt): do not apply import protection to top-level resolution () 2022-09-10 13:51:17 +02:00
Daniel Roe
83949c3734
fix(nuxt): always inline entry styles () 2022-09-10 11:43:17 +02:00
Daniel Roe
e60d03b940
fix(nuxt): de-default layout/component imports () 2022-09-10 11:41:32 +02:00
Daniel Roe
0ab29f6f2a
fix(vite): write dev manifest before spa build () 2022-09-09 12:28:07 +02:00