Commit Graph

3541 Commits

Author SHA1 Message Date
Daniel Roe 2b75414f47
perf(nuxt): cache result of importing styles module (#18734) 2023-02-03 04:50:17 -08:00
Daniel Roe 03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected (#18733) 2023-02-03 03:55:58 -08:00
aimer-fan 5eaeb4f83d
docs: Improve routing `validate` example (#18728) 2023-02-03 01:25:47 -08:00
renovate[bot] fcd63a0e18
chore(deps): update all non-major dependencies (main) (#18708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-02 13:35:40 -08:00
Rémi Robichet 97b4e6e234
docs: fix broken link to esm section (#18716) 2023-02-02 08:09:55 -08:00
Daniel Roe cb0860ba6c
fix(nuxt): make `onNuxtReady` safe to run on server-side (#18706) 2023-02-02 05:27:48 -08:00
renovate[bot] cce4df1cb9
chore(deps): update all non-major dependencies (main) (#18694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-02 03:51:23 -08:00
Daniel Roe 09114125c1 ci: allow manually dispatching nightly nuxt2 build 2023-02-02 11:02:00 +00:00
Daniel Roe 21badd9f2b ci: fix ref for 2.x branch 2023-02-02 10:50:16 +00:00
Daniel Roe dd0e2643c4 ci: publish nightly `nuxt-edge` for nuxt v2 2023-02-02 00:36:51 +00:00
Daniel Roe d496703fb4
docs: mention options api equivalent for `head()` (#18650) 2023-02-01 19:12:42 +00:00
Daniel Roe 727cf7958f chore: update `2.x` branch name 2023-02-01 18:38:15 +00:00
renovate[bot] 434d36b532
chore(deps): update all non-major dependencies (main) (#18664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 05:56:10 -08:00
Daniel Roe a8874180a1
docs: add `.env` to directory structure and improve config docs (#18594) 2023-02-01 03:53:04 -08:00
pooya parsa 637b88304e
fix(kit): avoid adding already installed modules to internal `_installedModules` (#18647) 2023-01-31 17:44:19 +01:00
Daniel Roe d1a79a95a6
perf(vite): use compiled regexp for test (#18646) 2023-01-31 08:38:18 -08:00
Florent Delerue 968a652be7
docs: fix buttons width on getting started(#18643)
* docs(landing): fix getting started card buttons

* docs: remove content
2023-01-31 15:16:14 +01:00
Daniel Roe b864fa04a7
fix(vite): ensure `__publicAssetsURL` set before loading assets (#18642) 2023-01-31 06:04:55 -08:00
Daniel Roe b7591e639d
perf(nuxt): simplify generated variable names (#18629) 2023-01-30 12:24:58 -08:00
Daniel Roe c9d0b2f6be
fix(test-utils): prevent orphaned processes and use baseURL when loading (#18623) 2023-01-30 12:21:02 -08:00
Daniel Roe a0085b70a3
fix(nuxt): dedupe vue-router (#18626) 2023-01-30 10:22:15 -08:00
Daniel Roe 5037dd6876
fix: use named export from `defu` in all places (#18624) 2023-01-30 04:09:48 -08:00
Tobias Diez d83dc797af
fix(kit): don't use default export of defu (#18589) 2023-01-30 03:50:24 -08:00
Daniel Roe f14f3815ff docs: fix array syntax 2023-01-30 11:13:28 +00:00
Daniel Roe d2c00dc467 docs: add note about directory import 2023-01-30 11:13:01 +00:00
Daniel Roe 6b2bc680b0 docs: add comment about needing to install `@types/node` manually 2023-01-30 10:56:30 +00:00
Jenni 7bdc07e66d
docs: add link to pages documentation to routing (#18602) 2023-01-30 02:14:24 -08:00
Arun Govil 41bb363709
docs: updated unreachable docus url in documentation (#18618) 2023-01-30 01:53:10 -08:00
Daniel Roe aa646f0655 test(nuxt): exclude new internal vue `assertNumber` helper 2023-01-29 14:06:53 +00:00
Daniel Roe b8f6243621
fix(nuxt): provide fallback values for undefined runtime config (#18586) 2023-01-28 07:18:04 -08:00
华晨 6c4cf5cdcb
docs: remove unnecessary `JSON.stringify()` (#18590) 2023-01-28 07:14:46 -08:00
华晨 64b835c707
docs: use `defineEventHandler()` to avoid warnings (#18557)
Avoid the warning:

> [h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.
2023-01-26 16:49:32 +01:00
华晨 5c7715813d
docs: mention head composable as alternative to `useHead` (#18552) 2023-01-26 05:48:52 -08:00
Inesh Bose 98b5c89a5a
docs: mention virtual file system (#18546) 2023-01-26 03:57:44 -08:00
Theo Ephraim 95f45b3fc5
docs: update `vue-gtag` plugin example (#18528) 2023-01-25 22:48:37 -08:00
renovate[bot] ec977c5877
chore(deps): update all non-major dependencies (main) (#18537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 22:39:42 -08:00
Daniel Roe deb0837c16
chore: bump version to v3.1.1 (#18524) 2023-01-25 14:04:45 -08:00
Daniel Roe 7d812db9e8
fix(nuxt): augment interfaces exported from `vue` (#18505) 2023-01-25 07:59:02 -08:00
华晨 026511b697
docs: keep `app.vue` file name consistent (#18517)
Use `app.vue` instead of `App.vue`.
2023-01-25 16:34:43 +01:00
Fabian B 3fcfa33142
docs: add info about server-components async limits (#18513) 2023-01-25 05:10:25 -08:00
Daniel Roe 1d68b51c2c
fix(nuxt): async transform for inline middleware (#18460) 2023-01-25 04:52:00 -08:00
renovate[bot] 527dfbb5cf
chore(deps): update all non-major dependencies (main) (#18510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 04:44:25 -08:00
Daniel Roe 23e5f980ea
fix(vite): ensure newly created pages do not return 404 (#18447)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-01-25 04:24:58 -08:00
Daniel Roe fdb31f418f
fix(nuxt): don't render unknown components with placeholder (#18494) 2023-01-25 02:30:59 -08:00
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00
Daniel Roe 9751c9dab7
fix(nuxt): do not override inferred type of `<NuxtPage>` (#18495) 2023-01-25 00:44:59 -08:00
Daniel Roe 6e7ebc4484 chore: update licence title 2023-01-24 22:23:47 +00:00
Mahdi Boomeri b2e246a1cd
docs: remove useNuxtData release alert (#18488) 2023-01-24 19:11:05 +00:00
Daniel Roe c552d1b420
v3.1.0 (#18406) 2023-01-24 16:47:20 +00:00
Daniel Roe 1d9eef401a
chore: upgrade nitropack to v2 (#18483) 2023-01-24 16:43:51 +00:00