Commit Graph

2324 Commits

Author SHA1 Message Date
Krutie Patel 66279aab8b
docs(api): add docs for `<NuxtPage>` component (#5591) 2022-06-27 14:14:52 +02:00
Daniel Roe 8c2c80e43e
feat(nuxt)!: support universal global middleware (#5038) 2022-06-27 14:10:29 +02:00
Anthony Fu 7efdb486db
fix(vite-node): on-demand manifest (#5017) 2022-06-27 14:08:52 +02:00
Xanlantos 026903c5e7
docs: rework the layout section (#5118) 2022-06-27 14:08:19 +02:00
Ahad Birang 67f40d7e40
fix(vite): do not watch ignored pathes (#5632) 2022-06-27 14:06:31 +02:00
Daniel Roe 6f8b7a9043
feat(kit): add `addLayout` (#5537) 2022-06-27 13:47:54 +02:00
vasiliy d2c3727c5f
docs: replace invalid link to composables (#5611) 2022-06-27 13:45:42 +02:00
Nestor Vera c4f64faaf7
docs: minor wording improvements (#5622) 2022-06-27 13:44:27 +02:00
Ibrahim Abdullahi Aliyu 3b15cc4352
docs: update `pnpm` usage (#5597) 2022-06-27 12:39:44 +02:00
Haruaki OTAKE ad420238b1
fix(schema, postcss): cssnano is enabled if not dev (#5583) 2022-06-23 20:27:23 +02:00
Anthony Fu 2db154fde4
feat(auto-import)!: auto unwrap for auto import in template (#5573) 2022-06-23 11:51:46 +02:00
Daniel Roe e38de4af4d
fix(vite): disable hmr in build (#5505) 2022-06-22 20:07:54 +02:00
sumiren 697f547b2c
docs: update usage about runtime config and environment variables (#5569) 2022-06-22 20:07:23 +02:00
renovate[bot] 8f98f60032
chore(deps): update all non-major dependencies (#5541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 20:04:32 +02:00
Daniel Roe 308148977d
feat(kit): support client and server flags for `addVitePlugin` (#5560) 2022-06-22 19:29:51 +02:00
Qin Guan 2156079405
docs(examples): rename `hello.ts` to `[...hello].ts` (#5261)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-22 19:25:27 +02:00
Yuki Inoue 1b6289f60f
docs(api): add watch parameter in `useFetch` options (#5562)
Co-authored-by: 井上裕貴 <inoueyuki@inoueyukinoMacBook-Pro.local>
2022-06-22 12:41:34 +02:00
Alexander Lichter de3b4084a5
docs(testing): fix async/await (#5539) 2022-06-20 18:53:45 +02:00
renovate[bot] 42c5428ee9
chore(deps): update all non-major dependencies (#5536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 17:40:20 +02:00
renovate[bot] cc72796a1c
chore(deps): update dependency rollup to ^2.75.7 (#5530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 10:44:27 +02:00
renovate[bot] 9f81d478cd
chore(deps): update all non-major dependencies (#5502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 10:21:04 +02:00
pooya parsa 128b32a459
docs: add notes about reporting security issues (#4895)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-17 10:00:37 +02:00
renovate[bot] 9be0be2d68
chore(deps): update dependency mlly to ^0.5.3 (#5496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 18:18:09 +02:00
renovate[bot] 8278fa5825
chore(deps): update all non-major dependencies (#5475)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 12:26:34 +02:00
Anders Søgaard d7e5777460
docs: fix link to `nuxt/image` issue (#5490) 2022-06-16 11:19:50 +01:00
Daniel Roe cf255259ca
fix(vite): add typecheck to vite plugins (#5464) 2022-06-15 17:18:45 +02:00
Damian 11aa8bf739
docs: align value for defaulting the page's title with type declaration (#5447) 2022-06-15 14:03:58 +02:00
Daniel Roe d7d97cd7d1
fix(nuxt): prefer nuxt app context over `getCurrentInstance` (#5456) 2022-06-15 14:00:34 +02:00
renovate[bot] 2fa0248cab
chore(deps): update all non-major dependencies (#5473)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 13:59:47 +02:00
Julien Huang ccec0a3738
feat(kit): allow `addServerHandler` to use method suffix of the file path (#5465) 2022-06-15 13:53:31 +02:00
Daniel Roe e10517d4d7
fix(nuxt): normalize string transpile paths for windows (#5461)
* fix(nuxt): normalize string transpile paths for windows

* Update packages/nuxt/src/core/nuxt.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-15 13:52:46 +02:00
Daniel Roe 411eee3b77
fix(schema): add types for `vite:` hooks (#5472) 2022-06-15 13:51:58 +02:00
renovate[bot] bea6cecb6e
chore(deps): update all non-major dependencies (#5448)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 13:28:17 +02:00
Thomas Jowsey cd338f4537
docs: rewrite note wording (#5462)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-15 10:54:12 +01:00
pooya parsa 92c5a94d03
docs: update roadmap (#5443)
* docs: update roadmap

* docs: small language tweaks

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-13 17:03:15 +02:00
renovate[bot] be0e502a05
chore(deps): update all non-major dependencies (#5444)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 16:27:00 +02:00
pooya parsa c9d4b2ebc8
v3.0.0-rc.4 (#5393) 2022-06-13 16:19:31 +02:00
Pooya Parsa bce0cf257a chore: update lockfile 2022-06-13 16:03:59 +02:00
renovate[bot] c0a7d5ab93
chore(deps): update all non-major dependencies (#5442)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 15:03:52 +02:00
Daniel Roe 4fdea30cbb
fix(webpack): enable `extractCSS` by default (#4388) 2022-06-13 14:52:27 +02:00
renovate[bot] 99aff28d06
chore(deps): update all non-major dependencies (#5431)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 00:41:53 +02:00
Ennio Visconti 9d28c0adbb
refactor(nuxi): improve env update message (#5430) 2022-06-13 00:13:59 +02:00
Jaemin Choi 95b38e241d
fix(nuxt): don't add macro query to the end of id (#5413)
* fix(nuxt): don't add macro query to the end of id

* Update packages/nuxt/src/pages/macros.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-06-12 23:46:31 +02:00
Daniel Roe a9c061cd2e
fix(nuxi): always override `NODE_ENV` (#5417) 2022-06-12 23:26:36 +02:00
Daniel Roe 0f4fa5643f
fix(nuxt): ignore whitespace and commas within `resolveComponent` (#5428) 2022-06-12 23:22:15 +02:00
Daniel Roe 59da4c6dd4
fix(nuxt): exclude non-cwd auto-imports and don't process all files (#5421) 2022-06-12 22:12:43 +02:00
renovate[bot] 67d804400b
chore(deps): update all non-major dependencies (#5412)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-12 21:39:36 +02:00
Maxim 75db90487f
docs: fix mdn links for 301 and 302 http status (#5416) 2022-06-11 14:09:48 +01:00
Daniel Roe 8831e4a4b9
fix(vite): don't terminate with escaped delimiters (#5409) 2022-06-10 17:17:11 +02:00
Daniel Roe fbcbac01d6
fix(nuxt): don't debounce watcher and include layers (#5002) 2022-06-10 16:50:47 +02:00