Commit Graph

3017 Commits

Author SHA1 Message Date
Louis Haftmann
1e5aa85062
chore(nuxt): fix typo (#6971) 2022-08-26 12:09:29 +02:00
Richard Schloss
b87c365891
docs: update link to pinia nuxt module (#6952) 2022-08-25 19:12:10 +02:00
Sébastien Chopin
3ee8129399
docs: update stormkit link 2022-08-25 16:07:46 +02:00
Anthony Fu
dc62dde299
chore(ci): set timeout for each step (#6923) 2022-08-25 10:59:59 +02:00
renovate[bot]
44d4531780
chore(deps): update all non-major dependencies (#6913)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-25 09:15:47 +02:00
Krutie Patel
6ba770c6f8
docs(api): add addRouteMiddleware util (#6894)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-08-24 22:20:22 +02:00
Daniel Roe
403e0e6e6d
fix(nuxt): lazy composables shouldn't block setup in ssr: false (#6901) 2022-08-24 21:05:28 +02:00
Yaël Guilloux
1700bf822e
feat(nuxt): app.config improvements (#6905) 2022-08-24 18:35:02 +02:00
Alexander Lichter
a4dfe232f0
feat(nuxt): navigateTo supports external redirects (#5022)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-24 18:04:56 +02:00
Anthony Fu
856c2a6fbd
feat(nuxt): imports.autoImport option to disable auto-imports (#6768) 2022-08-24 10:44:38 +02:00
renovate[bot]
5254b037b8
chore(deps): update devdependency @types/node to ^16.11.56 (#6889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 10:40:35 +02:00
Alex Kozack
422d5c4fb5
fix(nuxi): build all types on typecheck command (#5437) 2022-08-23 23:04:26 +02:00
renovate[bot]
1347f4b5a0
chore(deps): update all non-major dependencies (#6885)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-23 23:01:41 +02:00
pooya parsa
b836e17078
chore(deps): update hookable to 2.x (#6883) 2022-08-23 22:47:07 +02:00
Conrawl Rogers
5ef135650f
feat(nuxi): support mode flags for add command (#3921)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 22:44:25 +02:00
Daniel Roe
f3499d788a
feat(nuxt): allow programmatically prefetching global components (#6661)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 21:12:22 +02:00
HomWang
1bce4df00a
docs(examples): add jsx example (#6870)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 21:08:35 +02:00
renovate[bot]
91b4e6c4ef
chore(deps): update dependency h3 to ^0.7.16 (#6873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-23 16:24:35 +02:00
Daniel Roe
fc82b3b340
feat(nuxt): config options for default keepalive, page & layout transitions (#5859) 2022-08-23 16:24:20 +02:00
Anthony Fu
fd94351ee9
refactor(nuxt)!: rename autoImports to imports (#6864)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 16:22:11 +02:00
Daniel Roe
45f39be4fa
fix(nuxt): pass analyze options through to nitro (#6871) 2022-08-23 15:54:39 +02:00
Daniel Roe
51dc73628c
feat!(schema): enable external vue by default (#6868) 2022-08-23 13:35:00 +02:00
Daniel Roe
cfb7e59171
feat(nuxt): add warning in dev mode if layouts/pages do not have a single root node (#5469) 2022-08-23 12:25:48 +02:00
renovate[bot]
2802638ea8
chore(deps): update devdependency @types/node to ^16.11.54 (#6860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-23 10:44:12 +02:00
Daniel Roe
aab90efc19
fix(nuxt): throw hard error on initial spa load if aborted (#6857) 2022-08-23 10:42:54 +02:00
renovate[bot]
347df12e9a
chore(deps): update dependency @babel/core to ^7.18.13 (#6848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 18:28:44 +02:00
TheColaber
9f1ecd14c4
feat(nuxt): allow getRouteFromPath to use objects (#5900) 2022-08-22 18:08:43 +02:00
HomWang
39a6054a44
docs(composables): add nested and plugin injection examples (#6743)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:33:28 +02:00
Krutie Patel
dc6b6ce621
docs(api): add useNuxtApp composable (#6786)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:25:54 +02:00
renovate[bot]
ede727d1ba
chore(deps): update dependency vue-router to ^4.1.4 (#6844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 16:44:21 +02:00
HomWang
746196f1b0
docs(plugins): add note about composable usage (#6744)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 16:09:12 +02:00
Lexpeartha
cf5ba86747
docs(api): add missing kit utilities (#6841) 2022-08-22 15:32:34 +02:00
renovate[bot]
0ffd6a2151
chore(deps): update devdependency @unocss/reset to ^0.45.12 (#6838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 14:35:25 +02:00
Anthony Fu
e1e39b7e79
refactor(nuxt, kit): improve type strictness (#6685) 2022-08-22 12:12:02 +02:00
renovate[bot]
cdc75373d4
chore(deps): update dependency mlly to ^0.5.14 (#6830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 11:25:19 +02:00
renovate[bot]
c71dd082cd
chore(deps): update dependency webpack-bundle-analyzer to ^4.6.1 (#6829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 11:17:47 +02:00
pooya parsa
3b2b22e384
fix(nuxt): use deep assignment for app.config hmr (#6788) 2022-08-22 11:14:25 +02:00
renovate[bot]
7e2fbcfb1d
chore(deps): update all non-major dependencies (#6785)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 10:50:29 +02:00
Daniel Roe
80abca9d2a
fix(nuxt): ensure component helper methods do not create side-effects (#6789) 2022-08-22 10:50:11 +02:00
Qin Guan
ae39a821b5
docs: use updated h3 utils (#6818) 2022-08-22 10:49:27 +02:00
renovate[bot]
d3ccb79920
chore(deps): update dependency rollup to ^2.78.1 (#6765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-19 10:44:20 +02:00
Umut Aktaş
ee25a15db3
docs(api): add <NuxtWelcome /> component docs (#6745) 2022-08-19 01:17:51 +02:00
Pooya Parsa
ad63817522 build: update unbuild and pkg-types
resolves #6749
2022-08-19 01:04:19 +02:00
renovate[bot]
aeeeef5b95
chore(deps): update all non-major dependencies (#6746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 14:12:07 +02:00
__Catalina
40f0c82324
docs: fix typo in defineEventHandler example (#6741) 2022-08-18 13:38:01 +02:00
Daniel Roe
9ef2709159
docs: make wording slightly clearer (#6740) 2022-08-18 10:40:24 +02:00
renovate[bot]
504e19ab39
chore(deps): update devdependency @unocss/reset to ^0.45.8 (#6737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 10:12:50 +02:00
Daniel Roe
faf00f526f
fix(vite): dedupe vue in client bundle (#6735) 2022-08-18 10:06:37 +02:00
Anthony Fu
43e6c0295f
fix(vite): improve vite-node module invalidation (#6736) 2022-08-18 10:05:37 +02:00
Julien Huang
c688e1898c
fix(nuxt): pass params to client-only slot (#6584) 2022-08-17 17:26:51 +02:00