Daniel Roe
|
96d9d56ac5
|
fix(nuxt): decrement hydration count when rendering no route (#23476)
|
2023-10-01 16:22:39 +01:00 |
|
Albert Brand
|
df90d4234c
|
fix(nuxt): ignore prefix if clearNuxtState called w/o keys (#23483)
|
2023-10-01 09:37:53 +01:00 |
|
Hendrik Heil
|
b95c85b552
|
fix(nuxt): stringify cookie values before broadcasting them (#23449)
|
2023-09-29 11:59:47 +01:00 |
|
Daniel Roe
|
a06d5247ca
|
feat(nuxt): add prerenderRoutes ssr composable (#22863)
|
2023-09-28 11:54:22 +01:00 |
|
Daniel Roe
|
4b5e6ff195
|
feat(nuxt): warn when nesting nuxt links when SSR on dev (#23286)
|
2023-09-28 11:08:20 +01:00 |
|
Daniel Roe
|
1b34386707
|
fix(nuxt): rename stub to avoid shadowing vue-router (#23440)
|
2023-09-28 08:37:14 +01:00 |
|
Arsen Goian
|
17e6c1f7fb
|
fix(nuxt): apply scoped styles to islands (#23386)
|
2023-09-28 08:36:13 +01:00 |
|
Damian Głowala
|
7005a66d9a
|
fix(nuxt): initialise asyncData errors with null (#23428)
|
2023-09-27 14:43:53 +01:00 |
|
github-actions[bot]
|
5abd8a231f
|
v3.7.4
|
2023-09-26 02:18:14 +02:00 |
|
Daniel Roe
|
a6f845d1ec
|
fix(nuxt): detect nested pages with /index segments (#23404)
|
2023-09-26 02:09:12 +02:00 |
|
renovate[bot]
|
0844735187
|
chore(deps): update all non-major dependencies (main) (#23378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-26 01:32:44 +02:00 |
|
renovate[bot]
|
f4b0e3d3b5
|
chore(deps): update all non-major dependencies (main) (#23346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-22 22:00:03 +02:00 |
|
Daniel Roe
|
e900190278
|
fix(nuxt): add import protection for nuxt/* exports (#23357)
|
2023-09-22 12:32:13 +02:00 |
|
Percy Ma
|
3b90f82f8d
|
fix(nuxt): apply right types to modules and their runtime files (#23240)
|
2023-09-22 09:25:52 +02:00 |
|
Daniel Roe
|
a2fb8234ac
|
fix(nuxt): generate empty file when shim is disabled (#23333)
|
2023-09-22 09:20:29 +02:00 |
|
renovate[bot]
|
f842da5b90
|
chore(deps): update all non-major dependencies (main) (#23314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-21 18:42:17 +02:00 |
|
renovate[bot]
|
eab27717b8
|
chore(deps): update all non-major dependencies (main) (#23284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-20 10:51:28 +01:00 |
|
Daniel Roe
|
7dce07653c
|
fix(nuxt): experimental build manifest + client route rules (#21641)
|
2023-09-19 22:31:18 +01:00 |
|
Pooya Parsa
|
2bf9028f7e
|
refactor(kit,nuxt,schema): use consola and improve test dx (#23302)
|
2023-09-19 22:26:15 +01:00 |
|
renovate[bot]
|
ac380ad053
|
chore(deps): update all non-major dependencies (main) (#23248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-18 10:28:13 +01:00 |
|
Daniel Roe
|
137c0b6054
|
fix(nuxt): don't incl overridden layer pages as nested children (#23238)
|
2023-09-16 09:53:37 +01:00 |
|
Joaquín Sánchez
|
bc8a1fa614
|
fix(nuxt): load layer middlewares before project middlewares (#22925)
|
2023-09-16 09:39:51 +01:00 |
|
renovate[bot]
|
f27c708bcd
|
chore(deps): update all non-major dependencies (main) (#23196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-15 13:21:37 +01:00 |
|
Julien Huang
|
ceab38770d
|
fix(nuxt): correct islandsTransform slot regex (#23226)
|
2023-09-14 22:44:18 +01:00 |
|
Daniel Roe
|
ba3ca72387
|
refactor(nuxt): use built-in consola prompts (#23205)
|
2023-09-14 10:17:55 +01:00 |
|
Daniel Roe
|
e729406805
|
fix(nuxt): use original escapes/quotes in page re-exports (#23191)
|
2023-09-14 07:06:07 +01:00 |
|
github-actions[bot]
|
16e40f899e
|
v3.7.3
|
2023-09-13 23:52:45 +01:00 |
|
renovate[bot]
|
cf59564cae
|
chore(deps): update all non-major dependencies (main) (#23173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-13 23:41:45 +01:00 |
|
Daniel Roe
|
a95fd28725
|
fix(nuxt): allow importing server components from #components (#23188)
|
2023-09-13 23:35:53 +01:00 |
|
Julien Huang
|
95d1f9944d
|
refactor(nuxt): don't wrap server placeholders/client fallbacks (#21980)
|
2023-09-13 22:56:15 +01:00 |
|
Daniel Roe
|
8c1eaa0078
|
fix(nuxt): ensure plugins retain original order (#23174)
|
2023-09-13 09:35:11 +01:00 |
|
renovate[bot]
|
6afbdc349e
|
chore(deps): update all non-major dependencies to ^1.7.0 (main) (#23161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-13 09:06:35 +01:00 |
|
github-actions[bot]
|
ebacf199fe
|
v3.7.2
|
2023-09-12 22:35:55 +01:00 |
|
Daniel Roe
|
3e1ad3e20b
|
fix(nuxt): allow overriding components + only warn if clash (#23156)
|
2023-09-12 21:47:42 +01:00 |
|
Daniel Roe
|
9892d5cd3b
|
fix(nuxt): allow changing dirs within modules (#23133)
|
2023-09-12 15:27:28 +01:00 |
|
Daniel Roe
|
842a2e5cf9
|
chore(nuxt): update nuxi (#23145)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-09-12 15:26:55 +01:00 |
|
Daniel Roe
|
a4cf8a0c24
|
fix(nuxt): respect layer order for other layer plugins (#23148)
|
2023-09-12 15:24:35 +01:00 |
|
renovate[bot]
|
7f122cc809
|
chore(deps): update all non-major dependencies (main) (#23063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-12 11:02:10 +01:00 |
|
Daniel Roe
|
15e6dfb560
|
fix(nuxt): allow granularly overriding pages in layers (#23134)
|
2023-09-12 10:46:35 +01:00 |
|
Daniel Roe
|
574102c523
|
fix(nuxt): default scanned layer components to priority 0 (#23127)
|
2023-09-11 19:17:42 +01:00 |
|
Daniel Roe
|
df6a992cd6
|
fix(nuxt): handle unset spa-loading fallback (#23120)
|
2023-09-11 13:07:28 +01:00 |
|
David Gonzalez
|
28af761c74
|
fix(nuxt): load spaLoadingTemplate if file exists (#23048)
|
2023-09-11 12:02:28 +01:00 |
|
Daniel Roe
|
40601ec15f
|
fix(nuxt): find parent routes by exact path match (#23040)
|
2023-09-11 11:50:19 +01:00 |
|
Maxime Pauvert
|
aa73cbeaf9
|
fix(nuxt): include method when creating useFetch auto key (#23086)
|
2023-09-11 09:14:01 +01:00 |
|
Dmitry Istomin
|
48fa30af92
|
fix(nuxt): handle optional params within a path segment (#23070)
|
2023-09-11 09:13:24 +01:00 |
|
Julien Huang
|
3f9fa008d9
|
fix(nuxt): exclude data-v attrs from server component props (#23095)
|
2023-09-10 09:06:11 +01:00 |
|
Julien Huang
|
dfdebf2919
|
fix(nuxt): don't joinURL with remote sources on NuxtIsland (#23093)
|
2023-09-08 20:48:42 +01:00 |
|
renovate[bot]
|
5660a36a06
|
chore(deps): update all non-major dependencies (main) (#23022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-07 10:47:47 +01:00 |
|
Julien Huang
|
48fb6e243b
|
fix(nuxt): scroll to top by default on dynamic routes (#22403)
|
2023-09-06 20:44:59 +01:00 |
|
github-actions[bot]
|
88a6d0a499
|
v3.7.1
|
2023-09-05 14:49:23 +01:00 |
|