Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Julien Huang
|
196223c0fb
|
feat(nuxt): server-only pages (#24954)
|
2024-02-26 17:39:26 +00:00 |
|
Julien Huang
|
0eb9caf0c2
|
fix(nuxt): remove experimental reactivityTransform (vue 3.4) (#24477)
|
2023-11-27 23:02:02 +00:00 |
|
Daniel Roe
|
c1ddb359e3
|
chore: update to use @nuxt/eslint-config (#24209)
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 (#23899)
|
2023-10-25 09:34:22 +09:00 |
|
Julien Huang
|
48fb6e243b
|
fix(nuxt): scroll to top by default on dynamic routes (#22403)
|
2023-09-06 20:44:59 +01:00 |
|
Jongmin Yoon
|
6f7d86be78
|
fix(nuxt): recreate asyncData when immediate is disabled (#20980)
|
2023-08-24 13:06:29 +01:00 |
|
Daniel Roe
|
b2cea4927e
|
feat(nuxt): allow experimental global: 'sync' components (#22558)
|
2023-08-09 12:19:00 +01:00 |
|
Julien Huang
|
9f5130d06b
|
fix(nuxt): stop loading indicator on navigation failure (#21751)
|
2023-07-03 12:14:17 +01:00 |
|
Julien Huang
|
70c5ec86d2
|
feat(nuxt): full scoped slots support for server components (#20284)
|
2023-05-15 23:43:53 +01:00 |
|
Inesh Bose
|
d077c10c41
|
feat(nuxt): allow fallback production content in <DevOnly> (#20817)
|
2023-05-13 23:32:31 +01:00 |
|
Daniel Roe
|
c7be5b4ec6
|
refactor(nuxt): rework and use isJS and isVue utilities consistently (#20344)
|
2023-04-19 19:17:36 +01:00 |
|
Daniel Roe
|
22f1f71e3e
|
fix(nuxt): mark entire payload as reactive (#20218)
|
2023-04-12 01:42:45 -07:00 |
|
Julien Huang
|
163913a744
|
feat(nuxt): add experimentalNoScripts route rule (#19805)
|
2023-04-11 07:17:44 -07:00 |
|
Daniel Roe
|
9878c5b6e4
|
style: enable sort-imports eslint rule (#20133)
|
2023-04-07 09:02:47 -07:00 |
|
Daniel Roe
|
c65c5a8e79
|
fix(nuxt): deprecate old (pre-rc) runtimeConfig (#20082)
|
2023-04-07 04:36:45 -07:00 |
|
Daniel Roe
|
df3ae8cb4e
|
feat(nuxt): enable chunk error handling by default (#19086)
|
2023-03-08 12:17:22 +00:00 |
|
Anthony Fu
|
59918f569e
|
feat(nuxt): scan composables with star export (#19249)
|
2023-03-01 04:24:46 -08:00 |
|
Daniel Roe
|
96b09ea982
|
feat(nuxt): add experimental app:chunkError hook and reload strategy (#19038)
|
2023-02-16 04:43:58 -08:00 |
|
Daniel Roe
|
fdb31f418f
|
fix(nuxt): don't render unknown components with placeholder (#18494)
|
2023-01-25 02:30:59 -08:00 |
|
Anthony Fu
|
5ede291a14
|
test: init hmr testing (#4372)
|
2023-01-22 16:47:24 +00:00 |
|
Daniel Roe
|
2d013c5fad
|
feat(nuxt): server-only components (#9972)
|
2023-01-09 11:20:33 +00:00 |
|
Daniel Roe
|
4cf110e0d8
|
fix(nuxt): make dev-only regexp less greedy (#9679)
|
2022-12-13 09:39:14 +00:00 |
|
Daniel Roe
|
9227361027
|
fix(nuxt): detect non-functional imports within page meta (#8881)
|
2022-11-10 11:31:01 +01:00 |
|
Daniel Roe
|
491d02f6ca
|
fix(nuxt)!: use parser to generate page metadata (#8536)
|
2022-11-02 11:28:41 +01:00 |
|
Daniel Roe
|
a3fd4193ce
|
fix(nuxt): allow auto-import component with same filename (#7713)
|
2022-10-03 15:38:43 +02:00 |
|
Daniel Roe
|
1c26e07141
|
feat(nuxt): support redirect within page metadata (#7746)
|
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 (#6713)
|
2022-08-17 16:44:36 +02:00 |
|
Daniel Roe
|
408febada4
|
refactor(nuxt)!: remove null handling for titleTemplate (#6487)
|
2022-08-10 17:46:46 +02:00 |
|
Julien Huang
|
2cdaf8065c
|
feat(nuxt): remove wrapper from client only components (#6165)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-08-02 17:05:02 +02:00 |
|
Harlan Wilton
|
aa653ef6cb
|
fix(nuxt): avoid duplicate titleTemplate (#6296)
|
2022-08-02 13:20:44 +02:00 |
|
Daniel Roe
|
4e2667fcb7
|
feat(nuxt): add support for components/global (#6070)
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 (#5763)
|
2022-07-21 16:27:23 +02:00 |
|
Anthony Fu
|
a802b87ac7
|
feat(nuxt): support auto imports within <template> (#4904)
|
2022-06-08 22:09:31 +02:00 |
|
Daniel Roe
|
f74a523f13
|
fix(nuxt): use router.resolve to resolve initial url (#4770)
|
2022-05-03 11:31:58 +02:00 |
|
Kevin Marrec
|
dda0cebc76
|
feat(nuxt3): extends support for app/router.options (#3939)
|
2022-04-04 10:23:11 +02:00 |
|
Anthony Fu
|
4c77c88325
|
feat: support async plugins and middlewares (#3884)
|
2022-04-01 11:55:23 +02:00 |
|
Anthony Fu
|
f69126e8f4
|
feat: support reactivity transform (#3737)
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 (#3532)
|
2022-03-08 19:03:21 +01:00 |
|
Anthony Fu
|
4ff1a954b3
|
test: add more tests (#3392)
|
2022-02-25 21:14:53 +01:00 |
|
pooya parsa
|
12a95ad86c
|
test: rework tests using @nuxt/test-utils (#3308)
|
2022-02-18 19:14:57 +01:00 |
|
Daniel Roe
|
8adff2edf7
|
fix(nuxt3): generate imports for components with named exports correctly (#3288)
|
2022-02-17 15:23:55 +01:00 |
|
Daniel Roe
|
9734856fb0
|
fix(nuxt3): return render function for <Head> (#3213)
|
2022-02-14 11:46:27 +01:00 |
|
pooya parsa
|
45b4946026
|
feat(nuxt3, bridge): useRuntimeConfig (#625)
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) (#104)
|
2021-04-23 21:52:32 +02:00 |
|