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

27 Commits

Author SHA1 Message Date
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