Commit Graph

2938 Commits

Author SHA1 Message Date
Clément Ollivier d47572e55e
docs(getting-started): add views page (#7556)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-20 11:30:17 +02:00
Daniel Roe 98ce2e6492
fix(nuxt): only observe tag elements for `<NuxtLink>` prefetching (#7679) 2022-09-20 11:29:22 +02:00
Clément Ollivier 42c086223f
docs(testing): move modules testing section to module authors guide (#7643) 2022-09-20 11:12:08 +02:00
Krutie Patel f82a4b67a3
docs(api): add `defineNuxtComponent` utils (#7618)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-20 11:09:29 +02:00
Daniel Roe 347abcd065
fix(nuxt): strip non-`.vue` extensions from component types (#7673) 2022-09-20 10:54:46 +02:00
renovate[bot] 334e2aba4b
chore(deps): update all non-major dependencies (#7674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-20 10:49:39 +02:00
renovate[bot] df72a3eb34
chore(deps): update all non-major dependencies (#7649) 2022-09-20 10:20:03 +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 42cf48e45d
fix(vite, webpack): handle auto keys for composables without args (#7651) 2022-09-19 16:45:28 +02:00
Daniel Roe f536bf5548
fix(vite, webpack): avoid generating keys where a key is already provided (#7622) 2022-09-19 11:34:42 +02:00
pooya parsa 57a8a8694a
fix(vite-node): include importer in error stack (#7607) 2022-09-19 11:28:38 +02:00
Julien Huang c4fe8525ef
fix(nuxt): add missing `process.client` for early redirect in navigateTo (#7625) 2022-09-19 10:54:35 +02:00
renovate[bot] fc41df04a5
chore(deps): update all non-major dependencies (#7561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 10:46:33 +02:00
YIngChenIt 80699686b3
docs: add `addImportsSources` to list of kit utils (#7636) 2022-09-19 10:46:11 +02:00
Daniel Roe fcf08c95be
docs: fix typo in nitro options in wasm example (#7639) 2022-09-19 10:44:32 +02:00
pooya parsa abd0feb368
fix(vite): respect `ctx.nuxt.options.modulesDir` for resolving externals with `vite-node` (#7612) 2022-09-17 00:29:41 +02:00
Pooya Parsa 8621c86055 docs: fix typo in custom router example
closes #7600
2022-09-16 20:36:19 +02:00
Pooya Parsa f0a2d622b2 docs: remove edge banners for rc.10 2022-09-16 20:34:40 +02:00
Daniel Roe 5bc654495a
fix(vite): include id and stack in `vite-node` fallback error handler (#7575)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-16 20:12:52 +02:00
pooya parsa cfaca9c5c7
fix(vite): normalize vite-node error data from server (#7589) 2022-09-16 19:43:35 +02:00
Daniel Roe 2b57bfe36c
fix(nuxi): backward compatibility for kit <= rc.10 without `useNitro` (#7593) 2022-09-16 19:27:50 +02:00
Alper Doğan 43d1eac09d
docs: fix typo on directory-structure/pages (#7601) 2022-09-16 16:32:35 +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
Daniel Roe c1ed6ecc3c
fix(nuxt): load payload after middleware and once final route is resolved (#7574) 2022-09-16 12:15:10 +02:00
pooya parsa 5605f1ce18
feat: allow disabling payload extraction (#7588) 2022-09-16 12:14:41 +02:00
Daniel Roe f0ad1b02d9
fix(nuxi): print resolved public directory after generate (#7577) 2022-09-16 11:26:28 +02:00
pooya parsa b933015850
feat(kit): `useNitro()` utility (#7557) 2022-09-15 18:10:50 +02:00
pooya parsa 43b9bcaeaf
fix(nuxi, vite): ipv6 support for `nuxi dev` (#7560)
* 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 (#7554) 2022-09-15 14:21:58 +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
Pooya Parsa 950cb60bd5 docs: remove misleading edge info
#7547
2022-09-15 13:36:01 +02:00
Daniel Roe 5855ba4684
fix(nuxt): pass fully resolved path to nitro dist files (#7494) 2022-09-15 13:24:43 +02:00
Lexpeartha 4d91ededb1
docs: add testing and `addComponent` to modules and update `addImports` (#7543) 2022-09-15 13:20:53 +02:00
Daniel Roe b2f147d5e2
fix(schema): update resolver for `cssSourceMap` with new `sourcemap` format [bridge] (#7541) 2022-09-15 13:10:36 +02:00
pooya parsa 9426b54562
fix(vite): `nuxi dev --https` working out of the box (#7547) 2022-09-15 13:01:52 +02:00
renovate[bot] d882d36805
chore(deps): update dependency vue-bundle-renderer to ^0.4.3 (#7546)
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` (#7545) 2022-09-15 12:49:12 +02:00
Pooya Parsa 4775ee8e31 docs: improve NuxtLink prefetch explanation (#7540) 2022-09-15 12:17:57 +02:00
Clément Ollivier f0005e6684
docs: add note about link prefetching (#7540) 2022-09-15 10:29:30 +01:00
Daniel Roe 3ed63a6b70
fix(nuxt): do not pass prefetched class to custom link (#7522) 2022-09-15 09:52:21 +02:00
renovate[bot] 391ba89243
chore(deps): update all non-major dependencies (#7523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-15 09:47:31 +02:00
YIngChenIt d97d6bdbe1
docs: update auto-imports link (#7530)
Co-authored-by: chenying <1770365139@qq.com>
2022-09-15 09:47:09 +02:00
pooya parsa 6e18237e7a
fix(nuxt): disable payload extraction for spa generated pages (#7535) 2022-09-15 09:31:55 +02:00
renovate[bot] 471097cbe6
chore(deps): update all non-major dependencies (#7508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14 19:29:21 +02:00
pooya parsa 5973df1e96
chore: update examples to `^3.0.0-rc.10` and use global `defineNuxtConfig` (#7515) 2022-09-14 19:26:43 +02:00
pooya parsa 94377b1901
v3.0.0-rc.10 (#7374) 2022-09-14 18:27:11 +02:00
pooya parsa 09c42fd886
fix(vite): disable server warmup with `vite-node` (#7512) 2022-09-14 17:59:56 +02:00
pooya parsa 326d62803b
fix(vite): show formatted vite-node errors (#7509) 2022-09-14 17:58:28 +02:00
Pooya Parsa e822c02cdc chore: update lockfile 2022-09-14 17:49:14 +02:00
Daniel Roe e4f81922b6
chore: fix lockfile 2022-09-14 16:38:02 +01:00