Commit Graph

2225 Commits

Author SHA1 Message Date
renovate[bot]
d2632e8d7c
chore(deps): update dependency @nuxt/telemetry to ^2.1.3 (#4633)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 18:06:36 +02:00
renovate[bot]
4046c30577
chore(deps): update dependency vite to ^2.9.6 (#4631)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 18:04:01 +02:00
Anthony Fu
eb4b8c4c9d
fix(nuxt): cleanup auto imports on regenerate (#4626) 2022-04-26 17:52:39 +02:00
renovate[bot]
64f437a754
chore(deps): update all non-major dependencies (#4627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 17:43:58 +02:00
ps
3919ebf7c1
docs(readme): fix typo (#4628) 2022-04-26 16:45:18 +02:00
Volker Rose
d012eff808
docs: make titleTemplate function form example clearer (#4616)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-26 16:34:20 +02:00
Damian
f0594d9037
docs: fix typo (#4617) 2022-04-26 15:15:15 +02:00
UzzolX
470b273bcf
docs: fix typo (#4608) 2022-04-26 12:17:03 +02:00
renovate[bot]
d81301fc44
chore(deps): update all non-major dependencies (#4604)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 12:16:01 +02:00
Daniel Townsend
e378985c29
docs: fix some minor typos (#4603)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-26 12:15:53 +02:00
sammce
45935e0791
docs(concepts): change phrasing (#4601) 2022-04-26 12:13:49 +02:00
Daniel Roe
2d202b59e3
fix(nuxi): don't strip file extensions from dirs in tsconfig (#4595) 2022-04-25 19:07:01 +02:00
Daniel Roe
b8d2e64c78
fix(vite): don't match across newlines (#4596) 2022-04-25 18:55:33 +02:00
Daniel Roe
8fae863997
docs: add layout to match custom header example (#4593) 2022-04-25 18:54:20 +02:00
renovate[bot]
4ca940d29a
chore(deps): update all non-major dependencies (#4589)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 18:32:41 +02:00
renovate[bot]
cc466f9585
chore(deps): update all non-major dependencies (#4583)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 11:42:20 +02:00
renovate[bot]
5906c6f95f
chore(deps): update all non-major dependencies (#4545)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 11:32:54 +02:00
Kevin LEVRON
e7bbf1693e
docs(api): fix useAsyncData example (#4549) 2022-04-25 11:31:25 +02:00
L.Rain
41d5cbbf3a
docs: update environment variable in example (#4573) 2022-04-25 11:29:26 +02:00
Clément Ollivier
a4526cffe2
chore(docs): update social card (#4577) 2022-04-25 10:57:22 +02:00
Maciej Jezierski
0eebb0a390 docs: improve server routes guide (#4401) 2022-04-22 18:32:37 +02:00
Anthony Fu
46ecbc558d
fix(nuxt): await for router.push on ssr (#4491) 2022-04-22 17:37:52 +02:00
Daniel Roe
650d12fa9c
feat: allow disabling sourcemap generation (#4509) 2022-04-22 17:35:42 +02:00
Daniel Roe
4c6c027014
fix(vite): use single regex to reduce risk of collisions (#4442) 2022-04-22 17:22:22 +02:00
Sébastien Chopin
4fe97389b6
docs: improve netlify deployment (#4499)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-22 17:22:05 +02:00
renovate[bot]
163b74f3f6
chore(deps): update all non-major dependencies (#4483)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 17:08:58 +02:00
Anthony Fu
05b0746d23
chore: setup IssueUp (#4453) 2022-04-22 17:08:40 +02:00
Cinob
4c5c47447f
docs: fix 'alias' usage (#4485) 2022-04-22 13:43:37 +02:00
Conrawl Rogers
0c165bb03f
docs: update stackblitz links (#4510) 2022-04-22 10:35:49 +02:00
Ben
28cf9fed28
docs: remove duplicate entry for default option (#4519)
delete the duplicated `default` parameter description.
2022-04-22 10:34:53 +02:00
Daniel Roe
648a70e97b
fix(vite): transform virtual templates (#4512) 2022-04-22 10:32:26 +02:00
Sébastien Chopin
664aa970d0
docs: simplify example of Head components (#4506) 2022-04-21 16:58:43 +02:00
Vincent-Risk0
6905326596
docs: Update 2.migration.md (#4502)
The last icon from "Static sites" and "Nuxt 3" the "Experimental" text was missing
2022-04-21 15:46:27 +02:00
Pooya Parsa
0c2f076957 chore(release): v3.0.0-rc.1 2022-04-20 23:09:37 +02:00
Pooya Parsa
705e2e871a docs: keep directory-structure open 2022-04-20 23:03:34 +02:00
Pooya Parsa
83cf17322f chore: add local mit license 2022-04-20 23:02:02 +02:00
Pooya Parsa
1cb22fc7de chore: disable lerna tag 2022-04-20 23:01:25 +02:00
Sébastien Chopin
97978a5585
docs: update roadmap (#4478)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-20 22:57:13 +02:00
Sébastien Chopin
d567a91d7d
docs: add link to hybrid rendering RFC (#4473)
* docs: add link to hybrid rendering RFC

* chore: update
2022-04-20 22:16:40 +02:00
Daniel Roe
78fcbcf16f
fix(nuxt3): respect custom public dir in layers (#4477) 2022-04-20 22:07:01 +02:00
pooya parsa
975ec0c417
chore(nuxi): add notice for generate deployment (#4474) 2022-04-20 21:22:59 +02:00
pooya parsa
3c3291226d
fix(nuxt): skip server build with generate (#4472) 2022-04-20 21:12:04 +02:00
Sébastien Chopin
be804742f5 docs: fix localhost link 2022-04-20 21:11:51 +02:00
Clément Ollivier
ae27e46a89
chore(docs): replace beta with rc in docs header (#4466)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-20 20:43:53 +02:00
renovate[bot]
4f5a0d043e
chore(deps): update all non-major dependencies (#4470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-20 20:39:35 +02:00
pooya parsa
9df0a2b036
fix(nuxi): use rc tag for upgrade command of nuxt (#4468) 2022-04-20 20:36:26 +02:00
pooya parsa
13a386da90
feat(nuxt): enable nuxt telemetry (#4467) 2022-04-20 20:25:09 +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
Ahad Birang
87b6ebdec7
docs: remove useless : (#4464) 2022-04-20 17:06:27 +02:00
Sébastien Chopin
4c19b2652f
fix(nuxi): don't kill analyze command (#4462) 2022-04-20 16:47:43 +02:00