Daniel Roe
|
e90b8c28d1
|
refactor(nuxt3,bridge)!: rename useMeta to useHead (#4066)
|
2022-04-05 16:02:29 +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 |
|
Daniel Roe
|
9e67d58005
|
refactor(bridge): provide vue2 compat with a transform plugin (#3886)
|
2022-03-25 13:18:43 +01:00 |
|
Daniel Roe
|
773dd59a2c
|
fix(bridge): don't double-install plugins when using compat vueApp.use (#3898)
|
2022-03-25 12:53:56 +01:00 |
|
Daniel Roe
|
236faf9cc6
|
fix(bridge): add implemented runtime nuxt hooks (#3872)
|
2022-03-24 13:13:56 +01:00 |
|
Daniel Roe
|
e3f0b31925
|
refactor: add some more explicit types (#3721)
|
2022-03-16 23:44:22 +01:00 |
|
François Risoud
|
99705f77c0
|
feat(router): add proper server side redirection to navigateTo (#3684)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-16 22:39:47 +01:00 |
|
Daniel Roe
|
856c01ab42
|
feat(bridge): auto-inject based on provide key from plugins (#3536)
|
2022-03-07 16:08:09 +01:00 |
|
Daniel Roe
|
c806d05b7a
|
fix(bridge): use typescript directory entry (#3365)
|
2022-02-25 12:45:45 +01:00 |
|
Daniel Roe
|
dbab979a2e
|
feat(nuxt3): add universal routing utilities (#3274)
|
2022-02-21 14:03:42 +01:00 |
|
Daniel Roe
|
56aabd606d
|
fix(nuxt3,bridge): correctly reference router from client-side helper (#3281)
|
2022-02-17 18:11:21 +01:00 |
|
Daniel Roe
|
289d54eb24
|
fix(bridge): execute metaInfo function (#3258)
|
2022-02-16 18:57:11 +01:00 |
|
Daniel Roe
|
3c563fa48f
|
feat(bridge): support addRouteMiddleware , navigateTo and abortNavigation (#3193)
|
2022-02-15 10:51:19 +01:00 |
|
Daniel Roe
|
d046c9620b
|
feat(bridge): add support for useNuxt2Meta in plugins (#3187)
|
2022-02-15 10:50:40 +01:00 |
|
Daniel Roe
|
ef69e746d2
|
fix(nuxt3): prevent removing and re-adding tags before mount (#3212)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-02-15 10:43:17 +01:00 |
|
Daniel Roe
|
c82d3533bc
|
fix(bridge): type useNuxtApp() (#3057)
|
2022-02-03 19:02:38 +01:00 |
|
Daniel Roe
|
e674d0f60d
|
feat(nuxt3, bridge): add vue:setup hook (#2408)
|
2021-12-21 15:44:35 +01:00 |
|
Daniel Roe
|
5ab18162dd
|
feat(nuxt3, bridge): useReqHeaders composable (#2173)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-12-20 17:27:36 +01:00 |
|
Mohammad Saleh Fadaei
|
ae6f095ee8
|
fix(bridge): remove falsy values from created and mounted (#2182)
|
2021-11-29 12:14:44 +01:00 |
|
Daniel Roe
|
955fa364fa
|
fix(nuxt3): include error and pending values in asyncData state (#2130)
|
2021-11-24 20:59:04 +01:00 |
|
Matteo Rigoni
|
ae80e5bdc8
|
fix(bridge): fixed reactivity on csr of useState reactive payload (#2134)
|
2021-11-24 16:44:02 +01:00 |
|
Damian
|
a12df69778
|
fix(bridge): remove duplicated log (#2087)
|
2021-11-22 22:49:48 +01:00 |
|
pooya parsa
|
9920181df3
|
feat(nuxt3, bridge): useCookie universal composable (#2085)
|
2021-11-22 21:43:00 +01:00 |
|
pooya parsa
|
d68318f9d5
|
refactor: split schema to @nuxt/schema and simplify kit (#2059)
|
2021-11-21 17:14:46 +01:00 |
|
Daniel Roe
|
c184211681
|
fix(bridge): add docs links and warnings for data composables (#2010)
|
2021-11-19 12:37:29 +01:00 |
|
Tobias Diez
|
18924da869
|
chore(bridge): Improve typing of defineNuxtPlugin function (#1995)
|
2021-11-18 12:08:58 +01:00 |
|
Xin Du (Clark)
|
a08b435f51
|
refactor: remove unnecessary optional chaining (#1991)
|
2021-11-17 15:37:34 +01:00 |
|
Xin Du (Clark)
|
c90bc50817
|
chore(lint): improve no-unused-vars rule (#1977)
|
2021-11-17 12:21:38 +01:00 |
|
Daniel Roe
|
f011a60dae
|
feat(nuxt3, bridge): add lazy helpers (useLazyAsyncData and useLazyFetch ) (#1861)
|
2021-11-15 13:09:07 +01:00 |
|
Anthony Fu
|
f298386795
|
feat(bridge, nuxt3): mock vue-demi (#1849)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-15 11:25:50 +01:00 |
|
Daniel Roe
|
7cc526ce69
|
fix(bridge): update useContext (#1871)
|
2021-11-11 17:33:06 +01:00 |
|
Daniel Roe
|
13a8e2b163
|
fix(nitro, nuxi): add runtimeConfig types (for #config and useRuntimeConfig() ) (#1783)
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-10 13:40:02 +01:00 |
|
Xin Du (Clark)
|
6ec518ff24
|
chore(lint): enable eslint on mjs (#1804)
|
2021-11-10 13:06:22 +01:00 |
|
Daniel Roe
|
29599f06a1
|
feat(bridge): add useNuxt2Meta() composable (#1789)
|
2021-11-09 11:17:56 +01:00 |
|
Daniel Roe
|
875deefafc
|
docs: add migration guide for bridge composition api (#1669)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-11-04 12:20:40 +01:00 |
|
Daniel Roe
|
5aa33b807c
|
feat(bridge): allow accessing injections from useNuxtApp (#1623)
|
2021-11-02 10:45:44 +01:00 |
|
Anthony Fu
|
46f858dd82
|
chore: move nuxt-vite to bridge (#1180)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-10-26 14:59:05 +02:00 |
|
Pooya Parsa
|
b332462b2a
|
fix(bridge): mark defineNuxtMiddleware as unsupprted
closes #1317
|
2021-10-21 17:59:42 +02:00 |
|
Daniel Roe
|
2256b2b86a
|
fix(bridge): improve warnings for @nuxtjs/composition-api migration (#1237)
|
2021-10-19 14:17:18 +02:00 |
|
pooya parsa
|
035e9b5e8b
|
refactor: rename app to vueApp (#1177)
|
2021-10-18 20:31:37 +02:00 |
|
Daniel Roe
|
7bf2412eae
|
refactor(bridge): implement ssrRef with useState (#787)
|
2021-10-12 17:22:06 +02:00 |
|
Anthony Fu
|
2fb58ae2be
|
feat(bridge): init function for useState (#773)
|
2021-10-12 16:49:18 +02:00 |
|
pooya parsa
|
666b7f1ba8
|
feat: useState composable (#719)
|
2021-10-11 19:48:03 +02:00 |
|
pooya parsa
|
2bf645bd73
|
refactor(nuxt3): cleanup data fetching and improved useAsyncData (#699)
|
2021-10-08 16:21:55 +02:00 |
|
Daniel Roe
|
8df29679ce
|
fix(bridge): don't rely on auto-imports in internal plugin (#700)
|
2021-10-08 09:17:58 +02:00 |
|
Daniel Roe
|
2fc0829dd2
|
fix(bridge): don't error with defineNuxtMiddleware (#676)
|
2021-10-06 17:36:24 +02:00 |
|
Daniel Roe
|
a07b67ce57
|
feat(bridge): use useMeta in bridge projects (#664)
|
2021-10-06 14:37:45 +02:00 |
|
pooya parsa
|
45b4946026
|
feat(nuxt3, bridge): useRuntimeConfig (#625)
Co-Authored-By: Daniel Roe <daniel@roe.dev>
|
2021-10-02 22:30:20 +02:00 |
|
Daniel Roe
|
71e71d1327
|
feat(bridge, nuxt3): expose equivalent useRoute and useRouter com… (#615)
|
2021-10-02 14:32:28 +02:00 |
|
Daniel Roe
|
ad9d2d1906
|
feat(bridge): add support for legacy composition api helpers (#584)
|
2021-09-29 12:38:44 +02:00 |
|