Commit Graph

2942 Commits

Author SHA1 Message Date
Clément Ollivier ce456f8ed9
docs(introduction): add nuxt key features to the introduction (#8013)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-10-06 18:00:03 +02:00
Barbapapazes 9d7871f4f0
docs: fix path of nuxt config (#8021) 2022-10-06 17:59:35 +02:00
Krutie Patel 2310adbf5e
docs(getting-started): add `transitions` page (#7987)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-10-06 17:57:47 +02:00
Yaël Guilloux dc47c64f14
docs: use nuxt 3 and website theme (#5479)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-10-06 11:15:30 +02:00
Daniel Roe 92ff066ab2
fix(nuxt): don't prerender index.html with a server (#7831) 2022-10-03 16:17:46 +02:00
MiniDigger | Martin 63c88056c7
fix(head): allow using the default slot for script content like noscript (#7858)
Co-authored-by: Martin Benndorf <martin.benndorf@gothaer.de>
2022-10-03 16:16:37 +02:00
Julien Huang e6ca07bdc0
fix(nuxt): remove fragment from `createClientOnly` (#7774)
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 (#7422)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-03 16:14:07 +02:00
Daniel Roe 5b8499cdba
chore: downgrade node v16 minor (#7865) 2022-10-03 16:07:00 +02:00
Daniel Roe 6c5cbc1e92
chore: revert back to links (for lerna support) (#7968) 2022-10-03 16:00:31 +02:00
Daniel Roe dab1b114bc
fix(test-utils): respect `setupTimeout` (#7866) 2022-10-03 15:48:03 +02:00
Daniel Roe d045deb9fd
docs: update `definePageMeta` docs (#7888) 2022-10-03 15:41:22 +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 c11630328d
ci(crawl): ignore `<a>` links without hrefs (#7925)
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` (#7930)
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 (#7931) 2022-10-03 15:35:52 +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 e2212ee106
chore: deduplicate `esbuild` versions 2022-10-01 20:36:28 +01:00
AuroraTea bda866050d
docs(examples): optimize writing of ` : ? ` (#7928) 2022-09-30 14:55:32 +02:00
Fumihiro-Yano bea2848246
docs: add newline at end of sass import (#7810) 2022-09-30 08:14:38 +02:00
Clément Ollivier b2d1730cd1
docs: merge deployment pages in getting started (#7765) 2022-09-30 08:12:58 +02:00
Christian Preston 2e080c259f
feat(nuxi): support `--dotenv` for `dev`, `build` and `preview` commands (#7660) 2022-09-26 12:36:10 +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
Josh Deltener 198576a741
docs: updated nuxt bridge migration guide (#7775)
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` (#7781) 2022-09-26 11:36:01 +02:00
renovate[bot] 0f8bd6db10
chore(deps): update all non-major dependencies (#7770) 2022-09-26 11:24:23 +02:00
Julien Huang 555b43095d
docs(guide): add nitro plugins to server directory (#7780) 2022-09-26 11:24:03 +02:00
Xezard 51ff394f23
docs(roadmap): update the release times for v2 and v3 (#7808) 2022-09-26 11:22:27 +02:00
Julien Huang 76f463298e
docs: document nitro hooks (#7782)
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 (#7809) 2022-09-26 11:16:34 +02:00
菜狗 a68a7fe07d
refactor(nuxt): use `unref` in `fetch.ts` (#7813) 2022-09-26 11:13:30 +02:00
chenying 30277da960
refactor(nuxt): use `unref` in `layout.ts` (#7818)
Co-authored-by: chenying <1770365139@qq.com>
2022-09-26 11:12:20 +02:00
Clément Ollivier 71ef8bd3ff
docs(migration): restructure upgrade guide (#7730) 2022-09-22 17:24:32 +02:00
Daniel Roe 2894a75bc8
fix(nuxt): respect immediate option in `useFetch` (#7720) 2022-09-22 15:55:29 +02:00
Daniel Roe b68cf0706d
fix(nuxt): do not warn for non-existent default layout (#7748) 2022-09-22 15:54:55 +02:00
Daniel Roe 1c26e07141
feat(nuxt): support `redirect` within page metadata (#7746) 2022-09-22 15:54:34 +02:00
renovate[bot] aec2e02bd3
chore(deps): update all non-major dependencies (#7741)
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` (#7728) 2022-09-22 15:51:13 +02:00
Daniel Roe 230af9c186
fix(nuxi): include `workspaceDir` in tsconfig include (#7726) 2022-09-22 15:50:40 +02:00
Yu Yamazaki b877b14f81
docs(error-handling): fix useError() type definition (#7749) 2022-09-22 15:23:46 +02:00
Reinier Kaper f4f6ed4304
docs(navigate-to): use await instead of return (#7734) 2022-09-22 15:23:07 +02:00
Lov`u`e dffec69cda
docs(directory-structure): fix typo in server (#7752) 2022-09-22 15:22:46 +02:00
Tobias Diez daf99c3cac
docs: recommend to not overwrite some keys in tsconfig (#7717) 2022-09-21 16:06:20 +02:00
Clément Ollivier 427b427d7e
docs(getting-started): configuration page (#7689)
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 (#7702)
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 (#7712) 2022-09-21 12:20:29 +02:00
Daniel Roe a9a8571e35
fix(nuxt): export and auto-import `clearNuxtData` (#7710) 2022-09-21 11:53:38 +02:00
renovate[bot] 9c9e20ee14
chore(deps): update devdependency playwright to ^1.26.0 (#7701)
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 (#7681)
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 (#7687) 2022-09-20 19:57:34 +02:00