1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-04 22:04:29 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Julien Huang
3f1db54b80
feat(nuxt): allow server islands to manipulate head () 2024-08-22 13:10:17 +01:00
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
Julien Huang
196223c0fb
feat(nuxt): server-only pages () 2024-02-26 17:39:26 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +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
Julien Huang
a037512562
fix(nuxt): render a div when client-only hydrates w/o element () 2023-10-25 09:34:22 +09:00
Julien Huang
48fb6e243b
fix(nuxt): scroll to top by default on dynamic routes () 2023-09-06 20:44:59 +01:00
Jongmin Yoon
6f7d86be78
fix(nuxt): recreate asyncData when immediate is disabled () 2023-08-24 13:06:29 +01:00
Daniel Roe
b2cea4927e
feat(nuxt): allow experimental global: 'sync' components () 2023-08-09 12:19:00 +01:00
Julien Huang
9f5130d06b
fix(nuxt): stop loading indicator on navigation failure () 2023-07-03 12:14:17 +01:00
Julien Huang
70c5ec86d2
feat(nuxt): full scoped slots support for server components () 2023-05-15 23:43:53 +01:00
Inesh Bose
d077c10c41
feat(nuxt): allow fallback production content in <DevOnly> () 2023-05-13 23:32:31 +01:00
Daniel Roe
c7be5b4ec6
refactor(nuxt): rework and use isJS and isVue utilities consistently () 2023-04-19 19:17:36 +01:00
Daniel Roe
22f1f71e3e
fix(nuxt): mark entire payload as reactive () 2023-04-12 01:42:45 -07:00
Julien Huang
163913a744
feat(nuxt): add experimentalNoScripts route rule () 2023-04-11 07:17:44 -07:00
Daniel Roe
9878c5b6e4
style: enable sort-imports eslint rule () 2023-04-07 09:02:47 -07:00
Daniel Roe
c65c5a8e79
fix(nuxt): deprecate old (pre-rc) runtimeConfig () 2023-04-07 04:36:45 -07:00
Daniel Roe
df3ae8cb4e
feat(nuxt): enable chunk error handling by default () 2023-03-08 12:17:22 +00:00
Anthony Fu
59918f569e
feat(nuxt): scan composables with star export () 2023-03-01 04:24:46 -08:00
Daniel Roe
96b09ea982
feat(nuxt): add experimental app:chunkError hook and reload strategy () 2023-02-16 04:43:58 -08:00
Daniel Roe
fdb31f418f
fix(nuxt): don't render unknown components with placeholder () 2023-01-25 02:30:59 -08:00
Anthony Fu
5ede291a14 test: init hmr testing () 2023-01-22 16:47:24 +00:00
Daniel Roe
2d013c5fad
feat(nuxt): server-only components () 2023-01-09 11:20:33 +00:00
Daniel Roe
4cf110e0d8
fix(nuxt): make dev-only regexp less greedy () 2022-12-13 09:39:14 +00:00
Daniel Roe
9227361027
fix(nuxt): detect non-functional imports within page meta () 2022-11-10 11:31:01 +01:00
Daniel Roe
491d02f6ca
fix(nuxt)!: use parser to generate page metadata () 2022-11-02 11:28:41 +01:00
Daniel Roe
a3fd4193ce
fix(nuxt): allow auto-import component with same filename () 2022-10-03 15:38:43 +02:00
Daniel Roe
1c26e07141
feat(nuxt): support redirect within page metadata () 2022-09-22 15:54:34 +02:00
Daniel Roe
405629dc35
fix(nuxt): use vue-devtools-stub to mock @vue/devtools-api for both cjs + esm () 2022-08-17 16:44:36 +02:00
Daniel Roe
408febada4
refactor(nuxt)!: remove null handling for titleTemplate () 2022-08-10 17:46:46 +02:00
Julien Huang
2cdaf8065c
feat(nuxt): remove wrapper from client only components ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-02 17:05:02 +02:00
Harlan Wilton
aa653ef6cb
fix(nuxt): avoid duplicate titleTemplate () 2022-08-02 13:20:44 +02:00
Daniel Roe
4e2667fcb7
feat(nuxt): add support for components/global ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-27 15:05:34 +02:00
Anthony Fu
1a862526fe
perf(nuxt): transform #imports to improve tree-shaking () 2022-07-21 16:27:23 +02:00
Anthony Fu
a802b87ac7
feat(nuxt): support auto imports within <template> () 2022-06-08 22:09:31 +02:00
Daniel Roe
f74a523f13
fix(nuxt): use router.resolve to resolve initial url () 2022-05-03 11:31:58 +02:00
Kevin Marrec
dda0cebc76
feat(nuxt3): extends support for app/router.options () 2022-04-04 10:23:11 +02:00
Anthony Fu
4c77c88325
feat: support async plugins and middlewares () 2022-04-01 11:55:23 +02:00
Anthony Fu
f69126e8f4
feat: support reactivity transform ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-03-17 23:17:59 +01:00
Anthony Fu
40d325e5c5
test: add more tests () 2022-03-08 19:03:21 +01:00
Anthony Fu
4ff1a954b3
test: add more tests () 2022-02-25 21:14:53 +01:00
pooya parsa
12a95ad86c
test: rework tests using @nuxt/test-utils () 2022-02-18 19:14:57 +01:00
Daniel Roe
8adff2edf7
fix(nuxt3): generate imports for components with named exports correctly () 2022-02-17 15:23:55 +01:00
Daniel Roe
9734856fb0
fix(nuxt3): return render function for <Head> () 2022-02-14 11:46:27 +01:00
pooya parsa
45b4946026
feat(nuxt3, bridge): useRuntimeConfig ()
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-10-02 22:30:20 +02:00
pooya parsa
5aa59c2ca5
test: add nitro preset tests (v2 & v3) () 2021-04-23 21:52:32 +02:00