1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 09:36:35 +00:00
Commit Graph

176 Commits

Author SHA1 Message Date
Daniel Roe
b4bce578c6
fix(nuxt): don't refetch server components in initial html () 2024-03-06 11:55:06 +00:00
Daniel Roe
4fbbc10f62
fix(nuxt): skip vue style blocks in unctx transform () 2024-03-03 21:36:12 +00:00
Julien Huang
196223c0fb
feat(nuxt): server-only pages () 2024-02-26 17:39:26 +00:00
OnlyWick
e817655c14
fix(nuxt): in dev, don't link css files with ?inline query () 2024-02-16 17:04:37 +00:00
Julien Huang
7dd0225007
fix(nuxt): fetch non-server rendered islands when hydrating () 2024-02-05 10:36:20 +00:00
Enkot
876d910c3f
fix(nuxt): broadcast cookie change in correct format () 2024-02-03 23:15:26 +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
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
Becem
a551b216ea
fix(nuxt): use default export for raw components () 2024-01-20 20:43:11 +00:00
Becem
10af369436
fix(nuxt): use named import for lazy components () 2024-01-19 21:43:19 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility () 2024-01-18 16:09:27 +00:00
Danila Rodichkin
6ca3a6fecb
fix(nuxt): don't share object between raw cookie and cookie ref () 2024-01-17 11:53:14 +00:00
Daniel Roe
7087a06c6d
fix(nuxt): clone cookie to detect changes within object () 2024-01-02 15:37:19 +00:00
Julien Huang
1b93e604d3
feat(nuxt): allow client components within NuxtIsland () 2023-12-19 12:21:29 +00:00
Sébastien Chopin
d26822f3df
feat(nuxt): add callOnce util to allow running code only once () 2023-12-19 11:00:11 +00:00
Harlan Wilton
642d4dc9de
fix(nuxt): eager load island components map () 2023-12-19 10:07:34 +00:00
Daniel Roe
d5c95ad472
fix(nuxt): revert async transform of setup within defineComponent () 2023-12-16 11:09:41 +00:00
Daniel Roe
db3a9f0554
feat(nuxt): transform setup within defineComponent options () 2023-12-14 21:00:36 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
Aaron_Zhou
5493d60c4a
fix(nuxt): provide route component names to KeepAlive cache () 2023-11-14 16:56:31 +00:00
Daniel Roe
c1ddb359e3
chore: update to use @nuxt/eslint-config ()
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2023-11-09 18:01:13 +01:00
Daniel Roe
9bab21edbc
test: add route-provider e2e test () 2023-11-09 03:21:19 +00:00
webfansplz
ea3ce937e6
fix(nuxt): handle async children in ClientFallback () 2023-11-03 21:04:26 +00:00
Daniel Roe
dce8ebb336
test: await before asserting console logs () 2023-10-31 13:56:28 +01:00
ordago
995cba84a2
docs: fix typos () 2023-10-25 09:36:04 +09:00
Julien Huang
a037512562
fix(nuxt): render a div when client-only hydrates w/o element () 2023-10-25 09:34:22 +09:00
warflash
f4d67a9bcd
fix(nuxt): refetch both undefined/null values in useAsyncData () 2023-10-16 20:20:02 +01:00
Julien Huang
24b629e82e
fix(nuxt): skip hydration mismatches with client components () 2023-10-16 14:09:54 +01:00
Pooya Parsa
2bf9028f7e
refactor(kit,nuxt,schema): use consola and improve test dx () 2023-09-19 22:26:15 +01:00
Daniel Roe
e729406805
fix(nuxt): use original escapes/quotes in page re-exports () 2023-09-14 07:06:07 +01:00
Julien Huang
48fb6e243b
fix(nuxt): scroll to top by default on dynamic routes () 2023-09-06 20:44:59 +01:00
Daniel Roe
b5ce892864
fix(nuxt): respect ignorelist when scanning auto-imports () 2023-08-24 13:42:15 +01:00
Jongmin Yoon
6f7d86be78
fix(nuxt): recreate asyncData when immediate is disabled () 2023-08-24 13:06:29 +01:00
Daniel Roe
29f4eeff69
feat(nuxt): add support for routeRules defined within pages () 2023-08-23 21:38:17 +01:00
Daniel Roe
815230c1b5
test: add regression test for escaping payload () 2023-08-23 21:03:10 +01:00
anhao
4e538a03e2
fix(vite): use '' key for root scope in variable collector () 2023-08-17 15:35:28 +02:00
Pooya Parsa
c8cba7a062 test: reduce verbose log outputs 2023-08-15 07:35:56 +01:00
Daniel Roe
b2cea4927e
feat(nuxt): allow experimental global: 'sync' components () 2023-08-09 12:19:00 +01:00
pooya parsa
554f868bce
feat(nuxt): experimental native async context support ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-08-08 00:57:35 +02:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
Daniel Roe
ae8314b236
chore: refresh lockfile () 2023-08-07 14:03:41 +01:00
Daniel Roe
5926bbeff8
feat(nuxt): allow 'lazy' (non-blocking) server components () 2023-07-31 09:51:09 +01:00
Julien Huang
2e6c4519cf
fix(nuxt): bind createClientOnly render function to ctx () 2023-07-24 09:00:31 +01:00
Daniel Roe
5b409f8579
fix(nuxt): avoid premature hydration when using async layouts () 2023-07-19 07:55:53 +01:00
Daniel Roe
449a01526a
fix(nuxt): ensure we only increment hydrating count once () 2023-07-18 16:21:53 +01:00
Daniel Roe
d0dde6426f
fix(nuxt): preserve old vnode when leaving nested route () 2023-07-05 12:39:39 +02:00
anhao
e70ff83e72
fix(vite): fix issue detecting shadowed keyed composables () 2023-07-05 11:35:45 +02:00
Julien Huang
9f5130d06b
fix(nuxt): stop loading indicator on navigation failure () 2023-07-03 12:14:17 +01:00
Anthony Fu
adb1c122a7
fix(nuxt): fix error on layout switching ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-06-23 11:02:01 +01:00