Anthony Fu
100dfa6653
fix(nuxi): show base url in terminal ( #5337 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-12 14:12:33 +02:00
Pooya Parsa
01700002d8
chore: update lockfile
2022-07-12 13:51:09 +02:00
renovate[bot]
303c8a51b6
chore(deps): update all non-major dependencies ( #5831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 13:50:11 +02:00
pooya parsa
56a3f1b615
fix(nuxt): extend nitro routes instead of overriding ( #5828 )
2022-07-12 12:56:40 +02:00
Daniel Roe
1840b96335
refactor(nuxt): add import protection to nitro config ( #5847 )
2022-07-12 12:55:32 +02:00
Daniel Roe
2d70507d1c
fix(nuxt): only tree-shake composables on their own lines ( #5850 )
2022-07-12 12:55:12 +02:00
Bob Olde Hampsink
8685bfa9e9
fix(test-utils): update vitest import path with .mjs
( #5817 )
2022-07-11 17:37:21 +02:00
renovate[bot]
b8db1c1ff6
chore(deps): update all non-major dependencies ( #5799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-11 15:57:59 +02:00
Cupid Valentine
2f0bd1b762
docs: update nuxt-link.md
( #5819 )
2022-07-11 12:35:30 +01:00
Cupid Valentine
6322d35b3f
docs: add missing dot ( #5815 )
2022-07-11 10:46:20 +02:00
Cupid Valentine
57130b4fbc
docs: use toUTCString
in useAsyncData
example ( #5798 )
2022-07-11 10:45:01 +02:00
Cupid Valentine
ac4e09b36b
docs: use defineLazyHandler
in wasm example ( #5797 )
2022-07-11 10:41:56 +02:00
renovate[bot]
c695f71ed3
chore(deps): update all non-major dependencies ( #5779 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-08 14:42:43 +02:00
Daniel Roe
b045b7141b
fix(nuxt): don't return stub function from tree-shaken composables ( #5786 )
2022-07-08 14:42:26 +02:00
Thibault Vlacich
728a0a5ef4
docs: fix link to NuxtLoadingIndicator
component src ( #5776 )
2022-07-07 21:35:47 +02:00
renovate[bot]
5a210ad67c
chore(deps): update devdependency playwright to ^1.23.2 ( #5775 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-07 21:12:30 +02:00
Krutie Patel
3d3445377d
docs(api): add anavigateTo
docs ( #5701 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:48:10 +02:00
Clément Ollivier
58ca6c17f2
docs: add content directory to directory-structure ( #5755 )
...
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:27:34 +02:00
Anthony Fu
c95a48c632
feat(nuxt): add <NuxtLoadingIndicator>
component ( #5121 )
...
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 19:59:55 +02:00
Francisco Buceta
38e0fa6e1e
feat(nuxt3): support custom
prop for <nuxt-link>
( #4249 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-07-07 19:28:23 +02:00
Mourad EL CADI
c88e1716ab
docs: useFetch
uses isomorphic $fetch
( #5769 )
2022-07-07 19:03:46 +02:00
pooya parsa
f321a56e63
fix(nuxt): use virtual server stub with ssr: false
( #5773 )
2022-07-07 18:51:42 +02:00
renovate[bot]
079ff4439c
chore(deps): update dependency ufo to ^0.8.5 ( #5772 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-07 18:29:39 +02:00
Daniel Roe
23546a270c
feat(nuxt): automatically generate unique keys for keyed composables ( #4955 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-07 18:26:04 +02:00
Daniel Roe
4d607080f5
feat(nuxt): tree-shake client and server-only composables ( #5749 )
2022-07-07 18:04:38 +02:00
renovate[bot]
5c323ca195
chore(deps): update all non-major dependencies ( #5712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-07 17:30:10 +02:00
Daniel Roe
271262e10a
feat(nuxt): prerender all pages by default ( #5709 )
2022-07-07 17:07:37 +02:00
Daniel Roe
5e419e75c4
fix: pin vue-router to 4.0 semver-minor ( #5767 )
2022-07-07 17:04:06 +02:00
Sébastien Chopin
b00ef356f5
docs: fix Vite check for Nuxt 3 ( #5768 )
2022-07-07 16:53:08 +02:00
Anthony Fu
ad8b5f9703
fix(vite): fix vite-node
circular reference ( #5764 )
2022-07-07 11:00:30 +02:00
Pooya Parsa
8d2f805770
fix(nuxt): handle undefined
when applying defaults for useAsyncData
...
issue appeared as a regression of #5660
2022-07-07 00:12:31 +02:00
Daniel Roe
00c1daebaf
fix(vite): do not inline dynamic imports in server ( #5506 )
...
* fix(vite): do not inline dynamic imports in server
* chore: add link to upstream pr
2022-07-06 21:19:16 +02:00
mrauhu
93d60a30de
feat(nuxt): allow passing custom fetch options to useFetch
( #5660 )
2022-07-06 21:17:59 +02:00
Daniel Roe
b5f5f7d5ba
perf(nuxt)!: remove legacy app context ( #5630 )
2022-07-06 21:15:00 +02:00
Paranoid
dd436eabae
docs(plugins): add directive example ( #5667 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-06 21:10:29 +02:00
Daniel Roe
f09d1d88da
fix(nuxt): update useFetch
key warning to include any function or blob ( #5710 )
...
* fix(nuxt): update `useFetch` key warning to include any function or blob
* Update packages/nuxt/src/app/composables/fetch.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-07-06 21:09:46 +02:00
Daniel Roe
490d686fe6
fix(nuxt): useRequestHeaders
type should allow for undefined
values ( #5748 )
2022-07-06 21:00:08 +02:00
Daniel Roe
aa9950cfb3
docs(api): update commands with new NODE_ENV
behavior ( #5739 )
2022-07-06 20:39:02 +02:00
Daniel Roe
8ffe2a33a7
fix(webpack): transpile vue-demi
( #5721 )
2022-07-06 20:23:05 +02:00
renovate[bot]
00cd260804
chore(deps): update all non-major dependencies ( #5694 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-04 11:39:49 +02:00
renovate[bot]
b1470c0819
chore(deps): update all non-major dependencies ( #5687 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-01 12:37:12 +02:00
renovate[bot]
9df6d2f1d2
chore(deps): update all non-major dependencies ( #5588 )
...
* chore(deps): update all non-major dependencies
* update lockfile
* update unimport
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-01 12:02:57 +02:00
Daniel Roe
a41644e084
fix(kit): support adding server-only/client-only components separately ( #5686 )
2022-07-01 12:02:34 +02:00
Cupid Valentine
ff2b4d9fa4
docs: add full stop ( #5680 )
2022-07-01 11:01:14 +01:00
Cupid Valentine
0e3df24c8c
docs: update vuejs-development ( #5679 )
2022-07-01 11:19:45 +02:00
Daniel Roe
fe508f5d20
fix(nuxt): pass attrs and props to client-only components ( #5668 )
2022-06-30 16:08:05 +02:00
donatelloraphael
568fcaedfc
docs: clarify that definePageMeta
only works in the pages directory ( #5663 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-30 11:37:24 +02:00
Daniel Roe
d4b5ff2d9d
style(docs): lint whitespaces ( #5633 )
2022-06-27 14:30:13 +01:00
Krutie Patel
66279aab8b
docs(api): add docs for <NuxtPage>
component ( #5591 )
2022-06-27 14:14:52 +02:00
Daniel Roe
8c2c80e43e
feat(nuxt)!: support universal global middleware ( #5038 )
2022-06-27 14:10:29 +02:00