Commit Graph

2032 Commits

Author SHA1 Message Date
Daniel Roe 14d9e8e4ae
fix(nuxt3): directly emit `document.template.mjs` (#4360) 2022-04-15 09:39:16 +02:00
Damian 20e09d6203
docs: fix typo and `unjs/nitro` link (#4368) 2022-04-14 23:56:16 +02:00
renovate[bot] eefaba8160
chore(deps): update dependency vite to ^2.9.5 (#4363)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 18:00:38 +02:00
renovate[bot] 4b54d6c6a8
chore(deps): update all non-major dependencies (#4353)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 17:28:04 +02:00
Daniel Roe 5dae097318
docs: update webpack code examples (#4355) 2022-04-14 17:27:53 +02:00
Daniel Roe 3e7d6dafa1
test(nuxt3): add test case for computed head (#4361) 2022-04-14 17:27:31 +02:00
Daniel Roe 5fef9e8db2 fix(nuxt3): ensure import names are unique 2022-04-14 15:58:05 +01:00
Oğuzhan 23a7db2a59
docs: broken @nuxt/bridge link fix (#4357) 2022-04-14 15:40:18 +02:00
webfansplz 54df62394b
docs: fix broken link (#4359) 2022-04-14 15:39:51 +02:00
webfansplz 497405fb5b
docs: fix broken link (#4356) 2022-04-14 15:38:47 +02:00
renovate[bot] 3c59a9f59f
chore(deps): update devdependency @types/node to ^16.11.27 (#4347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 12:46:03 +02:00
Clément Ollivier f04704890d
docs(api): document lazy wrappers for data fetching (#4333) 2022-04-14 12:45:53 +02:00
renovate[bot] 41663f6264
chore(deps): update all non-major dependencies (#4340)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 10:54:15 +02:00
Ada J 48d886c860
docs(api): document `useError` , `useLazyAsyncData` and `useLazyFetch` (#4341)
* docs: add documents for use-error,use-lazy-async-data and use-lazy-fetch

* docs(API): document useError,useLazyAsyncData and useLazyFetch

Co-authored-by: xiaojie.jiang <xiaojie.jiang@dhc.com.cn>
2022-04-14 10:53:58 +02:00
Lo d5e624ffc1
docs: fix clearError type and server route prefix (#4342) 2022-04-14 10:51:39 +02:00
Daniel Roe 32c798cfc4
fix(nuxi): call listen hook on each restart (#4346) 2022-04-14 10:39:27 +02:00
pooya parsa c519ceec52
fix(cli): disable cjs bridge (#4336) 2022-04-13 20:54:20 +02:00
pooya parsa c36c4b0e2f
docs: update release schedule (#4337) 2022-04-13 20:52:41 +02:00
Daniel Roe ee93659147
feat(nuxt3): allow providing a ref as default value (#4326) 2022-04-13 19:41:41 +02:00
renovate[bot] be298e9216
chore(deps): update dependency vite to ^2.9.3 (#4335)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 19:39:33 +02:00
renovate[bot] b241e5061b
chore(deps): update all non-major dependencies (#4328)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 19:26:03 +02:00
Clément Ollivier 25ced97f16
docs: add server-routes example (#4301) 2022-04-13 19:25:45 +02:00
Daniel Roe f4fb9160c6
feat(nuxt3): allow manually enabling/disabling the ad-hoc pages module (#4327) 2022-04-13 19:18:51 +02:00
Clément Ollivier a89d2f9c1a
docs(api): apply use-async-data page structure to use-fetch (#4332) 2022-04-13 19:14:03 +02:00
Mario Neuhold 41b5cfc0ae
docs: update url to new unjs/nitro repo (#4324) 2022-04-13 13:44:03 +02:00
pooya parsa f91f987401
chore: move bridge to `nuxt/bridge` (#4305) 2022-04-13 13:43:42 +02:00
renovate[bot] 70610d8858
chore(deps): update dependency enhanced-resolve to ^5.9.3 (#4321)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 12:08:12 +02:00
Anthony Fu 59593a05ca
fix(deps): upgrade @vueuse/head (#4320) 2022-04-13 11:24:45 +02:00
renovate[bot] 1a5fd99d6c
chore(deps): update all non-major dependencies (#4311)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 07:36:40 +02:00
Daniel Roe e43ba6ecd2
fix(nuxt3): render nuxt custom error page (#4289)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-12 22:37:32 +02:00
pooya parsa 0b12666d49
refactor(nuxi): remove `rimraf` dependency (#4308) 2022-04-12 21:06:44 +02:00
renovate[bot] 021faf348f
chore(deps): update devdependency semver to ^7.3.7 (#4307)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 20:47:56 +02:00
renovate[bot] aa26c6cdb1
chore(deps): update all non-major dependencies (#4302)
* chore(deps): update all non-major dependencies

* upda lockfile

* test: disable bridge test

* increase windows test timeout

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-12 20:36:39 +02:00
Sébastien Chopin ce36e2e211
fix(nuxt3): as backward compatible runtime config for server side (#4295)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-12 16:59:48 +02:00
Anthony Fu e31c604ac4
feat(vite-node): on-demand manifest generation (#3968)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-12 12:04:55 +02:00
pooya parsa d2b4e60963
docs: update runtime-config section (#4285)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-04-12 12:04:15 +02:00
Clément Ollivier 0457125ebd
chore: update links for new sitemap (#4286) 2022-04-12 11:59:32 +02:00
Pooya Parsa f753938843 fix(nuxt3): handle falsy page meta
hotfix for #4273
2022-04-12 11:16:34 +02:00
Victor Saa 85f2f83cf2
feat: route alias support (#4273) 2022-04-12 11:09:45 +02:00
renovate[bot] 02b148ae2c
chore(deps): update all non-major dependencies (#4282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 11:09:21 +02:00
Clément Ollivier 42a0ef56dd
docs: complete features/modules section (#4284)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-12 11:09:10 +02:00
pooya parsa 81bf1c065e
fix(bridge, nuxt3): backward compatibility to access runtime config in client (#4283) 2022-04-12 11:04:26 +02:00
Ada J 2dadd4f0b3
docs: fix a typo and link (#4281) 2022-04-12 10:13:02 +02:00
Manash Sonowal d8ee524141
docs: update runtimeConfig section (#4279) 2022-04-12 10:12:33 +02:00
renovate[bot] e95ac2efb5
chore(deps): update all non-major dependencies (#4271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 08:46:22 +02:00
Conner 9fc848567e
docs: improve documentation (#4148)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-04-11 23:00:43 +02:00
pooya parsa 4d1a6ba6ce
fix(nuxt3)!: preserve runtime-config structure for client-side (#4267) 2022-04-11 21:55:43 +02:00
Ahad Birang 0d5ec20a4b
fix(nitro): pass resolved handlers to the nitro config (#4263) 2022-04-11 20:38:42 +02:00
renovate[bot] 2ca704641b
chore(deps): update all non-major dependencies (#4266)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-11 20:19:52 +02:00
Clément Ollivier e6471689d6
docs(api): add ts signature and js example to use-async-data (#4171)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-11 19:24:18 +02:00