Daniel Roe
|
7a316c289a
|
fix(nuxt3): include route children in parent suspense (#4422)
|
2022-04-19 10:38:57 +02:00 |
|
pooya parsa
|
ce38dcba1c
|
fix(nuxt3): always generate / route (#4421)
|
2022-04-19 10:17:41 +02:00 |
|
Damian
|
513978e15b
|
docs: fix and improve multiple sections (#4396)
|
2022-04-16 15:53:36 +02:00 |
|
pooya parsa
|
83d27bd158
|
feat: enable hybrid rendering for nuxi build (#4373)
|
2022-04-15 18:31:19 +02:00 |
|
Daniel Roe
|
e0b2a3bfe4
|
chore: use node: prefix for built-in modules (#4384)
|
2022-04-15 17:19:05 +02:00 |
|
renovate[bot]
|
2917af595b
|
chore(deps): update all non-major dependencies (#4367)
* chore(deps): update all non-major dependencies
* ignore type issue
* update lockfile
* remove tsignore
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-04-15 09:57:23 +02:00 |
|
Daniel Roe
|
14d9e8e4ae
|
fix(nuxt3): directly emit document.template.mjs (#4360)
|
2022-04-15 09:39:16 +02:00 |
|
Daniel Roe
|
5fef9e8db2
|
fix(nuxt3): ensure import names are unique
|
2022-04-14 15:58:05 +01:00 |
|
Daniel Roe
|
ee93659147
|
feat(nuxt3): allow providing a ref as default value (#4326)
|
2022-04-13 19:41:41 +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 |
|
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 |
|
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 |
|
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 |
|
pooya parsa
|
81bf1c065e
|
fix(bridge, nuxt3): backward compatibility to access runtime config in client (#4283)
|
2022-04-12 11:04:26 +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 |
|
pooya parsa
|
2c540e7870
|
feat: introduce simplified runtimeConfig option (#4254)
|
2022-04-11 16:34:23 +02:00 |
|
Daniel Roe
|
bc1e00a8df
|
style: remove unused import
|
2022-04-11 15:13:21 +01:00 |
|
Daniel Roe
|
38cd6f0f03
|
fix(nuxt3): re-enable computed metadata in useHead (#4260)
|
2022-04-11 16:09:04 +02:00 |
|
Daniel Roe
|
1091d456a8
|
feat(nuxt, bridge): support titleTemplate , viewport and charset for useHead (#4221)
|
2022-04-11 11:03:31 +02:00 |
|
Daniel Roe
|
edd0b30896
|
fix(nuxt3,bridge): rename error handler url (#4215)
|
2022-04-09 11:52:42 +02:00 |
|
Daniel Roe
|
f2fc135721
|
fix(nuxt3): remove useMeta warning (#4216)
* fix(nuxt3): remove useMeta warning for now
* Update packages/nuxt3/src/head/runtime/composables.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-04-09 11:46:29 +02:00 |
|
pooya parsa
|
315e5b59e6
|
fix: nitropack fixes and upgrade to 0.2.x (#4187)
|
2022-04-08 02:05:27 +02:00 |
|
Daniel Roe
|
bc7627df07
|
fix(nuxt3): export useRequestEvent from #app (#4169)
|
2022-04-07 17:40:18 +02:00 |
|
pooya parsa
|
9fbb9bec8d
|
fix: regressions from nitropack migration (#4157)
|
2022-04-07 14:57:57 +02:00 |
|
Daniel Roe
|
76eedb852e
|
fix(nuxt3)!: add default cookie path to / (#4019)
|
2022-04-07 13:35:46 +02:00 |
|
pooya parsa
|
11626eea4f
|
feat!: migrate to nitropack (#3956)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-04-07 13:28:04 +02:00 |
|
Daniel Roe
|
368610e8a7
|
feat(nuxt3): allow explicitly importing components (#4150)
|
2022-04-07 13:03:37 +02:00 |
|
Daniel Roe
|
540e23c7a8
|
fix(nuxt3): normalize watched paths (#4133)
|
2022-04-06 18:02:56 +02:00 |
|
Alex Liu
|
b7dc0931c4
|
feat(nuxt3): let useAsyncData() return value that error can defined type by generics (#4109)
|
2022-04-06 18:02:45 +02:00 |
|
Daniel Roe
|
eb22ce9ae2
|
fix(nuxt3): move new router behavior to useActiveRoute (#4124)
|
2022-04-06 14:45:18 +02:00 |
|
Daniel Roe
|
da46b8d165
|
fix(nuxt3): parse macro queries for components (#4121)
|
2022-04-06 12:05:37 +02:00 |
|
Daniel Roe
|
7a706445f8
|
fix(nuxt3)!: sync route object to currently resolved page (#4092)
|
2022-04-05 17:36:18 +02:00 |
|
Daniel Roe
|
e90b8c28d1
|
refactor(nuxt3,bridge)!: rename useMeta to useHead (#4066)
|
2022-04-05 16:02:29 +02:00 |
|
Daniel Roe
|
c426f3e5e0
|
fix(nuxt3): set pending to false when using cached data (#4067)
|
2022-04-05 13:51:07 +02:00 |
|
Daniel Roe
|
f39fd9f0a0
|
fix(bridge): transpile @nuxt/bridge-edge (#4070)
|
2022-04-05 12:41:45 +02:00 |
|
Daniel Roe
|
9f6eff7511
|
fix(nuxt3): use inferred type for useFetch (#4058)
|
2022-04-04 12:56:41 +02:00 |
|
Kevin Marrec
|
dda0cebc76
|
feat(nuxt3): extends support for app/router.options (#3939)
|
2022-04-04 10:23:11 +02:00 |
|
Daniel Roe
|
fdd38f958c
|
feat(nitro): support for rendering ssr teleports to body (#3909)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-04-01 16:06:48 +02:00 |
|
Anthony Fu
|
4c77c88325
|
feat: support async plugins and middlewares (#3884)
|
2022-04-01 11:55:23 +02:00 |
|
pooya parsa
|
323803832a
|
feat(nuxt)!: use paylod cache for initial data fetching by default (#3985)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-03-31 12:24:28 +02:00 |
|
Anthony Fu
|
8dd77d7b6e
|
feat: refreshNuxtData function and app:data:refresh hook (#3929)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-03-28 19:12:41 +02:00 |
|
Ahad Birang
|
90415d4674
|
fix(nitropack): respect custom output dir (#3940)
|
2022-03-28 13:56:35 +02:00 |
|
Daniel Roe
|
9ebea904f4
|
fix(bridge): don't call nuxt app if instance is inaccessible (#3906)
* fix(bridge): don't call nuxt app if instance is inaccessible
* fix: early return if no instance, for clarity
|
2022-03-25 16:48:37 +01:00 |
|
Daniel Roe
|
7c1a8ae0d9
|
fix(bridge): define mixin outside plugin, to avoid memory leak (#3900)
|
2022-03-25 13:51:07 +01:00 |
|
Kevin Marrec
|
e34ed887f2
|
fix(nuxt3): use path for uniqueness of routes when resolving (#3895)
|
2022-03-25 12:55:05 +01:00 |
|
Kevin Marrec
|
e7b57fa34c
|
fix(nuxt3): improve types of uniqueBy utility (#3897)
|
2022-03-25 12:54:40 +01:00 |
|
Daniel Roe
|
dc1064f79a
|
fix(nuxt3): avoid #_config app import in dev mode (#3896)
|
2022-03-25 12:38:36 +01:00 |
|
Daniel Roe
|
23e7afb5ec
|
fix(bridge): replace nuxt 3 auto-imports (#3850)
|
2022-03-24 14:15:32 +01:00 |
|