Commit Graph

64 Commits

Author SHA1 Message Date
pooya parsa
ac56ce7dd1
feat(nuxt): router with hash mode (#6980) 2022-09-04 10:11:28 +02:00
Daniel Roe
720506d263
feat(nuxt): custom history and routes for app/router.options.ts (#7129)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-04 09:42:47 +02:00
Julien Huang
ee60411cb9
docs(guide): add .client and .server components (#7084) 2022-09-03 15:26:43 +02:00
Damian Głowala
d31e1f03a1
docs: document external option of navigateTo (#7188) 2022-09-03 14:30:41 +02:00
pooya parsa
9caa9ca31f
v3.0.0-rc.9 (#6970) 2022-09-03 12:36:47 +02:00
HomWang
ba1c87953a
docs: increment directory structure numbers (#7102)
Co-authored-by: HomWang <ajake123123@gmail.com>
2022-08-31 14:41:01 +02:00
Daniel Roe
b90d286631
feat(nuxt): add setPageLayout utility (#6826) (#7075)
Co-authored-by: HomWang <516310460@qq.com>
2022-08-31 10:02:48 +02:00
HomWang
1bce4df00a
docs(examples): add jsx example (#6870)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 21:08:35 +02:00
Daniel Roe
fc82b3b340
feat(nuxt): config options for default keepalive, page & layout transitions (#5859) 2022-08-23 16:24:20 +02:00
Anthony Fu
fd94351ee9
refactor(nuxt)!: rename autoImports to imports (#6864)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 16:22:11 +02:00
HomWang
39a6054a44
docs(composables): add nested and plugin injection examples (#6743)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:33:28 +02:00
HomWang
746196f1b0
docs(plugins): add note about composable usage (#6744)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 16:09:12 +02:00
Daniel Roe
9ef2709159
docs: make wording slightly clearer (#6740) 2022-08-18 10:40:24 +02:00
pooya parsa
94f76ea930
feat(nuxt): app.config with hmr and reactivity support (#6333)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00
Damian Głowala
3730ba88f5
docs: tweaks for data fetching, server routes and composables (#6653) 2022-08-16 10:14:03 +02:00
HomWang
676514d38b
docs(composables): add more examples for autoImports (#6615) 2022-08-15 16:14:00 +02:00
HomWang
74320200e7
docs(components): use fallbackTag in ClientOnly examples (#6587) 2022-08-13 09:32:42 +02:00
Damian Głowala
92a04cc036
docs: ensure consistent casing of section headers (#6578) 2022-08-13 09:27:04 +02:00
Eugen Istoc
1072140b05
docs: change info to danger for pages root element (#6528) 2022-08-11 23:20:09 +02:00
pooya parsa
5ea0474225
v3.0.0-rc.7 (#6375) 2022-08-11 12:40:11 +02:00
Nathan Chase
70aec38428
docs: update vue-router links (#6421) 2022-08-08 10:27:19 +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
45c2a6118f
feat(nuxt)!: only scan top level composables/ and support glob (#6025)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:04:50 +02:00
pooya parsa
2e85cd0252
refactor(nuxt): add treeshakeClientOnly experimental flag (#5934)
* refactor(nuxt): add `treeshakeClientOnly` experimental flag

* test: enable flag for fixture
2022-07-17 15:13:04 +02:00
Daniel Roe
df04a665ce
perf(nuxt): tree-shake client-only components from ssr bundle (#5750)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-14 19:46:12 +02:00
bot08
7725dece1b
docs: add read more link (#5893) 2022-07-14 15:59:29 +02:00
Krutie Patel
3d3445377d
docs(api): add anavigateTo docs (#5701)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:48:10 +02:00
Clément Ollivier
58ca6c17f2
docs: add content directory to directory-structure (#5755)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:27:34 +02:00
Paranoid
dd436eabae
docs(plugins): add directive example (#5667)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-06 21:10:29 +02:00
Xanlantos
026903c5e7
docs: rework the layout section (#5118) 2022-06-27 14:08:19 +02:00
Daniel Roe
0f4fa5643f
fix(nuxt): ignore whitespace and commas within resolveComponent (#5428) 2022-06-12 23:22:15 +02:00
Maxim
75db90487f
docs: fix mdn links for 301 and 302 http status (#5416) 2022-06-11 14:09:48 +01:00
Zalexios
ba4f2f0d4f
docs: update plugin provide example (#5386) 2022-06-10 16:28:17 +02:00
Daniel Roe
f6bf4f7559
fix(nuxt): throw an error when using unknown route middleware (#5323) 2022-06-10 15:35:58 +02:00
Daniel Roe
4e2dc037aa
docs: add warning against layout as root element (#5345) 2022-06-08 21:53:39 +02:00
Nathan Chase
7c2f96e5c0
docs: fix typo in programmatic navigation (#5298)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
2022-06-08 21:21:52 +02:00
Robbert van Mourik
d61864b1a9
docs(pages): add information for typing page metadata (#5270)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-03 17:35:48 +02:00
Josee
223adc9bc2
docs(guide): add use of NuxtLayout in app.vue with pages (#5225) 2022-06-01 00:34:41 +02:00
Anthony Fu
fca2ed7cc5
fix(nuxt): default statusCode of navigateTo from 301 to 302 (#5173)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-31 23:28:52 +02:00
Alexander Lichter
557c40c97f
docs(middleware): add navigateTo options (#5044)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-05-20 11:09:41 +02:00
pooya parsa
a8d42d586f
v3.0.0-rc.2 (#4763) 2022-05-02 22:47:05 +02:00
Maksim Nedoshev
d568081ca5
docs: fix incorrect function declaration in composables (#4715) 2022-04-29 20:07:43 +02:00
Florent Catiau-Tristant
e360e31413
docs: add notes about auto imports from composables/ directory (#4675) 2022-04-29 11:36:59 +02:00
Natchapon Saejueng
cc37547993
docs: fix edge alert syntax (#4653) 2022-04-27 11:03:22 +02:00
pooya parsa
e789a5727b
docs: add note and banner about edge channel (#4640) 2022-04-26 20:15:41 +02:00
Daniel Roe
2bfd749c24
feat(pages)!: explicitly allow optional params with [[ (#4537) 2022-04-26 18:10:05 +02:00
Daniel Roe
8fae863997
docs: add layout to match custom header example (#4593) 2022-04-25 18:54:20 +02:00
Pooya Parsa
705e2e871a docs: keep directory-structure open 2022-04-20 23:03:34 +02:00
Clément Ollivier
a3b523bca3
docs: update deployment section (#4452)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-20 19:54:40 +02:00
Daniel Roe
d0ae5851e4
fix(nuxt): return 404 if hitting 404.vue (#4460)
* fix(nuxt): return 404 if hitting `404.vue`

* docs: add info about `pages/404.vue`
2022-04-20 16:24:08 +02:00