Daniel Roe
74c11dc662
perf(nuxt): use getters when constructing reactive routes ( #21957 )
2023-07-05 14:33:12 +02:00
Daniel Roe
d0dde6426f
fix(nuxt): preserve old vnode when leaving nested route ( #21823 )
2023-07-05 12:39:39 +02:00
Julien Huang
52a427d583
fix(nuxt): use $fetch.raw
in dev client mode for islands ( #21904 )
2023-07-05 11:48:01 +02:00
Anthony Fu
28e91a7aad
fix(nuxt): regenerate imports after template ( #21934 )
2023-07-05 11:25:21 +02:00
ChronicStone
fd2b36a64d
fix(nuxt): support custom route name meta with typedPages
( #21659 )
2023-07-04 06:24:50 +01:00
Daniel Roe
435ac87961
perf(nuxt): allow hmr for server components in dev mode ( #21916 )
2023-07-04 05:21:27 +01:00
Julien Huang
9f5130d06b
fix(nuxt): stop loading indicator on navigation failure ( #21751 )
2023-07-03 12:14:17 +01:00
Daniel Roe
87e01ccf0e
fix(nuxt): handle injecting multiple entry ids for styles ( #21864 )
2023-06-30 05:25:43 +01:00
Daniel Roe
669e9bcf2d
fix(nuxt): ensure static presets equivalent to nuxi generate
( #21860 )
2023-06-29 10:14:35 +01:00
Julien Huang
cc4cf68ed4
perf(nuxt): don't run island transform plugin if disabled ( #21844 )
2023-06-28 17:44:43 +01:00
renovate[bot]
07a0e9d412
chore(deps): update all non-major dependencies (main) ( #21833 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-06-28 15:43:04 +01:00
Daniel Roe
b108b1ee70
fix(nuxt): improve default prerender behaviour ( #21817 )
2023-06-28 15:17:19 +01:00
Daniel Roe
e023c06353
fix(nuxt, vite): do not use cjs utils to resolve/alias vue ( #21837 )
2023-06-28 14:49:50 +01:00
Daniel Roe
489b088836
fix(nuxt): only redirect if path is not the same as initial url ( #21815 )
2023-06-27 11:15:35 +01:00
Daniel Roe
9c8746f2a6
chore: prune internal unused code and exports ( #21809 )
2023-06-27 10:38:40 +01:00
Daniel Roe
4a7134f9b4
fix(nuxt): use starting index when transforming islands ( #21795 )
2023-06-26 19:32:02 +01:00
Anthony Fu
3550893227
fix(nuxt): support importing types from #imports
( #21796 )
2023-06-26 16:53:29 +01:00
Daniel Roe
4cc9a7135d
fix(nuxt): inline global css with ssr: false
route rule ( #21763 )
2023-06-25 22:50:42 +01:00
Daniel Roe
5b8370414a
fix(nuxt): augment nitro config within server context as well ( #21724 )
2023-06-25 17:40:53 +01:00
Daniel Roe
1cd48cbef9
fix(nuxt): escape colons in page paths ( #21731 )
2023-06-25 17:40:30 +01:00
Daniel Roe
c72bc95473
fix(nuxt): only remove one item from middleware ( #21730 )
2023-06-25 17:40:12 +01:00
Daniel Roe
6b8cb97d54
fix(nuxt): remove path
from SPA payload ( #21732 )
2023-06-25 17:38:51 +01:00
Daniel Roe
068ab19aab
fix(nuxt): respect false
to disable spa loading template ( #21739 )
2023-06-25 17:38:31 +01:00
Daniel Roe
88bc32d42a
fix(nuxt): proxy headers to islands + returned prerender hints ( #21740 )
2023-06-25 17:38:15 +01:00
Daniel Roe
789c8bfa95
fix(nuxt): use esbuild/acorn instead of typescript
dep ( #21729 )
2023-06-24 00:01:17 +01:00
Anthony Fu
adb1c122a7
fix(nuxt): fix error on layout switching ( #21450 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-06-23 11:02:01 +01:00
Daniel Roe
dd5dff37d5
fix(nuxt,schema): prefer unknown rather than any for signatures ( #21700 )
2023-06-22 14:14:21 +01:00
Daniel Roe
e00beddad6
fix(nuxt): add aliases and augmentations for nitro context ( #21680 )
2023-06-22 11:49:14 +01:00
Daniel Roe
14a7d95139
fix(nuxt): use static nitro build if possible ( #21655 )
2023-06-22 11:00:50 +01:00
Daniel Roe
be3f6f7018
feat(nuxt): update devdependency nitropack to v2.5.1 ( #21696 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 10:38:26 +01:00
Daniel Roe
bd34a8c158
fix(nuxt): do not embed error path in payload ( #21671 )
2023-06-21 11:04:44 +01:00
Daniel Roe
c3c56c14ab
fix(nuxt): guard res.end()
calls with check if event is handled ( #21665 )
2023-06-21 07:07:02 +01:00
c-schwan
5460873161
fix(nuxt): move to @typescript-eslint/typescript-estree
( #21664 )
2023-06-20 22:01:31 +01:00
Daniel Roe
c66c82e6a0
feat(nuxt): allow configuring spa loading indicator ( #21640 )
2023-06-20 19:55:20 +01:00
Daniel Roe
343a46d5f9
fix(nuxt): inline css directly in root component ( #21573 )
2023-06-20 19:28:44 +01:00
Israel Ortuño
91ebcd7ee9
fix(nuxt): scroll to top in nested routes ( #21657 )
2023-06-20 17:14:56 +01:00
Daniel Roe
de639e7ef9
fix(nuxt): stop indicator when not changing page component ( #21656 )
2023-06-20 17:02:59 +01:00
Daniel Roe
b57d841614
fix(nuxt): post non-proxied cookie value via BroadcastChannel
( #21653 )
2023-06-20 17:02:13 +01:00
Daniel Roe
2abcc16cfb
perf(nuxt): extract and apply plugin order at build time ( #21611 )
2023-06-20 00:00:03 +01:00
Daniel Roe
bb4ed5e406
fix(nuxi): add back default baseUrl
in tsconfig.json
( #21632 )
2023-06-19 23:29:09 +01:00
Daniel Roe
3fd6c179e4
fix(nuxt): replace :
in rendered server components (for win) ( #21645 )
2023-06-19 23:06:46 +01:00
Daniel Roe
0e575ad5ab
feat(nuxt): expose useNuxtApp
to window for convenience ( #21636 )
2023-06-19 17:17:15 +01:00
Nozomu Ikuta
634829a08c
fix(nuxt): improve warning for invalid children of <Title>
( #21613 )
2023-06-17 22:37:05 +01:00
Daniel Roe
2a42a5f807
fix(nuxt): ensure prerendered components are treated as islands ( #21583 )
2023-06-16 15:47:59 +01:00
Quentin
7e74e7c2fc
feat(nuxt): start loading indicator state with middleware ( #21003 )
2023-06-16 15:47:20 +01:00
Rodrigo Pimentel
b37ec72f8a
feat(nuxt): emit error in ssr-error
event ( #21547 )
2023-06-14 19:44:43 +01:00
Nicolas Payot
187230b0c5
fix(nuxt): abort navigation when updating window.location
( #21521 )
2023-06-14 15:37:21 +01:00
Daniel Roe
19fc2828fb
perf(nuxt): use prerendered islands to serialise/revive payload ( #21461 )
2023-06-14 10:09:27 +01:00
Daniel Roe
05a8c2d955
fix(nuxt): respect query/hash for external routes in navigateTo
( #21500 )
2023-06-11 22:27:02 +01:00
Daniel Roe
03186d6d44
fix(nuxt): don't disable vue endpoint in dev mode ( #21524 )
2023-06-11 21:41:22 +01:00
Julien Huang
41d34ca67d
feat(nuxt): allow accessing NuxtLayout
ref via layoutRef
( #19465 )
2023-06-10 23:17:14 +01:00
Julien Huang
319935fc95
feat(nuxt): allow accessing NuxtPage
ref via pageRef
( #19403 )
2023-06-10 23:13:33 +01:00
Edward Hibbert
13aae836e8
perf(nuxt): import error component synchronously ( #21406 )
2023-06-10 10:11:26 +01:00
Daniel Roe
acdc28a99e
fix(nuxi,nuxt): remove baseUrl + use relative paths in tsconfig ( #21081 )
2023-06-09 23:19:42 +01:00
Nicolas Payot
c884a95f0f
feat(nuxt): return status
from useAsyncData
( #21045 )
2023-06-09 22:38:14 +01:00
Jongmin Yoon
31a1b98f3f
feat(nuxt): provide clearNuxtState
composable ( #21409 )
2023-06-09 22:22:21 +01:00
Anthony Fu
02ba4b30ac
fix(nuxt): fix typo on nitro.autoImport
option ( #21485 )
2023-06-09 10:15:33 +01:00
Julien Huang
ed5732196d
fix(nuxt): prefix server component ids to avoid collisions ( #21472 )
2023-06-08 21:55:21 +01:00
Wilson Pinto
5a25fca475
fix(nuxt): add missing vue types ( #21445 )
2023-06-07 20:49:19 +01:00
Wilson Pinto
c4e5ac83bf
feat(nuxt): add open
option in navigateTo
helper ( #21333 )
2023-06-07 20:27:00 +01:00
pooya parsa
05f3decfa9
fix(nuxt): avoid early returning renderer with empty response ( #21439 )
2023-06-07 14:11:59 +01:00
Daniel Roe
7710ed30fa
fix(nuxt): skip vue render when redirecting ( #21412 )
2023-06-07 13:18:50 +01:00
Anthony Fu
6d59a027c7
perf(nuxt): mark define functions as side-effect free at source ( #21434 )
2023-06-07 11:11:24 +01:00
John Jenkins
6bb0a849fe
feat(nuxt): add renderResult
to app:rendered
( #18610 )
2023-06-07 10:25:05 +01:00
Asher White
0bc38b7e19
fix(nuxt): replace BigInt literal with BigInt constructor ( #21427 )
2023-06-07 09:57:44 +01:00
Alexander B
a31899af65
feat(nuxt): sync useCookie
state between tabs ( #20970 )
2023-06-06 23:21:51 +01:00
Daniel Roe
370b84e909
fix(nuxt): handle page rendering on different path ( #21408 )
2023-06-06 22:47:32 +01:00
Daniel Roe
ec72066f91
fix(nuxt): key distinct pages differently for legacy asyncData ( #21263 )
2023-06-05 19:36:26 +01:00
Daniel Roe
05b577e550
fix(nuxt): support usage of std-env
in runtime code ( #21372 )
2023-06-05 19:23:38 +01:00
Daniel Roe
a302fe8062
perf(nuxt): avoid watching nested paths ( #21256 )
2023-05-31 14:11:46 +01:00
Daniel Roe
c9adf700a4
fix(nuxt): handle serialising empty bigint ( #21257 )
...
Co-authored-by: lorado <eugen.sacharow@gmx.de>
2023-05-30 13:53:04 +02:00
Daniel Roe
6eacad03b8
fix(nuxt): resolve modules relative to modulesDir ( #21082 )
2023-05-27 11:24:21 -05:00
Louis Haftmann
92bc999d0e
fix(nuxt): omit Set-Cookie
header if value is null ( #21072 )
2023-05-26 14:42:12 -05:00
Daniel Roe
75cd6b7894
fix(nuxt): normalize windows paths in granular watcher ( #21066 )
2023-05-25 16:38:34 -05:00
Alexander
e50cabfed1
fix(nuxt): show error page after fatal abortNavigation
( #21047 )
2023-05-25 13:29:22 -05:00
Lucie
a672cd7a42
fix(nuxt): await nuxt ready state before refreshNuxtData
( #21008 )
2023-05-23 00:09:05 +01:00
Julien Huang
7cc7297ea7
fix(nuxt): treeshake <DevOnly>
with webpack ( #21013 )
...
Co-authored-by: Inesh Bose <56732164+ineshbose@users.noreply.github.com>
2023-05-22 21:29:59 +01:00
Daniel Roe
c37ebab1ef
perf(nuxt): use .test
and hoist regexps where possible ( #21011 )
2023-05-22 21:25:42 +01:00
Daniel Roe
f94984e5cb
fix(nuxt): use simple incrementing id on client ( #20992 )
2023-05-22 21:25:04 +01:00
Daniel Roe
397c54c9db
fix(nuxt): add type support for router composables without pages/
integration
2023-05-22 19:42:25 +01:00
Daniel Roe
3ed0d0ffc1
fix(nuxt): scan component dirs case-sensitively ( #20995 )
2023-05-22 11:04:02 +01:00
Haruaki OTAKE
bb28819d3c
fix(nuxt): fix useLazyFetch types ( #20989 )
2023-05-22 08:25:50 +01:00
Julien Huang
2d680455ae
fix(nuxt): skip middleware for islands components ( #20924 )
2023-05-20 23:26:29 +01:00
Haruaki OTAKE
b88aab049f
fix(nuxt): use default
type for initial value for composables ( #20968 )
2023-05-20 23:19:50 +01:00
Daniel Roe
957a75a7e1
fix(nuxt): exclude plugin declaration from non-existent files ( #20974 )
2023-05-20 23:14:52 +01:00
Daniel Roe
25c150136d
fix(nuxt): don't match partial component names with prefix ( #20939 )
2023-05-19 08:11:46 +01:00
Daniel Roe
dda338a1dc
fix(nuxt): resolve layer assets in relation to layer directory ( #20932 )
2023-05-18 15:10:12 +01:00
Daniel Roe
9dea9bc1b2
perf(nuxt): use granular watcher to avoid crawling ignored dirs ( #20836 )
2023-05-18 14:44:24 +01:00
Daniel Roe
2cdc22a746
fix(nuxt): don't refresh
when hydrating when data is present ( #20916 )
2023-05-17 14:23:52 +01:00
Daniel Roe
d2e14b678b
fix(nuxt): prioritise vue app context when available ( #20910 )
2023-05-17 13:26:16 +01:00
Gypsophyllite
f39eb6e981
fix(nuxt): infer useFetch
method when generic is passed ( #20797 )
2023-05-17 12:56:47 +01:00
Daniel Roe
53bd8a44ec
fix(nuxt): allow island renders without /
route ( #20894 )
2023-05-16 22:50:55 +01:00
Daniel Roe
a0583ba96e
fix(nuxt): pass from + savedPosition to first scrollBehavior
( #20859 )
2023-05-16 10:55:13 +01:00
Anthony Fu
433b52930a
feat(nuxt): support parallel plugins ( #20460 )
2023-05-16 09:50:43 +01:00
Julien Huang
70c5ec86d2
feat(nuxt): full scoped slots support for server components ( #20284 )
2023-05-15 23:43:53 +01:00
Daniel Roe
038c84c4b1
fix(nuxt): add types for webpack/vite environments ( #20749 )
2023-05-15 17:17:39 +01:00
Daniel Roe
33e2bd3dc0
feat(nuxt): support separate server tsconfig ( #20559 )
2023-05-15 16:36:30 +01:00
Alexander
e9b2f6286c
fix(nuxt): stop loading indicator on vue errors ( #20738 )
2023-05-15 16:34:20 +01:00
Dario Ferderber
ec9dcdb093
fix(nuxt): allow pages:extend
to enable pages module ( #20806 )
2023-05-15 13:47:30 +01:00
白雾三语
ce84c9b44f
fix(nuxt): ensure all dir parts are present in component name ( #20779 )
2023-05-15 13:34:04 +01:00
Inesh Bose
1f30cf18e3
fix(nuxt): get fallback for <DevOnly>
from parsed html ( #20840 )
2023-05-15 13:33:46 +01:00
Julien Huang
603e7e7fb1
feat(nuxt): allow keeping fallback for NuxtClientFallback
( #20336 )
2023-05-14 22:22:54 +01:00
Inesh Bose
d077c10c41
feat(nuxt): allow fallback production content in <DevOnly>
( #20817 )
2023-05-13 23:32:31 +01:00
Julien Huang
900ee6dc8b
fix(nuxt): transform client fallbacks directly on SFCs ( #20835 )
2023-05-13 22:39:50 +01:00
Sébastien Chopin
6a052b583b
feat(nuxt): add useRequestURL
helper ( #20765 )
2023-05-13 22:09:37 +01:00
Daniel Roe
7f0fe2fbe7
fix(nuxt): allow serialising undefined refs ( #20828 )
2023-05-13 20:49:05 +01:00
Julien Huang
90ab1b50f4
fix(nuxt): always inline styles for server/island components ( #20599 )
2023-05-11 23:33:17 +01:00
Lehoczky Zoltán
6b7197fd8c
fix(nuxt): avoid destructuring error prop (works around upstream bug) ( #20795 )
2023-05-11 22:54:07 +01:00
Daniel Roe
5e74fe4e0b
fix(nuxt): enable suspensible behaviour for nested pages ( #20777 )
2023-05-11 18:57:18 +01:00
Daniel Roe
0258acdc8a
fix(nuxt): remove webstorm compatibility augmentation
2023-05-11 15:28:03 +01:00
Daniel Roe
93ba5e7cd2
feat(nuxt): use runWithContext
within callWithNuxt
( #20775 )
2023-05-11 12:39:08 +01:00
Daniel Roe
f170075c79
feat(deps): update vue to v3.3 ( #20478 )
2023-05-11 09:37:32 +01:00
Daniel Roe
53fef72031
fix(nuxt): deduplicate global components before registration ( #20743 )
2023-05-10 13:57:27 +01:00
Julien Huang
018bf125ab
feat(nuxt): add apps to nuxt build-time instance ( #20637 )
2023-05-09 23:46:03 +01:00
Eduardo San Martin Morote
5781cf1569
feat(nuxt): add experimental typedPages
option ( #20367 )
2023-05-09 18:08:07 +01:00
Daniel Roe
80d7899f49
fix(nuxt): prevent treeshaking hooks with composable names ( #20745 )
2023-05-09 17:47:46 +01:00
Daniel Roe
eb8e9169d6
fix(nuxt): generate empty sourcemaps for wrappers ( #20744 )
2023-05-09 16:57:23 +01:00
Daniel Roe
1da25c8069
fix(nuxt): allow resolving client nuxt app to singleton ( #20639 )
2023-05-09 11:22:38 +01:00
Anthony Fu
1f38863c06
fix(nuxt, vite): ignore nuxt_component
ssr style and isVue
( #20679 )
2023-05-04 17:19:03 +01:00
Daniel Roe
566fa85fc8
fix(nuxt): run page meta plugin on all pages (and only pages) ( #20628 )
...
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
2023-05-03 15:14:12 +01:00
Daniel Roe
da3357449f
feat(nuxt): add nuxtApp.runWithContext
( #20608 )
2023-05-03 11:02:07 +01:00
Anthony Fu
fb76b3931a
feat(nuxi): allow greater control of nuxi analyze
from cli ( #20387 )
2023-05-02 14:24:11 +01:00
Anthony Fu
84559e84aa
feat(kit): support passing getter to addVitePlugin
and addWebpackPlugin
( #20525 )
2023-05-02 12:17:41 +01:00
Daniel Roe
16bf228437
fix(nuxt): ensure useError
is called with nuxt app context ( #20585 )
2023-05-01 23:55:24 +01:00
renovate[bot]
f3cfb5f630
chore(deps): update all non-major dependencies (main) ( #20609 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-05-01 23:46:29 +01:00
Daniel Roe
8b86d39e30
refactor(schema): move runtimeCompiler
option out of experimental ( #20606 )
2023-05-01 17:39:07 +01:00
Daniel Roe
8353e4c66e
feat(nuxt): allow access to components within app ( #20604 )
2023-05-01 17:35:00 +01:00
Daniel Roe
2c55bb6f84
fix(nuxt): remove internal <FragmentWrapper>
( #20607 )
2023-05-01 12:56:30 +01:00
Harlan Wilton
d2170b80b9
fix(nuxt): skip payload extraction for island context ( #20590 )
2023-04-30 10:10:09 +01:00
Anthony Fu
d2fc6ae614
fix(nuxt): properly handle query for component wrapper ( #20591 )
2023-04-30 10:08:08 +01:00
Anthony Fu
a13b18eddf
fix(nuxt): add @nuxt/devtools
module before core modules ( #20595 )
2023-04-30 10:06:43 +01:00
Daniel Roe
6ef2e1caea
fix(nuxt): remove backwards-compatible runtimeConfig proxy ( #20340 )
2023-04-29 23:38:40 +01:00
Stefan Milosevic
fac160c79f
feat(nuxt): auto import 'watchPostEffect' and 'watchSyncEffect' from vue ( #20279 )
2023-04-29 23:33:29 +01:00
Daniel Roe
e1e3d2cd8e
feat(nuxt): add scoped helper for clearing error within boundary ( #20508 )
2023-04-29 23:32:29 +01:00
Daniel Roe
f73bb1de0a
fix(nuxt): return RenderResponse
for redirects ( #20496 )
2023-04-28 11:18:03 +01:00
Anthony Fu
98b20c45c8
fix(nuxt): transform #components
imports into direct component imports ( #20547 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-28 10:14:42 +01:00
Julien Huang
ecf41537ca
fix(nuxt): throw errors when running legacy asyncData
( #20535 )
2023-04-27 11:51:33 +01:00
Daniel Roe
65a8f4eb3e
fix(nuxt): restrict access to single renderer outside of test/rootDir ( #20543 )
2023-04-27 11:31:52 +01:00
Daniel Roe
197de3ecbb
fix(nuxt): call app:error
in SSR before rendering error page ( #20511 )
2023-04-26 14:36:59 +01:00
Daniel Roe
dd0d13d425
fix(nuxt): improved typing support for app config ( #20526 )
2023-04-26 14:30:05 +01:00
Daniel Roe
7ab476b1f8
fix(nuxt): use callAsync
for executing hooks with context ( #20510 )
2023-04-26 07:15:22 +01:00
Daniel Roe
200cb2787e
fix(nuxt): throw 404 when accessing /__nuxt_error
directly ( #20497 )
2023-04-25 15:47:02 +01:00
Andrew Luca
ea1c5b2550
fix(nuxt): use event.node.req
in cookie utility ( #20474 )
2023-04-24 21:25:36 +01:00
Daniel Roe
f1ded44e80
fix(nuxt): add basic typings for <ClientOnly>
2023-04-20 22:56:22 +01:00
Julien Huang
e8e01bac13
fix(nuxt): use key to force server component re-rendering ( #19911 )
2023-04-20 22:41:20 +01:00
Daniel Roe
8b7df05ff0
fix(nuxt): don't call timeEnd
unless we're debugging ( #20424 )
2023-04-20 22:18:32 +01:00
Daniel Roe
12f347a928
fix(nuxt): clone app config on server ( #20278 )
2023-04-20 13:33:45 +01:00
Daniel Roe
a086af9692
perf: allow using @parcel/watcher
for dev watcher ( #20179 )
2023-04-19 22:02:52 +01:00
Daniel Roe
c7be5b4ec6
refactor(nuxt): rework and use isJS
and isVue
utilities consistently ( #20344 )
2023-04-19 19:17:36 +01:00
Harlan Wilton
5febd46d23
fix(core,kit): ensure module transpilation paths are dirs ( #20396 )
2023-04-19 19:05:46 +01:00
Preet Mishra
48b48dec00
fix(nuxt): handle pages with no content and log warning ( #20373 )
2023-04-19 17:58:43 +01:00
Daniel Roe
4ab4ac13df
fix(nuxt): swap preloads for json/js payloads ( #20375 )
2023-04-19 10:18:02 +01:00
Daniel Roe
8aa86559c8
fix(nuxt): mark useRequestHeaders
keys as optional ( #20286 )
2023-04-15 15:43:19 +01:00
Daniel Roe
ac2e466175
fix(nuxt): provide more helpful error when instance unavailable ( #20289 )
2023-04-15 14:47:34 +01:00
Daniel Roe
3754591257
fix(nuxt): return type directly if not picking asyncData ( #20288 )
2023-04-15 11:03:09 +01:00
Daniel Roe
d0c8e7fb4a
fix(nuxt): generate hi-res sourcemaps ( #20280 )
2023-04-14 18:21:08 +01:00
Daniel Roe
f366ab4eb8
chore: remove @ts-ignore
and fix some issues ( #20273 )
2023-04-14 13:53:21 +01:00
Daniel Roe
53db8125f1
perf(nuxt): share lazy component definitions ( #20259 )
2023-04-13 20:08:08 +01:00
Daniel Roe
9110d41628
fix(nuxt): do not redirect when vue-router
normalises url ( #20247 )
2023-04-13 03:14:44 -07:00
Daniel Roe
b011d3d76f
fix(nuxt): improve handling of redirects within middleware ( #20244 )
2023-04-13 02:58:25 -07:00
Daniel Roe
e5d1d29b1d
fix(nuxt): add missing imports to <NuxtClientFallback>
( #20237 )
2023-04-12 10:10:18 -07:00
Daniel Roe
22f1f71e3e
fix(nuxt): mark entire payload as reactive ( #20218 )
2023-04-12 01:42:45 -07:00
Daniel Roe
fe2800540c
fix(nuxt): set config on ssrContext
in spa renderer ( #20216 )
2023-04-11 15:33:21 -07:00
Sacha Stafyniak
811bf28068
feat(nuxt): add chokidar watcher debug timing ( #20176 )
2023-04-11 07:19:45 -07:00
Julien Huang
163913a744
feat(nuxt): add experimentalNoScripts
route rule ( #19805 )
2023-04-11 07:17:44 -07:00
Daniel Roe
4285092879
feat(nuxt): support object-syntax plugins ( #20003 )
2023-04-11 04:58:43 -07:00
Daniel Roe
d6c3c2439a
feat(nuxt): support async transform of object properties ( #20182 )
2023-04-10 14:57:13 -07:00
Harlan Wilton
33f3ae4963
fix(nuxt): default nitro autoImports to imports.autoImport
( #20180 )
2023-04-10 19:11:07 +01:00
Daniel Roe
e99f923aa5
feat(nuxt): add experimental View Transitions API support ( #20092 )
2023-04-10 04:33:14 -07:00
Daniel Roe
9878c5b6e4
style: enable sort-imports
eslint rule ( #20133 )
2023-04-07 09:02:47 -07:00
Anthony Fu
11a9780c80
feat(nuxt): prompt to install devtools
when it's enabled ( #20126 )
2023-04-07 08:34:11 -07:00
xjccc
9fd398216c
fix(nuxi): preview nitro build with custom dir config ( #18882 )
2023-04-07 06:19:53 -07:00
Daniel Roe
c65c5a8e79
fix(nuxt): deprecate old (pre-rc) runtimeConfig ( #20082 )
2023-04-07 04:36:45 -07:00
Daniel Roe
6ddea42f96
refactor(nuxt): remove #head
alias ( #20111 )
2023-04-07 03:36:41 -07:00
pooya parsa
9e503be0f2
feat(nuxt): experimental option for rich json payloads ( #19205 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
cany748
4f0b3c7223
fix(nuxt): add undefined
type for useCookie
return value
2023-04-07 01:45:44 -07:00
Julien Huang
b068f79fee
fix(nuxt): add key to .client
component placeholders ( #20093 )
2023-04-07 01:31:04 -07:00
Daniel Roe
41bfd55230
fix(nuxt): test all custom app config keys for any
( #20105 )
2023-04-06 05:33:54 -07:00
Anthony Fu
72ba53efbc
feat(test-utils): allow mounting single component for testing ( #5723 )
2023-04-06 05:07:22 -07:00
Julien Huang
3fc9a75070
feat(nuxt): support vue runtime compiler ( #4762 )
2023-04-06 04:51:32 -07:00
Aleksandar Trpkovski
1ae30ba474
fix(nuxt): throw error on protocol relative path in useFetch
( #20052 )
2023-04-04 15:04:38 -07:00
Daniel Roe
b811742f89
fix(nuxt): add types for globally injected $config
object ( #20081 )
2023-04-04 06:34:39 -07:00
Daniel Roe
bc9c7dcac8
feat(nuxt): respect custom dir.pages
in page placeholder ( #20079 )
2023-04-04 06:18:29 -07:00
Daniel Roe
f40b3e2492
feat(nuxt): support ~
/~~
/@
/@@
aliases within layers ( #19986 )
2023-04-03 06:18:24 -07:00
Daniel Roe
ee8d3f6ea6
feat(nuxt): support disabling watch
with useFetch
( #19823 )
2023-04-03 05:36:14 -07:00
Daniel Roe
c660b39447
fix(nuxt): disable x-nuxt-no-ssr
header by default ( #20024 )
2023-04-03 03:39:01 -07:00
Daniel Roe
61699f864e
feat(nuxt): warn in dev when useRoute
is used in middleware ( #20050 )
2023-04-03 03:36:17 -07:00
Daniel Roe
d190f743dc
fix(nuxt): end route param tokens manually ( #19902 )
2023-04-03 02:56:44 -07:00
Daniel Roe
2f8e991b94
chore: fix typo in code comment
2023-04-01 12:12:34 +01:00
Daniel Roe
822202239c
fix(nuxt): sync setResponseStatus
signature with h3 ( #19987 )
2023-03-31 07:02:26 -07:00
Daniel Roe
4ed5d2f872
fix(nuxt): suppress handled errors ( #20002 )
2023-03-31 02:17:10 -07:00
David Mignot
b31fd4ad34
fix(nuxt): store payloads in cache without trailing slash ( #19992 )
2023-03-30 05:32:00 -07:00
Daniel Roe
6f6140809d
fix(nuxt): don't override options signature with schema ( #19934 )
2023-03-28 01:55:20 -07:00
Daniel Roe
0b5ba6c3e9
chore: remove unused TS directive
2023-03-23 14:03:21 +01:00
Daniel Roe
562cef24ca
perf(nuxt): experimentally disable vue server renderer nitro endpoint ( #19825 )
2023-03-23 09:04:40 +00:00
Harlan Wilton
c6f928d786
fix(nuxt): add missing import in islands template ( #19870 )
2023-03-22 17:19:26 -07:00
Daniel Roe
e6c1bb57d7
fix(nuxt): use prerender cache for islands ( #19822 )
2023-03-22 17:12:01 +00:00
Daniel Roe
9d8c230132
fix(nuxt): ignore schema types that eval to any ( #19835 )
2023-03-22 17:08:27 +00:00
Julien Huang
4671294229
fix(nuxt): directly render server components ( #19605 )
2023-03-20 14:47:06 -07:00
Mehdi HosseinZade
3a971d0b36
fix(nuxt): observe slot element in custom nuxt-link ( #19802 )
2023-03-20 14:46:12 -07:00
Daniel Roe
ebd7dcd4ba
fix(nuxt): handle external navigation to api routes ( #19829 )
2023-03-20 17:15:01 +00:00
Emil Rosenius
11ee3c92b9
fix(nuxt): add temporary augmentation for webstorm (and docs) ( #19400 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-03-19 16:22:55 -07:00
Daniel Roe
3055ce35b1
fix(nuxt): use h3
utilities to set response status/code ( #19713 )
2023-03-19 16:20:04 -07:00
Anthony Fu
ce575b49e3
fix(nuxt): ignore falsy modules ( #19684 )
2023-03-19 16:16:13 -07:00
Daniel Roe
4ca2dccd38
fix(nuxt): unset context after app is created ( #19753 )
2023-03-17 19:01:16 +00:00
Daniel Roe
3e58f90914
chore: add internal types for nitro/app ( #19745 )
2023-03-16 09:27:10 -07:00
Harlan Wilton
7103670acc
fix(nuxt): unpause DOM updates on suspense resolve ( #19740 )
2023-03-16 07:53:10 -07:00
Daniel Roe
a1691721d4
fix(nuxt): import builder path as file url
2023-03-14 14:24:04 +00:00
Daniel Roe
4b2cb52f8a
fix(nuxt): fix default injection type for plugins ( #19669 )
2023-03-14 06:08:43 -07:00
Daniel Roe
9d850a2a12
feat(nuxt): add nitro:build:public-assets
hook ( #19638 )
2023-03-14 03:34:55 -07:00
Daniel Roe
0f6276dc6e
fix(nuxt): mark non-augmented NuxtApp properties as unknown ( #19643 )
2023-03-14 03:09:50 -07:00
pooya parsa
e84ec61eeb
feat(nuxt): support app config for server routes ( #19489 )
2023-03-14 02:54:59 -07:00
Hyunseung Lee
e42d63a25a
fix(schema): show payloadExtraction
warning only when unset ( #18516 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-03-13 04:06:43 -07:00
Daniel Roe
ce45590120
refactor(nuxt): let mlly handle search paths ( #19635 )
2023-03-13 10:14:27 +00:00
Daniel Roe
ea8f78a63a
fix(nuxt): exclude boolean
from inline module definitions ( #19621 )
2023-03-12 15:25:45 -07:00
Daniel Roe
e13e227d06
fix(nuxt): resolve builder using esm syntax ( #19608 )
2023-03-11 15:11:28 -08:00
Daniel Roe
60b4c48eb4
fix(nuxt,schema): merge custom and resolved app configs ( #19602 )
2023-03-11 14:53:28 -08:00
Xin Du (Clark)
4de4de1a71
fix(nuxt): improve types for data fetching with transform
( #19487 )
2023-03-11 14:36:10 -08:00
Daniel Roe
53a2a0fdcb
fix(nuxt): avoid injecting adhoc modules in schema ( #19607 )
2023-03-11 14:11:48 -08:00
Daniel Roe
b19b35fb67
fix(nuxt): provide node16-style type exports ( #18431 )
2023-03-11 13:16:01 -08:00
Daniel Roe
e6bbf71fd5
chore: improve internal type safety ( #19599 )
2023-03-11 18:22:29 +00:00
Harlan Wilton
d2f0b22632
perf(nuxt): tree-shake server composables + prefer server head ( #19576 )
2023-03-10 08:45:22 -08:00
Daniel Roe
6d79b71588
refactor(kit,nuxi): resolve module paths using node algorithm ( #19537 )
2023-03-10 06:55:01 -08:00
Harlan Wilton
c91e4d7933
feat(nuxt): add useHeadSafe
and remove layer around head imports ( #19548 )
2023-03-10 00:01:21 -08:00
Daniel Roe
9a5e3e3044
chore(nuxt): update to new hasProtocol
options format ( #19555 )
2023-03-09 18:37:18 +00:00
Daniel Roe
d469740105
fix(nuxt): dedupe payload cache by payload url ( #19563 )
2023-03-09 18:36:54 +00:00
Daniel Roe
a313f06261
fix(nuxt): only log boot errors on client-side ( #19553 )
2023-03-09 06:37:39 -08:00
Daniel Roe
9036142b14
feat(nuxt): add watch
option and refactor dev server restarting ( #19530 )
2023-03-09 03:46:08 -08:00
Mehmet
17f080cad1
fix(nuxt): exclude nitro output dir from type checking ( #19532 )
2023-03-08 13:14:06 -08:00
Julien Huang
1729d2e42f
feat(nuxt): add <NuxtClientFallback>
component ( #8216 )
2023-03-08 13:13:06 -08:00
Harlan Wilton
8732720221
perf(head): drop @vueuse/head
dependency ( #19519 )
2023-03-08 07:32:24 -08:00
Daniel Roe
df3ae8cb4e
feat(nuxt): enable chunk error handling by default ( #19086 )
2023-03-08 12:17:22 +00:00
Daniel Roe
c2ab76d68e
perf(vite): mark more core functions as side-effect free ( #19508 )
2023-03-07 14:51:08 -08:00
Harlan Wilton
bb61496e98
feat(nuxt): allow configuring treeshakeable composables ( #19383 )
2023-03-07 01:30:05 -08:00
Alex Korytskyi
3a73f42d1c
feat(nuxt): support trailingSlashBehavior
in defineNuxtLink
( #19458 )
2023-03-06 23:17:42 -08:00
Alex Liu
ca32852122
feat(nuxt): enable preloading object-syntax routes ( #19120 )
2023-03-06 03:34:17 -08:00
Daniel Roe
129bb4fa3a
feat(kit,nuxt): add component priority
to allow overriding ( #19252 )
2023-03-06 03:33:40 -08:00
pooya parsa
71225e50c5
feat(nuxt): enable config schema by default ( #19172 )
2023-03-04 06:39:26 -08:00
Daniel Roe
3681bddfd5
feat(nuxt): auto-register modules in ~/modules
( #19394 )
2023-03-03 17:52:55 +00:00
Daniel Roe
a420369c90
fix(nuxt): don't print layout warning if page is not ssr ( #19434 )
2023-03-03 08:47:08 -08:00
Ivan
7131aef820
feat(schema): allow adding page routes without a matching file ( #19173 )
2023-03-03 06:07:42 -08:00
Stefan
6084f6416b
fix(nuxt): pass transform options to component loader plugin ( #19414 )
2023-03-03 02:40:24 -08:00
Xin Du (Clark)
654b9a21d7
fix(schema): update vite import.meta
types ( #19338 )
2023-03-03 02:20:15 -08:00
Lucie
0be8cda77a
fix(nuxt): prevent fallthrough attributes on custom NuxtLink
( #19379 )
2023-03-02 01:53:46 -08:00
Daniel Roe
d4a75240ac
feat(nuxt): add versions
to runtime nuxtApp ( #19064 )
2023-03-01 07:08:23 -08:00
Inesh Bose
c7eb891e12
fix(nuxt): deprecate scanning directory index plugins ( #18418 )
2023-03-01 04:08:58 -08:00
Alexander Lichter
639189ca88
fix(nuxt): clear loading indicator on unmount ( #19340 )
2023-02-28 20:18:47 +01:00
Daniel Roe
32f6cb27b7
perf(nuxt): increase static asset maxAge to 1yr ( #19335 )
2023-02-28 05:06:31 -08:00
Daniel Roe
503b7acd55
perf(nuxt): don't update manifest in dev mode ( #19315 )
2023-02-27 11:36:27 -08:00
renovate[bot]
8bfc66d6f7
chore(deps): update all non-major dependencies (main) ( #19235 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-27 11:02:11 -08:00
Daniel Roe
f16cce8824
fix(nuxt): compatible route object for custom external routes ( #19261 )
2023-02-27 07:13:14 -08:00
igayamaguchi
9e6fa9f7ba
fix(nuxt): preserve explicit rel
attribute on internal link ( #19309 )
2023-02-27 13:29:57 +01:00
Daniel Roe
7479d469dd
fix(nuxt): log errors thrown when booting the nuxt app ( #19187 )
2023-02-21 07:06:10 -08:00
Daniel Roe
c4eb4b784c
fix(nuxt): preserve (re)named imports in meta ( #19192 )
2023-02-21 04:22:12 -08:00
Alex Liu
268cded26c
fix(nuxt): prefetch object-syntax routes with <NuxtLink>
( #19144 )
2023-02-20 12:31:27 -08:00
Daniel Roe
576ce9ee36
chore: dedupe rollup
2023-02-17 14:13:17 +00:00
renovate[bot]
6858796102
chore(deps): update all non-major dependencies (main) ( #19103 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-17 06:05:49 -08:00
pooya parsa
15b9386a39
chore: update nitropack and unjs dependencies ( #19100 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-17 05:38:19 -08:00
Daniel Roe
3190254bbd
fix(nuxt): pass nuxt + workspace paths when importing builder ( #19099 )
2023-02-16 16:59:24 -08:00
Mathieu Magalhaes
f5a3d7968c
fix(nuxt): respect redirects which differ only by trailing slash ( #18593 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-16 09:26:15 -08:00
Daniel Roe
af55b9882e
fix(nuxt): test generated pathname
2023-02-16 17:16:51 +00:00
Daniel Roe
e9ff34ace4
fix(nuxt): restore previous check on payload url
2023-02-16 16:59:06 +00:00
Daniel Roe
1e8b27f36c
perf(nuxt): don't include side-effects from #components
( #19008 )
2023-02-16 07:00:40 -08:00
Daniel Roe
7aa35ff958
fix(nuxt): validate no //
in path when constructing payload url ( #19085 )
2023-02-16 06:40:51 -08:00
Nathan Chase
681cfa83fd
perf(nuxt): animate transform rather than width ( #19073 )
2023-02-16 05:04:09 -08:00
Daniel Roe
7d0ecb5a96
fix(nuxt): show client error if no page matches after validate fails ( #18978 )
2023-02-16 04:56:14 -08:00
Julien Huang
61cd6b5c71
fix(nuxt): use parser to treeshake client-only declarations ( #18951 )
2023-02-16 04:47:42 -08:00
Daniel Roe
96b09ea982
feat(nuxt): add experimental app:chunkError
hook and reload strategy ( #19038 )
2023-02-16 04:43:58 -08:00
Daniel Roe
59a1f7bae0
perf(nuxt): allow tree-shaking empty meta from build ( #19032 )
2023-02-14 14:22:53 -08:00
Daniel Roe
2960aa3426
fix(schema): transpile nuxt/app
by default ( #19009 )
2023-02-14 00:23:12 +00:00
Daniel Roe
4219ff21e9
fix(nuxt): prevent hyphens forming child routes & warn if dupes are detected ( #18944 )
2023-02-13 22:56:39 +00:00
Xin Du (Clark)
859fbd0add
fix(nitro): ensure ssr error statusCode
is a number ( #19001 )
2023-02-13 22:55:29 +00:00
Daniel Roe
6016aef859
fix(nuxt): expose nuxt/schema
subpath for augmentation ( #18922 )
2023-02-13 22:42:04 +00:00
Lioness100
b25b6c82c7
docs: fix typos ( #18976 )
2023-02-12 19:16:42 +00:00
pooya parsa
7111b6cf44
fix(nuxt): avoid recursive import in nitro renderer ( #18948 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-10 16:33:06 +00:00
Daniel Roe
ee2f568fc1
refactor(nuxt): combine imports from same relative path
2023-02-10 10:32:02 +01:00
Daniel Roe
71d67ad47f
chore: combine import statements
2023-02-09 09:13:48 +01:00
Daniel Roe
9a035a15c5
refactor(nuxt): within nuxt app, import directly from source file ( #18902 )
2023-02-08 22:26:41 -08:00
pooya parsa
9845467421
feat(nuxt): upgrade to nitropack 2.2 ( #18889 )
2023-02-09 07:02:07 +01:00
Julien Huang
113ce71c34
fix(nuxt): use parser to treeshake <ClientOnly>
( #8713 )
2023-02-08 00:59:57 -08:00
Yasser Lahbibi
e451a9965e
fix(nuxt): don't exclude pnpm layers from nitro esbuild/imports ( #9952 )
2023-02-07 09:18:47 -08:00
Dany Sluijk
bae73c3650
feat(nuxt): infer useFetch
return based on the method ( #18526 )
2023-02-07 06:01:31 -08:00
Alex Liu
526a78095a
fix(nuxt): defer adding route path to preloaded record ( #18862 )
2023-02-07 06:01:03 -08:00
Anthony Fu
2677b88f5f
feat(nuxt): support type auto-import ( #18859 )
2023-02-07 06:00:11 -08:00
Daniel Roe
39747ce095
perf(vite): use stub entry in vite server build when ssr: false
( #18782 )
2023-02-06 15:25:24 -08:00
renovate[bot]
39b5886a0d
chore(deps): update all non-major dependencies (main) ( #18775 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-05 04:31:53 -08:00
Julien Huang
bf617c790c
fix(nuxt): treeshake client-only components with placeholders ( #8789 )
2023-02-04 07:36:03 -08:00
Daniel Roe
2b75414f47
perf(nuxt): cache result of importing styles module ( #18734 )
2023-02-03 04:50:17 -08:00
Daniel Roe
cb0860ba6c
fix(nuxt): make onNuxtReady
safe to run on server-side ( #18706 )
2023-02-02 05:27:48 -08:00
Daniel Roe
b7591e639d
perf(nuxt): simplify generated variable names ( #18629 )
2023-01-30 12:24:58 -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
Daniel Roe
7d812db9e8
fix(nuxt): augment interfaces exported from vue
( #18505 )
2023-01-25 07:59:02 -08:00
Daniel Roe
1d68b51c2c
fix(nuxt): async transform for inline middleware ( #18460 )
2023-01-25 04:52:00 -08:00
Daniel Roe
fdb31f418f
fix(nuxt): don't render unknown components with placeholder ( #18494 )
2023-01-25 02:30:59 -08:00
Daniel Roe
9751c9dab7
fix(nuxt): do not override inferred type of <NuxtPage>
( #18495 )
2023-01-25 00:44:59 -08:00
Daniel Roe
f711046171
perf(nuxt): add tree-shaken useServerSeoMeta
composable ( #18476 )
2023-01-24 15:34:20 +00:00
Daniel Roe
629d2c099e
fix(nuxt): import onServerPrefetch
2023-01-23 23:40:09 +00:00
pooya parsa
1af319e0fa
feat: experimental config schema ( #18410 )
2023-01-23 19:07:21 +01:00
Harlan Wilton
1406d21ed2
feat(head): useSeoMeta
composable ( #18441 )
2023-01-23 11:39:17 +00:00
Daniel Roe
de4086f6ed
fix(nuxt): let router handle internal redirects within middleware ( #18445 )
2023-01-23 11:18:33 +00:00
Daniel Roe
c5d6db7fd0
fix(nuxt): await async callWithNuxt
calls ( #18443 )
2023-01-23 11:13:21 +00:00
Daniel Roe
0236a799f2
fix(vite): don't skip loading styles in hydration phase ( #18433 )
2023-01-21 23:15:48 +00:00
Kareem Dabbeet
ea9812a559
feat(nuxt): allow disabling color for <NuxtLoadingIndicator>
( #18432 )
2023-01-21 23:15:32 +00:00
Inesh Bose
98d292ae85
fix(nuxt): provide types for modules as array ( #18416 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-21 16:55:44 +00:00
Alan Poulain
50e23bad35
fix(nuxt): use query for hashing the fetch key ( #18411 )
2023-01-20 18:05:10 +00:00
renovate[bot]
7c1712013c
chore(deps): update all non-major dependencies (main) ( #11127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2023-01-20 16:17:31 +00:00
Daniel Roe
5e1881c20a
feat(nuxt): support server components with extracted payloads ( #10113 )
2023-01-20 12:10:58 +00:00
Sébastien Chopin
912eafbbf6
feat(nuxt): prefetch middleware/layouts + await layout loading ( #10155 )
2023-01-19 13:01:21 +00:00
Daniel Roe
0db3c6373a
fix(nuxt): name anonymous components in render tree ( #10011 )
2023-01-14 01:27:38 +00:00
Daniel Roe
488479ab1b
fix(nuxt): avoid injecting url helpers into globalThis
( #9627 )
2023-01-14 01:27:06 +00:00
Kyohei Oka
86ed4ef1f4
fix(nuxt): update class
prop type for head components ( #9133 )
2023-01-14 01:18:55 +00:00
Daniel Roe
bf649fe576
fix(nuxt): allow overriding lower layer composables ( #10017 )
2023-01-14 01:14:24 +00:00
renovate[bot]
0b1cdcc70d
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12 ( #9086 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-14 01:13:48 +00:00
Mohammad Saleh Fadaei
5b19a0dc34
fix(nuxt): don't try to override computed layouts in definePageMeta
( #9161 )
2023-01-14 00:58:54 +00:00
Julien Huang
f4ba7ec82d
fix(nuxt): don't short circuit middleware after validate function ( #9180 )
2023-01-14 00:23:20 +00:00
Sébastien Chopin
71a5727589
fix(nuxt): support deep assign on empty object for app config ( #10087 )
2023-01-13 23:28:07 +00:00
Daniel Roe
ef39d2c9d9
fix(nuxt): add build.transpile
strings to nitro inline list ( #10094 )
2023-01-13 23:19:03 +00:00
Daniel Roe
a68da6d6a7
chore: case police update ( #10085 )
2023-01-13 15:00:57 +00:00
Daniel Roe
698a3103e0
fix(nuxt): include components runtime
dir in build output ( #10046 )
2023-01-11 20:51:49 +00:00
Alex Liu
9de94c21cf
refactor: improve internal type definitions of <NuxtLink>
( #9869 )
2023-01-10 14:33:21 +00:00
Anthony Fu
586df1a817
feat(imports): imports:context
hook for unimport context ( #9971 )
2023-01-09 11:35:44 +00:00
Daniel Roe
2d013c5fad
feat(nuxt): server-only components ( #9972 )
2023-01-09 11:20:33 +00:00
Alejandro Romano
7f4f10a733
fix(nuxt): set is loading state for <NuxtLoadingIndicator>
after throttle ( #9832 )
2023-01-02 19:20:53 +01:00
Yann Odeyer
da6fa9ab44
perf(nuxt): use static import of @unhead/ssr
( #9826 )
2022-12-23 14:18:14 +01:00
Anthony Fu
faf260757c
feat(vite): display production build stats ( #9761 )
2022-12-19 12:57:08 +01:00
Mehdi HosseinZade
04c8625843
feat(nuxt): deep watch useCookie
ref value by default ( #9664 )
...
* feat(nuxt): useCookie add deep watch option
* docs(api): useCookie add deepWatch option
* feat(nuxt): useCookie change deepWatch to watch option
* boolean|shallow
* enable watch by default
* docs: fix example
* docs(api): update useCookie example
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-19 12:50:46 +01:00
Daniel Roe
0cb9a4c51d
refactor(nuxt): do not add all composable auto-imports to globalThis
( #9630 )
2022-12-13 10:30:12 +00:00
Daniel Roe
4cf110e0d8
fix(nuxt): make dev-only regexp less greedy ( #9679 )
2022-12-13 09:39:14 +00:00
renovate[bot]
3733f123df
chore(deps): update all non-major dependencies ( #9670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-12 16:45:15 +00:00
Daniel Roe
5afcaca98f
feat(vite): upgrade to vite 4 ( #9238 )
2022-12-12 15:22:04 +00:00
Daniel Roe
23307cd8e0
fix(nuxt): remove absolute paths from routes objects ( #9655 )
2022-12-12 13:25:00 +01:00
Harlan Wilton
4cb7e425a1
refactor(nuxt): remove vue-meta
for head support ( #9638 )
2022-12-12 11:07:31 +01:00
Daniil Chudo
ab2456c295
refactor: split out type imports from value imports ( #9225 )
2022-12-11 21:44:52 +00:00
Evgeny Yurkin
4641e8e504
fix(nuxt): await plugin asyncdata promises in nuxt hook ( #9616 )
2022-12-10 22:44:29 +00:00
Daniel Roe
2396fc657f
fix(nuxt): remove deprecated req
/res
access ( #9636 )
2022-12-10 19:54:35 +00:00
Alexander Lichter
d0c0cd7ad2
refactor(nuxt): use pathe.join
for layer lookup ( #9540 )
2022-12-06 12:30:14 +01:00
Alexander Lichter
5f935aad48
feat(nuxt): support for extending error.vue in layers ( #9521 )
2022-12-06 09:44:03 +00:00
Mahdi Boomeri
9c478ee16e
feat: useNuxtData
composable ( #9262 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-12-05 14:07:33 +01:00
Daniel Roe
5fe7c1c24d
fix(nuxt): speculation rules should be reactive ( #9472 )
2022-12-05 11:46:13 +01:00
Daniel Roe
4c4249dc33
feat(nuxt): add onNuxtReady
composable ( #9478 )
2022-12-05 11:09:58 +01:00
Daniel Roe
52421a9354
fix(nuxt): defer render-blocking prefetches until after load ( #9475 )
2022-12-02 16:13:35 +00:00
Daniel Roe
c26979a047
fix(nuxt): useCookie
with defaults should return non-null value ( #9449 )
2022-12-02 10:45:33 +01:00
Daniel Roe
aa9aec112a
fix(nuxt): allow layouts to receive custom props ( #9395 )
2022-11-29 13:16:41 +01:00
Daniel Roe
ab125bd1c5
feat(nuxt): experimental server component islands ( #5689 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-24 13:24:14 +01:00
Damian Głowala
4f2bfbe5c0
fix(nuxt): include missing <NuxtPage>
component props ( #9204 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-21 14:03:22 +01:00
Danil Zalizchuk
e85e3ab6e5
refactor(nuxt): fix typo in internal plugin names ( #9201 )
2022-11-21 11:45:54 +01:00
Toby Faux
32044dc8a5
fix(nuxt): allow union type arguments for useAsyncData
( #9061 )
2022-11-16 15:27:24 +01:00
pooya parsa
d6bfa216ae
fix(nuxt): removed auto imports ( #9045 )
2022-11-16 10:59:45 +01:00
pooya parsa
5ac9d85a49
refactor!: remove deprecated api ( #9029 )
2022-11-16 03:26:35 +01:00
Anthony Fu
f1ae40fc4e
fix(nuxt): improve hmr for pages macros ( #8940 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-15 18:15:44 +01:00
Daniel Roe
f7850526e8
fix(nuxt)!: include request url and params in useFetch
key ( #6632 )
2022-11-15 17:47:41 +01:00
Harlan Wilton
fddc8b2e6e
feat(nuxt, schema): official @vueuse/head v1 support ( #8975 )
2022-11-15 17:26:38 +01:00
Daniel Roe
2c2fbdffc9
refactor(nuxt)!: move head
option support into defineNuxtComponent
( #8901 )
2022-11-15 15:47:17 +01:00
pooya parsa
b49f2a8147
refactor: update unjs dependencies to stable v1 ( #9011 )
2022-11-15 15:33:43 +01:00
Daniel Roe
4c8369fbf3
fix(nuxt): include layers in esbuild transform ( #9014 )
2022-11-15 14:52:16 +01:00
kevin olson
79d5634c69
docs: add a bit more detail in the definePageMeta
warning to specify it needs to be in a page ( #8923 )
2022-11-14 11:28:31 +01:00
Julien Huang
8c4ff5c585
fix(nuxt): avoid passing attrs to default slot for ClientOnly ( #8921 )
2022-11-14 11:27:57 +01:00
Daniel Roe
e6351349c0
feat(nuxt): add onBeforeRouteLeave
and onBeforeRouteUpdate
composables ( #8889 )
2022-11-10 14:52:04 +01:00
Toby Faux
3e34a61506
fix(nuxt): use app.baseURL
when fetching error page on server ( #8888 )
...
Co-authored-by: Toby Faux <tobyfaux@Tobys-MacBook-Pro.local>
2022-11-10 14:42:55 +01:00
pooya parsa
52c2bffa76
fix(nuxt)!: remove initialCache
option ( #8885 )
2022-11-10 14:27:59 +01:00
pooya parsa
83b5c09090
fix(nuxt): preserve render errors ( #8884 )
...
* fix(nuxt): preserve render errors
* simplify logic
2022-11-10 13:28:20 +01:00
pooya parsa
0ff4ebe808
feat: allow customizing root id and tag ( #8883 )
2022-11-10 12:41:02 +01:00
Daniel Roe
9227361027
fix(nuxt): detect non-functional imports within page meta ( #8881 )
2022-11-10 11:31:01 +01:00
renovate[bot]
dd600bbb66
chore(deps): update all non-major dependencies ( #8779 )
2022-11-10 10:43:24 +01:00
Daniel Roe
17099348e7
fix(nuxt)!: only add $f
fetch prefix to auto-keys ( #8852 )
2022-11-10 09:39:49 +01:00
Daniel Roe
4bbd2618ce
feat(nuxt): auto-import utils/
directory ( #8817 )
2022-11-09 10:43:16 +01:00
Daniel Roe
3839dba06a
refactor(nuxt): explicitly import app in nuxt-root ( #8729 )
2022-11-09 10:14:15 +01:00
Daniel Roe
453ce78300
fix(nuxt): swallow issues with query selectors ( #8843 )
2022-11-09 10:10:32 +01:00
Daniel Roe
aec07f4255
style: lint Route
interface ( #8822 )
2022-11-09 10:08:50 +01:00
Daniel Roe
5a32927935
fix(nuxt): do not render page if we are throwing error ( #8821 )
2022-11-09 10:08:37 +01:00
Daniel Roe
4d1be089d7
chore(nuxt): remove unused plugins ( #8819 )
2022-11-09 10:07:22 +01:00
Daniel Roe
10c2272f4f
refactor(nuxt)!: remove support for 404.vue
shorthand ( #8809 )
2022-11-09 10:05:22 +01:00
Alexander Lichter
0cf0f59bc5
fix(ssr): ensure useRequestHeaders are case-insensitive ( #8805 )
...
Co-authored-by: Haruaki OTAKE <aaharu@hotmail.com>
2022-11-09 10:04:19 +01:00
Alexander Lichter
15d4cea97e
feat(nuxt-link): add isExternal
to slot props ( #8800 )
2022-11-09 10:02:11 +01:00
Daniel Roe
30d99477ce
fix(nuxt): add catchall paths to prerender list ( #8782 )
2022-11-09 10:00:34 +01:00
Daniel Roe
e76ebdddd0
fix(nuxt): allow cookies to be set to null
to unset them ( #8769 )
...
Co-authored-by: Magyar Balázs <magyarb94@gmail.com>
2022-11-09 09:59:23 +01:00
Agénor Debriat
b60f1364c5
refactor(nuxt)!: fix typo for NuxtRenderHTMLContext.bodyPrepend
( #8712 )
2022-11-07 11:29:41 +01:00
Sébastien Chopin
fe433a4222
fix(nuxt): check if global transitions are activated for scroll behavior ( #8700 )
2022-11-04 19:09:28 +01:00
pooya parsa
19a2cd1492
fix(nuxt): ensure payload url has no protocol ( #8675 )
2022-11-03 23:28:13 +01:00
pooya parsa
9eb6a62471
fix: resolve ids to support pnpm ( #8671 )
2022-11-03 22:48:51 +01:00
pooya parsa
253c8f7ee0
fix(nuxt): disallow directly rendering error page ( #8673 )
2022-11-03 22:48:29 +01:00
pooya parsa
ea17148a6b
feat(kit, nuxt): support prerender:routes
and addPrerenderRoutes
( #8670 )
2022-11-03 22:03:12 +01:00
Daniel Roe
cda498b070
fix(nuxt): do not inline global styles in html response ( #8666 )
2022-11-03 20:17:43 +01:00
Daniel Roe
71ecffa234
fix(nuxt): don't force prerender /
if user doesn't have that route ( #8639 )
...
* fix(nuxt): don't force prerender `/` if user doesn't have `~/pages/index.vue`
* docs: add code comment
2022-11-03 15:52:03 +01:00
Daniel Roe
496fa14468
feat(nuxt): allow setting name
and path
for a route in definePageMeta
( #8633 )
2022-11-03 15:05:38 +01:00
Daniel Roe
491d02f6ca
fix(nuxt)!: use parser to generate page metadata ( #8536 )
2022-11-02 11:28:41 +01:00
Daniel Roe
bdacfa6ffe
fix(nuxt): pass async-data errors through to client ( #8521 )
2022-11-02 10:07:28 +01:00
Daniel Roe
28ffb7fea0
fix(nuxt): add vue-router
to optimized deps ( #8544 )
2022-11-02 09:53:23 +01:00
pooya parsa
1f6b3be7d4
fix(nuxt, nuxi): improve pages
creation and removal dx ( #8502 )
2022-10-27 17:50:24 +02:00
pooya parsa
265db50515
refactor(nuxt)!: cleanup schema and split nuxt 2 types ( #8487 )
2022-10-27 12:36:37 +02:00
Sacha STAFYNIAK
b010e3e861
feat: add dev-only component ( #7950 )
2022-10-26 14:43:37 +02:00
renovate[bot]
8e1bcae8c6
chore(deps): update all non-major dependencies ( #8435 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-26 13:16:56 +02:00
Anthony Fu
bbea416c23
feat: upgrade unimport
to 0.7.0 ( #8483 )
2022-10-26 10:28:00 +02:00
Daniel Roe
12808f175b
fix(nuxt): allow responding with custom headers from error.vue
( #8469 )
2022-10-26 10:25:27 +02:00
Daniel Roe
1d795f0274
fix(nuxt): call data refresh hook in parallel ( #8470 )
2022-10-25 17:29:35 +02:00
Daniel Roe
91eab1b312
feat(nuxt): add dev warnings when setPageLayout
is used incorrectly ( #8464 )
2022-10-25 14:25:49 +02:00
Daniel Roe
59d8c51b5b
refactor(schema)!: disable app.pageTransition
and app.layoutTransition
by default ( #8436 )
2022-10-24 17:23:49 +02:00
Daniel Roe
5a88510cb7
feat(kit): add updateTemplates
utility ( #8413 )
2022-10-24 10:53:02 +02:00
Daniel Roe
6bcd9cdeb1
fix(nuxt): avoid directly importing vue-router
inside <NuxtLayout>
( #8421 )
2022-10-24 10:36:49 +02:00
Daniel Roe
e1ab5cf6d6
fix(nuxt): don't load payloads for external urls ( #8370 )
2022-10-21 10:27:58 +02:00
Christian Burkhart
a0a59e2157
fix(nuxt): routerBehavior comparison for hash block ( #8383 )
2022-10-21 10:27:40 +02:00
Daniel Roe
69a6a86d7c
feat(nuxt): make useFetch
options reactive ( #8374 )
2022-10-21 10:13:14 +02:00
pooya parsa
0f2ef5d412
perf(nuxt): use simple JSON.stringify
to compare params ( #8340 )
2022-10-19 17:31:05 +02:00
Johann Schopplich
7b16719649
fix(nuxt): router defaults overwrite custom options always ( #8334 )
2022-10-19 16:48:16 +02:00
Sébastien Chopin
0106e09e32
fix(nuxt): scroll to top on dynamic routes with different params ( #8327 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-19 16:33:01 +02:00
pooya parsa
418b5671ff
fix: update h3 ( #8329 )
2022-10-19 15:59:11 +02:00
Daniel Roe
3333ef8dae
chore(nuxt): add type for headers ( #8326 )
2022-10-19 15:28:38 +02:00
Dmitriy
d82d145a0b
fix(nuxt): pass original request headers to the error page ( #7340 )
2022-10-19 15:03:01 +02:00
Joel Wenzel
ba3a11800c
feat(nuxt): default router scroll behavior ( #3851 )
...
Co-authored-by: joel <joel.wenzel@flexagon.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-19 14:43:03 +02:00
Daniel Roe
d3f3f9f348
fix(nuxt): don't use or assignment ( #8299 )
2022-10-19 09:55:32 +02:00
pooya parsa
2b2a5f3f89
fix(nuxt): ignore cache rules for middleware and errors ( #8291 )
2022-10-18 20:01:23 +02:00
Daniel Roe
cfaa46201a
fix(nuxt): lazy-load entry CSS ( #8278 )
2022-10-18 18:13:50 +02:00
Anthony Fu
e18da780a8
chore: upgrade unplugin to 0.10.x ( #8271 )
2022-10-18 11:36:06 +02:00
Daniel Roe
96a8807abf
fix(nuxt): allow disabling early hints ( #8264 )
2022-10-17 22:20:13 +02:00
Daniel Roe
a90b303d97
fix(nuxt): avoid preloading external routes ( #8255 )
2022-10-17 19:54:32 +02:00
Daniel Roe
7ebd1558ee
refactor: use getRouteRules
( #8251 )
2022-10-17 15:55:29 +02:00
Daniel Roe
2a4ebfb18b
perf(nuxt): improve link prefetching ( #8225 )
2022-10-17 13:15:29 +02:00
renovate[bot]
2cf9009d33
chore(deps): update all non-major dependencies ( #8222 )
2022-10-17 12:23:51 +02:00
Daniel Roe
9388e65971
refactor(nuxt): use h3 early hints util ( #8245 )
2022-10-17 11:16:19 +02:00
pooya parsa
895ecc7677
feat!: upgrade to nitropack@0.6
and h3@0.8
( #8218 )
2022-10-15 20:42:57 +02:00
Harlan Wilton
c0e9f428f4
fix(nuxt): avoid head dom update on same route click ( #8206 )
2022-10-15 18:57:58 +02:00
Daniel Roe
5e7dfc2338
refactor(nuxt): deprecate <Script>
component tag in template ( #8197 )
2022-10-15 13:20:24 +02:00
Benicio Cardozo
b9d6f37dfd
fix(nuxt): enable router when app/router.options.ts
file is present ( #8193 )
2022-10-15 13:04:06 +02:00
Daniel Roe
d862a6bfdd
fix(nuxt)!: refresh
to override previous requests by default ( #8190 )
2022-10-15 13:02:23 +02:00
Daniel Roe
6dcff8e428
feat(nuxt): add hook debug mode ( #7690 )
2022-10-15 12:56:15 +02:00
Julien Huang
23ad303f19
feat(nuxt)!: add <NuxtPage>
to #components
( #8145 )
2022-10-14 10:36:52 +02:00
Daniel Roe
2083ed4a63
perf(nuxt): remove vue-router
dependency from minimal app ( #8188 )
2022-10-14 10:36:03 +02:00
Benicio Cardozo
9fa147dc22
types: include nuxt-link
target types ( #8172 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-13 19:51:26 +02:00
Harlan Wilton
577573f3e8
perf(nuxt)!: use component loader to add meta components ( #8167 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-13 17:54:06 +02:00
Harlan Wilton
9e6d292ba6
feat(nuxt): migrate to latest @vueuse/head
( #8000 )
2022-10-12 18:00:17 +01:00
Alex
6ef6eae2c7
fix(nuxt): don't inline styles for per-request ssr: false
( #8106 )
...
Co-authored-by: Alex C <alex.canals@jkweb.ch>
2022-10-12 09:50:16 +01:00
Daniel Roe
5f003a9738
feat(nuxt): add ssr
route rule to enable SPA mode ( #7938 )
2022-10-11 17:03:52 +01:00
Julien Huang
ee41bb6d5d
feat(nuxt): wrap #components
client exports with createClientOnly ( #7412 )
...
Co-authored-by: jhuang@hsk-partners.com <jhuang@hsk-partners.com>
2022-10-11 16:26:03 +01:00
Daniel Roe
26b1c9ca0e
feat(nuxt): parse html to treeshake client-only components ( #7527 )
2022-10-10 16:48:23 +01:00
Daniel Roe
5a2616cfee
perf(nitro): respond with early hints in node-based environments ( #7893 )
2022-10-10 12:02:35 +01:00
Daniel Roe
81a8a25834
feat(schema, nuxt): allow user-configurable serverDir
( #7868 )
2022-10-10 11:49:44 +01:00
Daniel Roe
385674494d
feat(nuxt): refresh override for data fetching composables ( #7864 )
2022-10-10 11:33:16 +01:00
Daniel Roe
829a550580
feat(pages): add validate
hook for definePageMeta
( #7870 )
2022-10-10 11:18:20 +01:00
Daniil Chudo
75f4a54f7e
feat(nuxt): add default slot to <NuxtLoadingIndicator>
( #7128 )
...
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-10-10 11:12:36 +01:00
Daniel Roe
6d904663a4
fix(nuxt): use correct cache and add baseURL to payload ( #7984 )
2022-10-09 15:22:19 +01:00
mmis1000
c404cb1be4
fix(nuxt): page hydration and double load ( #7940 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-08 16:18:57 +02:00
Daniel Roe
1477d3759e
feat(nuxt): allow configuring plugins directory ( #7981 )
2022-10-07 09:13:12 +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
a3fd4193ce
fix(nuxt): allow auto-import component with same filename ( #7713 )
2022-10-03 15:38:43 +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
4c5048826c
fix(nuxt): don't disable scripts in dev mode with experimental noScripts
( #7745 )
2022-09-26 11:52:43 +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
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
Daniel Roe
a9a8571e35
fix(nuxt): export and auto-import clearNuxtData
( #7710 )
2022-09-21 11:53:38 +02:00
Daniel Roe
98ce2e6492
fix(nuxt): only observe tag elements for <NuxtLink>
prefetching ( #7679 )
2022-09-20 11:29:22 +02:00
Daniel Roe
347abcd065
fix(nuxt): strip non-.vue
extensions from component types ( #7673 )
2022-09-20 10:54:46 +02:00
Daniel Roe
f8a23564c3
fix(nuxt): don't treeshake client-only fallback templates ( #7659 )
2022-09-20 08:24:45 +02:00
Julien Huang
c4fe8525ef
fix(nuxt): add missing process.client
for early redirect in navigateTo ( #7625 )
2022-09-19 10:54:35 +02:00
pooya parsa
1ebdef77a6
fix(nuxt): keep state
in the initial state instead of extracting it ( #7567 )
2022-09-16 12:49:00 +02:00
Daniel Roe
c1ed6ecc3c
fix(nuxt): load payload after middleware and once final route is resolved ( #7574 )
2022-09-16 12:15:10 +02:00
pooya parsa
5605f1ce18
feat: allow disabling payload extraction ( #7588 )
2022-09-16 12:14:41 +02:00
pooya parsa
b933015850
feat(kit): useNitro()
utility ( #7557 )
2022-09-15 18:10:50 +02:00
pooya parsa
4b4558c2be
fix(nuxt): remove modulepreload for spa fallback routes with ssr:true
( #7553 )
2022-09-15 14:20:16 +02:00
Daniel Roe
5855ba4684
fix(nuxt): pass fully resolved path to nitro dist files ( #7494 )
2022-09-15 13:24:43 +02:00
Daniel Roe
3ed63a6b70
fix(nuxt): do not pass prefetched class to custom link ( #7522 )
2022-09-15 09:52:21 +02:00
pooya parsa
6e18237e7a
fix(nuxt): disable payload extraction for spa generated pages ( #7535 )
2022-09-15 09:31:55 +02:00
pooya parsa
9ee5ca2b47
feat(nuxt): generate spa fallback for nuxt generate
( #7507 )
2022-09-14 17:16:24 +02:00
pooya parsa
9024d76165
fix(nuxt): add payload.client
plugin only for production build ( #7498 )
2022-09-14 15:01:02 +02:00
pooya parsa
ac0b3a63a2
feat(nuxt, kit): auto import defineNuxtConfig
( #7497 )
2022-09-14 13:10:10 +02:00
pooya parsa
3a60bf69ce
perf(nuxt): import defineNuxtConfig
from nuxt/config
( #7485 )
2022-09-14 12:37:30 +02:00
Daniel Roe
5d79ed5f9e
feat(nuxt): allow passing transition & keepalive props to <NuxtPage>
( #7492 )
2022-09-14 12:34:16 +02:00
Daniel Roe
ee75b48526
refactor(nuxt): use relative imports into composables ( #7487 )
2022-09-14 11:22:03 +02:00
Daniel Roe
40d090745b
fix(nuxt): only delete assets when building ( #7486 )
2022-09-13 23:57:58 +02:00
Alex Liu
addcb5cd47
feat(nuxt): support prefetching <nuxt-link>
( #4329 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 22:20:23 +02:00
Daniel Roe
31de18100c
perf(nuxt): only inject preload helper when webpack is used ( #7460 )
2022-09-13 12:57:14 +02:00
Daniel Roe
3753ea0ead
feat(nuxt): add workspaceDir
option and add it to modulesDir
( #7439 )
2022-09-12 22:06:17 +02:00
pooya parsa
ceb61ada2b
refactor(schema): upgrade to untyped 0.5 ( #7452 )
2022-09-12 20:22:41 +02:00
Daniel Roe
13dc0b94c4
feat(nuxt): allow exposing type augmentations from extends layers ( #7442 )
2022-09-12 15:41:15 +02:00
Daniel Roe
5893dc201f
fix(nuxt): augment GlobalComponents from @vue/runtime-core
( #7448 )
2022-09-12 15:40:44 +02:00
Daniel Roe
46240a8c14
test(nuxt): add tests for import protection plugin ( #7416 )
2022-09-12 11:23:37 +02:00
Daniel Roe
563cf7c1c9
fix(nuxt): use more specific FetchError
for useFetch
errors ( #7435 )
2022-09-12 11:23:19 +02:00
pooya parsa
888bd7c145
feat(nuxt): payload rendering support ( #6455 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-10 15:57:16 +02:00
Daniel Roe
9abc7a2122
fix(nuxt): do not apply import protection to top-level resolution ( #7344 )
2022-09-10 13:51:17 +02:00
Daniel Roe
83949c3734
fix(nuxt): always inline entry styles ( #7386 )
2022-09-10 11:43:17 +02:00
Daniel Roe
e60d03b940
fix(nuxt): de-default layout/component imports ( #7389 )
2022-09-10 11:41:32 +02:00
Daniel Roe
9c3bef4a01
fix(nuxt): allow abortMiddleware
to receive a nuxt error or error options ( #7335 )
2022-09-08 10:52:00 +02:00
Alex Kozack
6b3a1a4256
feat(nuxt): filter support for clearNuxtData
( #7323 )
2022-09-07 15:25:37 +02:00
Daniel Roe
eab4706614
feat: allow client-side sourcemaps in production ( #7313 )
2022-09-07 13:32:10 +02:00
Alex Kozack
b2f573f685
feat(nuxt): add clearNuxtData
( #5227 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-07 13:20:09 +02:00
Vl4dimyr
fc2be9ed42
feat(nuxt): add immediate
option for useAsyncData
and useFetch
( #5500 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-07 11:47:40 +02:00
Daniel Roe
5a69f48244
fix(nuxt): don't try to set cookie after redirect ( #7288 )
2022-09-07 10:34:16 +02:00
Julien Huang
f8f5771646
perf(nuxt): cache createClientOnly
wrapper using weakmap ( #7297 )
2022-09-07 10:31:11 +02:00
Daniel Roe
1ca294e125
fix(nuxt): don't override payload error if it is present ( #7290 )
2022-09-06 18:21:53 +02:00
Daniel Roe
a931667111
feat(kit): add addImportsSources
utility ( #7270 )
2022-09-06 12:17:41 +02:00
Anthony Fu
96b5b8fd6d
fix(nuxt): import and wrap client-only components once ( #7245 )
2022-09-06 09:40:25 +02:00
Daniel Roe
cc87d2a37a
feat(nuxt): support experimental flag to render no client-side js ( #7248 )
2022-09-05 15:46:47 +02:00
Pooya Parsa
80a66dc5af
chore(deps): update nitropack to 0.5.1
2022-09-05 13:03:42 +02:00
Kévin Schnekenburger
4bd1be9174
feat(nuxt): allow extending routes with custom alias ( #7074 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 09:53:01 +02:00
HomWang
1fc34e6c06
chore: lint ( #7213 )
2022-09-04 10:31:57 +02:00
pooya parsa
ac56ce7dd1
feat(nuxt): router with hash mode ( #6980 )
2022-09-04 10:11:28 +02:00
Daniel Roe
720506d263
feat(nuxt): custom history
and routes
for app/router.options.ts
( #7129 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-04 09:42:47 +02:00
Daniel Roe
de62520990
feat(nuxt, vite): inline global and component styles in server response ( #7160 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-03 15:03:30 +02:00
Harlan Wilton
fe3fc34b12
fix(head): case http-equiv
correctly ( #7190 )
2022-09-03 14:31:09 +02:00
Damian Głowala
3e9f1efb1e
fix(nuxt): update default redirect code of navigateTo
to 302 Found
( #7189 )
2022-09-03 14:30:03 +02:00
Pooya Parsa
ee20a00f65
chore: fix typo in deprecation messages
2022-09-03 12:35:16 +02:00
pooya parsa
abd5dc58c9
fix: improve autoImports
deprecation dx ( #7158 )
2022-09-02 15:42:46 +02:00
pooya parsa
9eb95e2371
build(nuxt): update nitropack to 0.5.x
( #7141 )
2022-09-01 18:57:10 +02:00
Daniel Roe
6fbbf8c5bc
refactor(nuxt): remove unused meta:register
hook ( #7130 )
2022-09-01 11:08:56 +02:00
HomWang
cafc955fb8
docs: add explanatory comment before universal router stubs ( #7124 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-01 11:07:44 +02:00
Daniel Roe
d7b2d32b5e
chore(nuxt): prevent error page rendering a null error ( #7119 )
2022-08-31 22:19:28 +02:00
renovate[bot]
e38e1de740
refactor: apply lints from @nuxtjs/eslint-config-typescript
v11 ( #7114 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-31 20:34:17 +02:00
Daniel Roe
b90d286631
feat(nuxt): add setPageLayout
utility ( #6826 ) ( #7075 )
...
Co-authored-by: HomWang <516310460@qq.com>
2022-08-31 10:02:48 +02:00
Daniel Roe
a520185442
perf(nuxt): don't prefetch all global components ( #7069 )
2022-08-30 16:41:11 +02:00
pooya parsa
afc9d9bfc8
perf(nuxt): tree-shake asyncData client logic from server ( #7056 )
...
Co-authored-by: Ohb00 <43827372+OhB00@users.noreply.github.com>
2022-08-30 12:48:26 +02:00
pooya parsa
5a17458af5
fix(nuxt): use shared state for asyncData ( #7055 )
...
Co-authored-by: Ohb00 <43827372+OhB00@users.noreply.github.com>
2022-08-30 12:34:09 +02:00
Anthony Fu
9db2229f70
refactor: enable strict type checking everywhere ( #6943 )
2022-08-26 17:47:29 +02:00
Louis Haftmann
1e5aa85062
chore(nuxt): fix typo ( #6971 )
2022-08-26 12:09:29 +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
pooya parsa
b836e17078
chore(deps): update hookable to 2.x
( #6883 )
2022-08-23 22:47:07 +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
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
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
Daniel Roe
aab90efc19
fix(nuxt): throw hard error on initial spa load if aborted ( #6857 )
2022-08-23 10:42:54 +02:00
TheColaber
9f1ecd14c4
feat(nuxt): allow getRouteFromPath
to use objects ( #5900 )
2022-08-22 18:08:43 +02:00
Anthony Fu
e1e39b7e79
refactor(nuxt, kit): improve type strictness ( #6685 )
2022-08-22 12:12:02 +02:00
pooya parsa
3b2b22e384
fix(nuxt): use deep assignment for app.config hmr ( #6788 )
2022-08-22 11:14:25 +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
Julien Huang
c688e1898c
fix(nuxt): pass params to client-only slot ( #6584 )
2022-08-17 17:26:51 +02:00
pooya parsa
94f76ea930
feat(nuxt): app.config
with hmr and reactivity support ( #6333 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00
Daniel Roe
405629dc35
fix(nuxt): use vue-devtools-stub
to mock @vue/devtools-api
for both cjs + esm ( #6713 )
2022-08-17 16:44:36 +02:00
Anthony Fu
69c281f384
fix(nuxt): fallback to static error page on server error ( #6697 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-17 11:14:00 +02:00
Julien Huang
a3a8706e43
fix(nuxt): include tag attrs for non self-closing tags in tree-shake regex ( #6675 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-16 15:22:10 +02:00
Daniel Roe
94214d6b32
feat(nuxt): exclude page chunks from being prefetched ( #6662 )
2022-08-16 13:19:39 +02:00
Daniel Roe
33e7fc1752
fix(nuxt): don't set asyncData to existing payload on CSR if initialCache
is disabled ( #6640 )
2022-08-15 15:55:46 +02:00
Anthony Fu
d2094ea37a
refactor(vite): enable strict type checking ( #6616 )
2022-08-15 15:40:06 +02:00
Daniel Roe
8a28c430b0
fix(nuxt): add #components
alias to tsconfig ( #6634 )
2022-08-15 15:10:08 +02:00
Daniel Roe
2ec2d9b484
fix(nuxt): remove stray commas in component templates ( #6580 )
2022-08-12 21:59:08 +02:00
Anthony Fu
f350a70775
refactor(nuxt): enable strict type checking ( #6368 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-12 19:47:58 +02:00
Daniel Roe
70b024fbaa
fix(vite, nuxt): resolve relative to srcDir
rather than rootDir
( #6546 )
2022-08-12 11:11:09 +02:00
pooya parsa
b0bf25cf51
fix(nuxt): tree-shake devtools from production bundle ( #6538 )
2022-08-12 00:33:21 +02:00
pooya parsa
24a499d285
fix(nuxt)!: allow app:rendered
to modify ssr context and add render:html
( #6521 )
2022-08-11 18:34:39 +02:00
pooya parsa
5ea0474225
v3.0.0-rc.7 ( #6375 )
2022-08-11 12:40:11 +02:00
Daniel Roe
5aa7288d97
fix(nuxt): log fatal errors as well as unhandled ones ( #6488 )
2022-08-10 17:47:23 +02:00
Daniel Roe
408febada4
refactor(nuxt)!: remove null
handling for titleTemplate
( #6487 )
2022-08-10 17:46:46 +02:00
Daniel Roe
5232c1b5b4
fix(nuxt): immediately call asyncData
handler ( #6472 )
2022-08-09 23:48:48 +02:00
pooya parsa
3e27c1c52b
fix(nuxt): interopDefault for page component imports ( #6468 )
2022-08-09 20:25:35 +02:00
Gregor Becker
0b22079409
fix(nuxt): ensure component dirs in node_modules
have lower scanning priority ( #6382 )
2022-08-09 11:13:54 +02:00
YuTin Liu
03cd6717ce
fix(nuxt): handle immediate errors when calling useAsyncData
( #6441 )
2022-08-09 10:01:25 +02:00
Anthony Fu
57f9a51c18
chore(deps): upgrade unplugin ( #6429 )
2022-08-08 22:12:07 +02:00
pooya parsa
c954dcb9e9
feat(nuxt): update nitropack to latest ( #6442 )
...
* feat(nuxt): update nitropack
* update renderer to use defineRenderHandler
* update
2022-08-08 21:12:15 +02:00
Daniel Roe
46f36a4038
fix(nuxt): use payload error state as source of truth ( #6389 )
2022-08-08 16:33:31 +02:00
pooya parsa
4ec68db323
fix(nuxt): do not log 404
and showError
as fatal by default ( #6437 )
2022-08-08 14:11:50 +02:00
Daniel Roe
e3b0608470
fix(kit): move relative path handling back into nuxt templates ( #6430 )
2022-08-08 13:03:44 +02:00
Daniel Roe
fc1d7d9507
fix(schema): cleanup meta tags and deduplicate charset and viewport ( #6378 )
2022-08-07 11:53:53 +02:00
Daniel Roe
41d6f372a7
feat(nuxt): update to vue-bundle-renderer@0.4
( #6210 )
2022-08-07 11:52:34 +02:00
Daniel Roe
4623525f3f
fix(nuxt): type useRoute
return ( #6395 )
2022-08-07 06:57:11 +02:00
Daniel Roe
60656dfa2c
fix(nuxt): remove side-effect imports from page metadata ( #6376 )
2022-08-05 18:35:38 +02:00
Daniel Roe
746d553249
fix(nuxt): resolve plugins and middleware to their full path ( #6350 )
2022-08-04 17:15:42 +02:00
Daniel Roe
1f00a9f011
fix(nuxt): make route provided to page children reactive ( #6349 )
2022-08-04 13:30:18 +02:00
renovate[bot]
6d64aff6f2
chore(deps): update dependency unctx to v2 ( #6340 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-04 13:00:01 +02:00
Daniel Roe
4732d2ce3a
fix(nuxt): better equality check for json cookies ( #6352 )
2022-08-04 12:58:15 +02:00
Daniel Roe
fbe2459255
fix(nuxt): remove literal <script setup>
from comment ( #6331 )
2022-08-03 13:49:09 +02:00
Daniel Roe
f75d0dfd47
fix(nuxt): extract component to provide route ( #6325 )
2022-08-03 12:38:46 +02:00
pooya parsa
000d81d760
fix(nuxt): generate 200.html
and 404.html
spa fallback files ( #6308 )
2022-08-02 18:45:44 +02:00
Daniel Roe
4379e9d922
feat(nuxt): add setResponseStatus
utility ( #6306 )
2022-08-02 18:01:59 +02:00
Julien Huang
2cdaf8065c
feat(nuxt): remove wrapper from client only components ( #6165 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-02 17:05:02 +02:00
Sanjaiyan Parthipan
94d0c08066
feat(nuxt): add fetchpriority
attribute and literal typings for meta components ( #6251 )
2022-08-02 14:08:01 +02:00
Harlan Wilton
622c976cec
fix(nuxt): render head scripts that use body: true
( #6293 )
...
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-08-02 13:43:25 +02:00
Harlan Wilton
aa653ef6cb
fix(nuxt): avoid duplicate titleTemplate ( #6296 )
2022-08-02 13:20:44 +02:00
Daniel Roe
c72093b1f2
fix(nuxt): separate routes for different suspense forks ( #6275 )
2022-08-02 11:58:03 +02:00
Daniel Roe
b12fe7eb7c
fix(nuxt): narrow nuxt.config
import protection ( #6279 )
2022-08-01 19:25:31 +02:00
Daniel Roe
96cfe01973
fix(nuxt): do not allow catchalls to have child routes ( #6257 )
2022-08-01 09:51:46 +02:00
Kevin Marrec
5a042cd69b
feat(nuxt): extends support for app.vue
( #6228 )
2022-07-29 13:12:50 +02:00
Daniel Roe
748b063afa
fix(nuxt): don't call renderMeta if it is not defined ( #6201 )
...
* fix(nuxt): don't call renderMeta if it is not defined
* fix: check for nuxt existence as well
2022-07-28 15:11:47 +02:00
Daniel Roe
4e2667fcb7
feat(nuxt): add support for components/global
( #6070 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-27 15:05:34 +02:00
Daniel Roe
1230268a7b
fix(nuxt): allow useHead
to accept computed values ( #6174 )
2022-07-27 13:25:43 +02:00
pooya parsa
f58aa8114f
feat(nuxt): app:rendered
and app:response
hooks ( #6042 )
2022-07-27 11:53:53 +02:00
Victor Saa
5d023a80df
feat(nuxt, schema): add <NoScript>
component and noscript
typings ( #6139 )
2022-07-26 15:41:01 +02:00
hecateball
e08a493bac
fix(nuxt): add error event declaration to the <NuxtErrorBoundary>
component ( #6141 )
2022-07-26 15:36:58 +02:00
David Tai
3a822c7177
refactor(nuxt): enhance useFetch
and useLazyFetch
request type ( #4825 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-25 14:37:39 +02:00
Thomas
210cf30691
fix(nuxt): normalize manifest css file entries ( #6112 )
2022-07-25 14:05:58 +02:00
Daniel Roe
6c125bc941
fix(nuxt): don't ignore components dirs with same prefix ( #6116 )
2022-07-25 12:13:54 +02:00
Anthony Fu
416f98b6b4
fix(nuxt): auto import for components with external template ( #6053 )
2022-07-22 10:28:16 +02:00
Anthony Fu
d453729c75
fix(types): generate relative path in imports.d.ts
( #6054 )
2022-07-22 09:30:29 +02:00
Anthony Fu
d135608ef0
fix(nuxt): use relative path to generate plugin variables ( #6030 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 20:09:27 +02:00
Daniel Roe
78618f1f21
feat(nuxt): improve error dx for users ( #4539 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:29:03 +02:00
Anthony Fu
1a862526fe
perf(nuxt): transform #imports
to improve tree-shaking ( #5763 )
2022-07-21 16:27:23 +02:00
Daniel Roe
54e672db19
fix(nuxt): always write nitro types when building ( #6035 )
2022-07-21 15:50:41 +02:00
Daniel Roe
8f7b9f904e
fix(pages): ignore expression delimiters within quotes ( #6033 )
...
* fix(pages): ignore expression delimiters within quotes
* perf: use re
* test: add test that would have failed
2022-07-21 15:49:48 +02:00
Anthony Fu
b4b98041f0
fix(kit, nuxt): always sort globby results ( #6029 )
2022-07-21 12:46:50 +02:00
Daniel Roe
fa8b0f7c79
feat(vite)!: upgrade vite to v3 ( #5398 )
2022-07-21 12:44:33 +02:00
Daniel Roe
92269dde44
fix(nuxt)!: change statusCode
type to number for error page template ( #6010 )
2022-07-20 19:00:42 +02:00
pooya parsa
2e85cd0252
refactor(nuxt): add treeshakeClientOnly
experimental flag ( #5934 )
...
* refactor(nuxt): add `treeshakeClientOnly` experimental flag
* test: enable flag for fixture
2022-07-17 15:13:04 +02:00
Daniel Roe
dce07e5831
fix(nuxt): lazy load and tree-shake error templates ( #5930 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Kevin Marrec <kevin@marrec.io>
2022-07-16 00:15:31 +02:00
Daniel Roe
df04a665ce
perf(nuxt): tree-shake client-only components from ssr bundle ( #5750 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-14 19:46:12 +02:00
pooya parsa
0ef08190ae
fix(nuxt): fix issues with vue-router
and @vue/devtools-api
bundling ( #5874 )
2022-07-13 14:42:24 +02:00
Daniel Roe
1ced224389
fix(nuxt): warn about legacy and invalid plugins ( #5857 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-12 19:06:55 +02:00
Anthony Fu
135dfdf73b
fix(nuxt): replace process.dev
in nitro bundle ( #5852 )
2022-07-12 14:32:07 +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
Daniel Roe
b045b7141b
fix(nuxt): don't return stub function from tree-shaken composables ( #5786 )
2022-07-08 14:42:26 +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
pooya parsa
f321a56e63
fix(nuxt): use virtual server stub with ssr: false
( #5773 )
2022-07-07 18:51:42 +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
Daniel Roe
271262e10a
feat(nuxt): prerender all pages by default ( #5709 )
2022-07-07 17:07:37 +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
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
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
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
fe508f5d20
fix(nuxt): pass attrs and props to client-only components ( #5668 )
2022-06-30 16:08:05 +02:00
Daniel Roe
8c2c80e43e
feat(nuxt)!: support universal global middleware ( #5038 )
2022-06-27 14:10:29 +02:00
Anthony Fu
7efdb486db
fix(vite-node): on-demand manifest ( #5017 )
2022-06-27 14:08:52 +02:00
Daniel Roe
d7d97cd7d1
fix(nuxt): prefer nuxt app context over getCurrentInstance
( #5456 )
2022-06-15 14:00:34 +02:00
Daniel Roe
e10517d4d7
fix(nuxt): normalize string transpile paths for windows ( #5461 )
...
* fix(nuxt): normalize string transpile paths for windows
* Update packages/nuxt/src/core/nuxt.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-15 13:52:46 +02:00
Jaemin Choi
95b38e241d
fix(nuxt): don't add macro query to the end of id ( #5413 )
...
* fix(nuxt): don't add macro query to the end of id
* Update packages/nuxt/src/pages/macros.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-12 23:46:31 +02:00
Daniel Roe
0f4fa5643f
fix(nuxt): ignore whitespace and commas within resolveComponent
( #5428 )
2022-06-12 23:22:15 +02:00
Daniel Roe
59da4c6dd4
fix(nuxt): exclude non-cwd auto-imports and don't process all files ( #5421 )
2022-06-12 22:12:43 +02:00
Daniel Roe
fbcbac01d6
fix(nuxt): don't debounce watcher and include layers ( #5002 )
2022-06-10 16:50:47 +02:00
Daniel Roe
11a7340883
feat(nuxt): experimental flag to use external vue dependencies ( #5083 )
2022-06-10 16:31:36 +02:00
Daniel Roe
f6bf4f7559
fix(nuxt): throw an error when using unknown route middleware ( #5323 )
2022-06-10 15:35:58 +02:00
Daniel Roe
846be5cee2
fix(nuxt): transform extends layers within node_modules
( #5042 )
2022-06-10 15:33:16 +02:00
Daniel Roe
970758e050
revert(nuxt): revert router hotfix #4983 ( #5394 )
2022-06-10 15:15:53 +02:00
Daniel Roe
93f6a1e4ca
fix(vite, kit, nuxt): generate safe variable names using knitwork ( #4906 )
2022-06-10 15:12:21 +02:00
Daniel Roe
27a0084b6c
fix(nuxt): keep route param optionality when sibling is an index ( #5300 )
2022-06-09 15:03:08 +02:00
Daniel Roe
b31186b658
fix(nuxt): sort routes with dynamic params at the end ( #4983 )
2022-06-09 14:09:34 +02:00
Anthony Fu
a802b87ac7
feat(nuxt): support auto imports within <template>
( #4904 )
2022-06-08 22:09:31 +02:00
Daniel Roe
247deacc2b
fix(nuxt): relax server import protections ( #5355 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-08 21:51:38 +02:00
Xin Du (Clark)
139fc11c5a
refactor: fix typo and code improvements ( #5344 )
2022-06-08 21:49:11 +02:00
Anthony Fu
eafd92c457
fix(types): tidy types for useAsyncData
( #5340 )
2022-06-08 21:45:12 +02:00
Daniel Roe
822928b07e
fix(nuxt): add ssrContext
types on NuxtApp
( #5333 )
2022-06-08 21:37:50 +02:00
Daniel Roe
eb12c7a845
fix(nuxt): support RouterView
props in NuxtPage
( #5272 )
2022-06-03 16:01:46 +02:00
Daniel Roe
1fda73267a
fix(nuxt): respect navigateTo
options using server middleware in server-side ( #5145 )
2022-06-01 00:09:32 +02:00
Anthony Fu
fca2ed7cc5
fix(nuxt): default statusCode of navigateTo
from 301
to 302
( #5173 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-31 23:28:52 +02:00
Daniel Roe
9adecac0b7
fix(nuxt): add default empty title to trigger titleTemplate
( #5064 )
2022-05-20 16:43:07 +02:00
Daniel Roe
a4a3cffb92
fix(nuxt): allow passing extraneous attrs to meta components ( #5071 )
2022-05-20 16:42:19 +02:00
Julien Huang
4e53af3e99
fix(nuxt): fix router redirection on aliased pages ( #4982 )
2022-05-20 11:15:57 +02:00
Daniel Roe
46c656c4b8
fix(nuxt): check for 404s after user middleware ( #4913 )
2022-05-12 11:13:38 +02:00
Daniel Roe
cad4edd5a3
fix(nuxt): respect baseurl when redirecting (and universal router) ( #4933 )
...
* fix(nuxt): respect baseurl when redirecting (and universal router)
* test: add test case for redirect
2022-05-11 19:33:29 +02:00
renovate[bot]
7e89fe8f6c
chore(deps): update all non-major dependencies ( #4914 )
...
* chore(deps): update all non-major dependencies
* update lock
* fix: update types
* fix: update error type
* test: update useFetch url
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-05-11 14:32:05 +02:00
Sébastien Chopin
9e5a3cdc6f
fix(nuxt): avoid redirect with different encoding and trailing slash ( #4857 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-05-06 18:02:50 +02:00
pooya parsa
a58178c4fd
refactor(nuxt): cleanup renderer entry ( #4853 )
2022-05-06 17:34:21 +02:00
Jalil Wahdatehagh
5816fee892
fix(nuxt): add missing import to client only wrapper ( #4851 )
2022-05-06 15:32:29 +02:00
pooya parsa
92847ed924
feat(nuxt, kit): add shortcuts to register custom server handlers ( #4850 )
2022-05-06 15:31:52 +02:00
Daniel Roe
e0125f49ff
fix(schema): add back PublicRuntimeConfig
interface for augmentation ( #4849 )
2022-05-06 15:27:42 +02:00
pooya parsa
f67deed037
feat(nuxt)!: upgrade nitropack
to 0.4.x
( #4837 )
2022-05-06 15:03:38 +02:00
Anthony Fu
a862a67c80
feat(auto-import): custom include option ( #4834 )
2022-05-06 13:11:34 +02:00
Daniel Roe
87c62513fa
fix(nuxt): await asyncData if ssr: false
( #4791 )
2022-05-06 13:04:01 +02:00
Daniel Roe
b29f635646
fix(nuxt): normalise window location for universal router ( #4841 )
2022-05-06 13:02:35 +02:00
Daniel Roe
750460693e
fix(nuxt): check if default slot is provided before calling it ( #4842 )
2022-05-06 12:52:08 +02:00
Daniel Roe
27d67360e4
fix(nuxt): clear errors after navigation ( #4839 )
2022-05-06 12:50:54 +02:00
Julien Huang
6b1671181e
fix(nuxt) : add default value for nitro.rollupConfig.plugins
( #4830 )
2022-05-06 10:33:56 +02:00
pooya parsa
ebc27ce997
fix(nuxt): ensure url is not empty string ( #4781 )
2022-05-05 22:46:54 +02:00
Daniel Roe
f74a523f13
fix(nuxt): use router.resolve
to resolve initial url ( #4770 )
2022-05-03 11:31:58 +02:00
Daniel Roe
1f8e3e2f33
feat(nitro): add nitro:build:before
hook ( #4304 )
...
* fix(nitro): add back `nitro:generate` hook
* fix: use `nitro:generate` hook for vite workarounds
* fix: remove comment
* fix: only call `nitro:generate` in build mode
* rename hook to `nitro:_build`
* fix: use `nitro:build:before`
* move dev guard
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-05-02 22:15:47 +02:00
Max Heilmann
ffb9f71312
fix(nuxt): preserve error.data
in response ( #4755 )
2022-05-02 18:34:16 +02:00
Daniel Roe
4826918ed0
fix(nuxt): process middleware after plugins ( #4645 )
2022-05-02 12:00:08 +02:00
Alex Liu
eb903bd66e
fix(nuxt3): improve error types for useAsyncData
and useFetch
( #4210 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-29 20:42:22 +02:00
Daniel Roe
2a3fbb4c24
fix(nuxt): mark config head as non-reactive ( #4666 )
2022-04-29 20:12:54 +02:00
Anthony Fu
256df28124
chore: enable typecheck ci for packages ( #4664 )
2022-04-29 11:38:22 +02:00
Daniel Roe
ab3971d302
fix(nuxt): use suspense for child pages on client-side navigation ( #4677 )
2022-04-29 11:37:49 +02:00
Daniel Roe
7e912e7bf4
fix(nuxt): warn to provide a key for useFetch
with transform
option ( #4590 )
2022-04-27 18:19:10 +02:00
Daniel Roe
2bfd749c24
feat(pages)!: explicitly allow optional params with [[
( #4537 )
2022-04-26 18:10:05 +02:00
Anthony Fu
eb4b8c4c9d
fix(nuxt): cleanup auto imports on regenerate ( #4626 )
2022-04-26 17:52:39 +02:00
Anthony Fu
46ecbc558d
fix(nuxt): await for router.push
on ssr ( #4491 )
2022-04-22 17:37:52 +02:00
Daniel Roe
650d12fa9c
feat: allow disabling sourcemap generation ( #4509 )
2022-04-22 17:35:42 +02:00
Daniel Roe
78fcbcf16f
fix(nuxt3): respect custom public dir in layers ( #4477 )
2022-04-20 22:07:01 +02:00
pooya parsa
3c3291226d
fix(nuxt): skip server build with generate ( #4472 )
2022-04-20 21:12:04 +02:00
pooya parsa
13a386da90
feat(nuxt): enable nuxt telemetry ( #4467 )
2022-04-20 20:25:09 +02:00
Daniel Roe
d0ae5851e4
fix(nuxt): return 404 if hitting 404.vue
( #4460 )
...
* fix(nuxt): return 404 if hitting `404.vue`
* docs: add info about `pages/404.vue`
2022-04-20 16:24:08 +02:00
Daniel Roe
7b091abcea
fix(nuxt3): default client-side fetch to use baseURL ( #4456 )
2022-04-20 14:35:33 +02:00
Daniel Roe
d469c9a6d7
fix(nuxt3): don't rely on auto-imports for defineAsyncComponent
( #4454 )
2022-04-20 12:20:49 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt ( #4449 )
2022-04-20 10:52:39 +02:00