1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Commit Graph

3691 Commits

Author SHA1 Message Date
Ted de Koning
be7d43034b
fix(nuxt): correct return type of refresh functions () 2024-02-02 14:40:07 +00:00
Troy Ciesco
ced401abb7
fix(schema): correctly set value for app.viewTransition () 2024-02-02 14:38:42 +00:00
renovate[bot]
95d475535a
chore(deps): update all non-major dependencies (main) () 2024-02-02 14:37:28 +00:00
Julien Huang
10f2356ab4
fix(nuxt): only request animation frame on client () 2024-02-01 18:14:11 +00:00
renovate[bot]
2364aabe93
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-01 11:51:51 +00:00
renovate[bot]
4fe5b4e02b
chore(deps): update dependency vite-plugin-checker to ^0.6.3 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 17:50:13 +00:00
renovate[bot]
d7226f5ad0
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-31 13:28:17 +00:00
Bobbie Goede
50d69bff3a
fix(nuxt): fix syntax error when serializing route meta () 2024-01-31 09:54:01 +00:00
github-actions[bot]
da3c502f08
v3.10.0 2024-01-30 15:25:00 +00:00
Daniel Roe
f1fe97fc8a
fix(nuxt): prioritise later items in pages:routerOptions hook () 2024-01-30 13:55:18 +00:00
Daniel Roe
b96fe1ecec
chore: remove extra 'not' in warning message 2024-01-30 13:17:13 +00:00
Якин Никита
658a0ffed7
feat(nuxt): useId composable ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2024-01-30 09:10:13 +00:00
Daniel Roe
b0f50bec1b docs: remove unnecessary warning on sharedPrerenderData 2024-01-29 20:22:23 +00:00
renovate[bot]
7d65769496
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-29 16:53:25 +00:00
Nozomu Ikuta
0d91e52211
chore(nuxt): warn if NuxtPage is not used when pages enabled () 2024-01-29 16:52:03 +00:00
Daniel Roe
407fde6765
feat(nuxt): experimentally extract route metadata at build time ()
Co-authored-by: Bobbie Goede <bobbiegoede@gmail.com>
2024-01-29 16:44:54 +00:00
Ivan Kalachikov
90ca0e8797
feat(nuxt): slow down loading indicator when approaching 100% () 2024-01-29 16:19:32 +00:00
Daniel Roe
ecc4c8e0c5
fix(nuxt): prevent initial scroll jump when loading page () 2024-01-29 13:56:23 +00:00
Horváth Bálint
995acd9983
feat(nuxt): allow controlling view transitions in page meta () 2024-01-29 12:23:51 +00:00
kevin olson
f40e5dcc8b
fix(nuxt): match nitro + nuxt useRuntimeConfig signatures () 2024-01-29 11:49:29 +00:00
Daniel Roe
73421483f6
fix(nuxt): improve return type of useRequestEvent () 2024-01-29 11:48:35 +00:00
Michael Brevard
860cfe16b3
perf(vite): avoid endsWith when checking for whitespace () 2024-01-29 11:11:06 +00:00
Daniel Roe
b5853c977e
fix(nuxt): avoid vue-router warning with routeRule redirect () 2024-01-29 11:07:52 +00:00
Enkot
034d1aaa6f
feat(nuxt): refreshCookie + experimental CookieStore support () 2024-01-29 10:37:32 +00:00
Daniel Roe
c446602529
fix(vite): extract styles for shared chunks () 2024-01-28 21:25:42 +00:00
Damian Głowala
9eb0d21ad5
fix(nuxt): improve global/payload error type with NuxtError () 2024-01-28 20:50:53 +00:00
renovate[bot]
2337d825e8
chore(deps): update vitest to v1.2.2 (main) () 2024-01-28 06:25:06 +00:00
Julien Huang
de0ceaa72a
fix(nuxt): add runtime check to filter plugins in dependsOn () 2024-01-27 22:14:18 +00:00
Julien Huang
13384149f7
fix(nuxt): remove dynamic nuxt-client within template code () 2024-01-27 21:45:34 +00:00
Becem
aa4faaab3c
fix(nuxt): do not rerun synchronous callOnce callbacks () 2024-01-25 14:29:50 +00:00
Daniel Roe
a42aaecfb5
fix(nuxt): add router.options files in definite order () 2024-01-23 17:44:14 +00:00
Daniel Roe
7e375b5ed8
fix(nuxt): stop tracking suspense when error hydrating page () 2024-01-23 12:31:39 +00:00
Julien Huang
48ce560901
fix(nuxt): preserve instance.attrs in client-only components () 2024-01-23 10:22:45 +00:00
hitochan777
95a5213766
fix(nuxt): handle plugin dependencies with mixed load state () 2024-01-22 09:57:17 +00:00
Becem
a551b216ea
fix(nuxt): use default export for raw components () 2024-01-20 20:43:11 +00:00
Alexander Lichter
9d1ca7cd88
fix(nuxt): deprecate boolean values for dedupe () 2024-01-19 23:50:16 +00:00
Sébastien Chopin
90d8518c84
feat(nuxt): throw error if setInterval is used on server () 2024-01-19 22:38:15 +00:00
Alexander Lichter
c93c526f50
refactor(nuxt): remove currentRoute non-ref warning () 2024-01-19 22:23:03 +00:00
Becem
10af369436
fix(nuxt): use named import for lazy components () 2024-01-19 21:43:19 +00:00
Daniel Roe
648ef06993
fix(vite): pass hidden sourcemap values to vite () 2024-01-19 18:08:17 +00:00
Luke Nelson
ce8a2aaf37
docs(nuxt): add @since annotations to exported composables () 2024-01-19 17:03:30 +00:00
renovate[bot]
214451dcef
chore(deps): update dependency vite to v5.0.12 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 16:41:06 +00:00
renovate[bot]
c266e82456
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 12:40:46 +00:00
Julien Huang
a57b428587
fix(nuxt): overwrite island payload instead of merging () 2024-01-19 12:21:42 +00:00
renovate[bot]
92ba515549
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-19 10:20:46 +00:00
Alexander Lichter
040cd97c3c
fix(schema): remove defineModel option as it is now stable () 2024-01-19 09:48:24 +00:00
Julien Huang
ce7845cbcf
fix(nuxt): allow omitting fallback in island response () 2024-01-18 22:20:01 +00:00
renovate[bot]
28b58c9145
chore(deps): pin devdependency unenv to 1.9.0 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 16:34:45 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility () 2024-01-18 16:09:27 +00:00
Daniel Roe
807ead6f1a
feat(nuxt): add pages:routerOptions hook () 2024-01-18 16:06:00 +00:00