1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 22:13:28 +00:00
Commit Graph

2936 Commits

Author SHA1 Message Date
Julien Huang
e6ca07bdc0
fix(nuxt): remove fragment from createClientOnly ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: jhuang@hsk-partners.com <jhuang@hsk-partners.com>
2022-10-03 16:14:55 +02:00
Julien Huang
2c8c21209b
fix(nuxt): fix lazy import of .client components ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-03 16:14:07 +02:00
Daniel Roe
5b8499cdba
chore: downgrade node v16 minor () 2022-10-03 16:07:00 +02:00
Daniel Roe
6c5cbc1e92
chore: revert back to links (for lerna support) () 2022-10-03 16:00:31 +02:00
Daniel Roe
dab1b114bc
fix(test-utils): respect setupTimeout () 2022-10-03 15:48:03 +02:00
Daniel Roe
d045deb9fd
docs: update definePageMeta docs () 2022-10-03 15:41:22 +02:00
Daniel Roe
a3fd4193ce
fix(nuxt): allow auto-import component with same filename () 2022-10-03 15:38:43 +02:00
Daniel Roe
c11630328d
ci(crawl): ignore <a> links without hrefs ()
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-10-03 15:38:06 +02:00
Daniel Roe
d25dafef49
fix(vite): add type-checker to client build for ssr: false ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-10-03 15:37:36 +02:00
Daniel Roe
6d3dc3b280
chore: clean up some root workspace dependencies () 2022-10-03 15:35:52 +02:00
Daniel Roe
4823b17836
fix(nuxt): handle schema types for relative module paths () 2022-10-03 15:32:01 +02:00
Daniel Roe
e2212ee106
chore: deduplicate esbuild versions 2022-10-01 20:36:28 +01:00
AuroraTea
bda866050d
docs(examples): optimize writing of : ? () 2022-09-30 14:55:32 +02:00
Fumihiro-Yano
bea2848246
docs: add newline at end of sass import () 2022-09-30 08:14:38 +02:00
Clément Ollivier
b2d1730cd1
docs: merge deployment pages in getting started () 2022-09-30 08:12:58 +02:00
Christian Preston
2e080c259f
feat(nuxi): support --dotenv for dev, build and preview commands () 2022-09-26 12:36:10 +02:00
Daniel Roe
4c5048826c
fix(nuxt): don't disable scripts in dev mode with experimental noScripts () 2022-09-26 11:52:43 +02:00
Josh Deltener
198576a741
docs: updated nuxt bridge migration guide ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-26 11:37:31 +02:00
Niklas
9a11d24eb9
docs(roadmap): remove not working link from nuxt/auth () 2022-09-26 11:36:01 +02:00
renovate[bot]
0f8bd6db10
chore(deps): update all non-major dependencies () 2022-09-26 11:24:23 +02:00
Julien Huang
555b43095d
docs(guide): add nitro plugins to server directory () 2022-09-26 11:24:03 +02:00
Xezard
51ff394f23
docs(roadmap): update the release times for v2 and v3 () 2022-09-26 11:22:27 +02:00
Julien Huang
76f463298e
docs: document nitro hooks ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-09-26 11:18:50 +02:00
Daniel Roe
c0e99c7273
fix(nuxt): respect baseURL when rendering payload path () 2022-09-26 11:16:34 +02:00
菜狗
a68a7fe07d
refactor(nuxt): use unref in fetch.ts () 2022-09-26 11:13:30 +02:00
chenying
30277da960
refactor(nuxt): use unref in layout.ts ()
Co-authored-by: chenying <1770365139@qq.com>
2022-09-26 11:12:20 +02:00
Clément Ollivier
71ef8bd3ff
docs(migration): restructure upgrade guide () 2022-09-22 17:24:32 +02:00
Daniel Roe
2894a75bc8
fix(nuxt): respect immediate option in useFetch () 2022-09-22 15:55:29 +02:00
Daniel Roe
b68cf0706d
fix(nuxt): do not warn for non-existent default layout () 2022-09-22 15:54:55 +02:00
Daniel Roe
1c26e07141
feat(nuxt): support redirect within page metadata () 2022-09-22 15:54:34 +02:00
renovate[bot]
aec2e02bd3
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-22 15:52:55 +02:00
Daniel Roe
084188e7de
fix(nuxi): stub defineNuxtConfig for nuxi info () 2022-09-22 15:51:13 +02:00
Daniel Roe
230af9c186
fix(nuxi): include workspaceDir in tsconfig include () 2022-09-22 15:50:40 +02:00
Yu Yamazaki
b877b14f81
docs(error-handling): fix useError() type definition () 2022-09-22 15:23:46 +02:00
Reinier Kaper
f4f6ed4304
docs(navigate-to): use await instead of return () 2022-09-22 15:23:07 +02:00
Lov`u`e
dffec69cda
docs(directory-structure): fix typo in server () 2022-09-22 15:22:46 +02:00
Tobias Diez
daf99c3cac
docs: recommend to not overwrite some keys in tsconfig () 2022-09-21 16:06:20 +02:00
Clément Ollivier
427b427d7e
docs(getting-started): configuration page ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-21 12:37:32 +02:00
renovate[bot]
09fa42d00b
chore(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-21 12:23:57 +02:00
Daniel Roe
0640a6c7a4
fix(test-utils): support vitest v0.20.x () 2022-09-21 12:20:29 +02:00
Daniel Roe
a9a8571e35
fix(nuxt): export and auto-import clearNuxtData () 2022-09-21 11:53:38 +02:00
renovate[bot]
9c9e20ee14
chore(deps): update devdependency playwright to ^1.26.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-20 22:43:20 +02:00
renovate[bot]
1a0465c8cd
chore(deps): update devdependency changelogen to ^0.3.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-20 22:18:41 +02:00
Lov`u`e
523d61711e
docs(getting-started): fix typo in views () 2022-09-20 19:57:34 +02:00
pooya parsa
6309d223bb
v3.0.0-rc.11 () 2022-09-20 18:38:31 +02:00
Pooya Parsa
896622e2eb chore: update lockfile 2022-09-20 12:57:06 +02:00
Pooya Parsa
dd303536b0 chore(deps): bump nitropack to 0.5.4 2022-09-20 12:55:39 +02:00
pooya parsa
720da64b12
fix(nuxi, vite): support https with custom domain and hmr () 2022-09-20 12:54:52 +02:00
Clément Ollivier
d47572e55e
docs(getting-started): add views page ()
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 () 2022-09-20 11:29:22 +02:00