1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-25 10:27:33 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
Pooya Parsa
2bf9028f7e
refactor(kit,nuxt,schema): use consola and improve test dx () 2023-09-19 22:26:15 +01:00
Daniel Roe
b5ce892864
fix(nuxt): respect ignorelist when scanning auto-imports () 2023-08-24 13:42:15 +01:00
Daniel Roe
23723305da
feat(schema): support setting hidden sourcemaps () 2023-08-24 13:06:44 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
Daniel Roe
f4ee12e6ba
fix(nuxt): resolve type import paths () 2023-08-07 14:19:32 +01:00
Daniel Roe
e2c7edd479
fix(nuxt): pass (and handle) relative paths in builder:watch () 2023-07-26 11:16:01 +02:00
Bogdan Kostyuk
bea5ec35fb feat(nuxt): polyfill idle callback utils () 2023-07-20 09:53:29 +01:00
Anthony Fu
f6b64f6a65
fix(nuxt): resolve race condition regenerating auto imports () 2023-07-18 16:20:06 +01:00
Anthony Fu
28e91a7aad
fix(nuxt): regenerate imports after template () 2023-07-05 11:25:21 +02:00
Anthony Fu
3550893227
fix(nuxt): support importing types from #imports () 2023-06-26 16:53:29 +01:00
Jongmin Yoon
31a1b98f3f
feat(nuxt): provide clearNuxtState composable () 2023-06-09 22:22:21 +01:00
Wilson Pinto
5a25fca475
fix(nuxt): add missing vue types () 2023-06-07 20:49:19 +01:00
Daniel Roe
c37ebab1ef
perf(nuxt): use .test and hoist regexps where possible () 2023-05-22 21:25:42 +01:00
Sébastien Chopin
6a052b583b
feat(nuxt): add useRequestURL helper () 2023-05-13 22:09:37 +01:00
Daniel Roe
f170075c79
feat(deps): update vue to v3.3 () 2023-05-11 09:37:32 +01:00
Anthony Fu
84559e84aa
feat(kit): support passing getter to addVitePlugin and addWebpackPlugin () 2023-05-02 12:17:41 +01:00
Stefan Milosevic
fac160c79f
feat(nuxt): auto import 'watchPostEffect' and 'watchSyncEffect' from vue () 2023-04-29 23:33:29 +01:00
Daniel Roe
c7be5b4ec6
refactor(nuxt): rework and use isJS and isVue utilities consistently () 2023-04-19 19:17:36 +01:00
Daniel Roe
d0c8e7fb4a
fix(nuxt): generate hi-res sourcemaps () 2023-04-14 18:21:08 +01:00
Daniel Roe
4285092879
feat(nuxt): support object-syntax plugins () 2023-04-11 04:58:43 -07:00
Daniel Roe
9878c5b6e4
style: enable sort-imports eslint rule () 2023-04-07 09:02:47 -07:00
pooya parsa
9e503be0f2
feat(nuxt): experimental option for rich json payloads ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
Daniel Roe
b19b35fb67
fix(nuxt): provide node16-style type exports () 2023-03-11 13:16:01 -08:00
Harlan Wilton
c91e4d7933
feat(nuxt): add useHeadSafe and remove layer around head imports () 2023-03-10 00:01:21 -08:00
Daniel Roe
9036142b14
feat(nuxt): add watch option and refactor dev server restarting () 2023-03-09 03:46:08 -08:00
Daniel Roe
df3ae8cb4e
feat(nuxt): enable chunk error handling by default () 2023-03-08 12:17:22 +00:00
Daniel Roe
6016aef859
fix(nuxt): expose nuxt/schema subpath for augmentation () 2023-02-13 22:42:04 +00:00
Daniel Roe
9a035a15c5
refactor(nuxt): within nuxt app, import directly from source file () 2023-02-08 22:26:41 -08:00
pooya parsa
9845467421
feat(nuxt): upgrade to nitropack 2.2 () 2023-02-09 07:02:07 +01:00
Anthony Fu
2677b88f5f
feat(nuxt): support type auto-import () 2023-02-07 06:00:11 -08:00
Daniel Roe
f711046171
perf(nuxt): add tree-shaken useServerSeoMeta composable () 2023-01-24 15:34:20 +00:00
Daniel Roe
bf649fe576
fix(nuxt): allow overriding lower layer composables () 2023-01-14 01:14:24 +00:00
Anthony Fu
586df1a817
feat(imports): imports:context hook for unimport context () 2023-01-09 11:35:44 +00:00
Daniel Roe
0cb9a4c51d
refactor(nuxt): do not add all composable auto-imports to globalThis () 2022-12-13 10:30:12 +00:00
Daniil Chudo
ab2456c295
refactor: split out type imports from value imports () 2022-12-11 21:44:52 +00:00
Mahdi Boomeri
9c478ee16e
feat: useNuxtData composable ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-12-05 14:07:33 +01:00
Daniel Roe
4c4249dc33
feat(nuxt): add onNuxtReady composable () 2022-12-05 11:09:58 +01:00
pooya parsa
d6bfa216ae
fix(nuxt): removed auto imports () 2022-11-16 10:59:45 +01:00
pooya parsa
5ac9d85a49
refactor!: remove deprecated api () 2022-11-16 03:26:35 +01:00
Daniel Roe
2c2fbdffc9
refactor(nuxt)!: move head option support into defineNuxtComponent () 2022-11-15 15:47:17 +01:00
Daniel Roe
e6351349c0
feat(nuxt): add onBeforeRouteLeave and onBeforeRouteUpdate composables () 2022-11-10 14:52:04 +01:00
Daniel Roe
4bbd2618ce
feat(nuxt): auto-import utils/ directory () 2022-11-09 10:43:16 +01:00
Anthony Fu
bbea416c23
feat: upgrade unimport to 0.7.0 () 2022-10-26 10:28:00 +02:00
Daniel Roe
5a88510cb7
feat(kit): add updateTemplates utility () 2022-10-24 10:53:02 +02:00
Daniel Roe
2a4ebfb18b
perf(nuxt): improve link prefetching () 2022-10-17 13:15:29 +02:00
Daniel Roe
a9a8571e35
fix(nuxt): export and auto-import clearNuxtData () 2022-09-21 11:53:38 +02:00
pooya parsa
888bd7c145
feat(nuxt): payload rendering support ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-10 15:57:16 +02:00
Daniel Roe
eab4706614
feat: allow client-side sourcemaps in production () 2022-09-07 13:32:10 +02:00
pooya parsa
abd5dc58c9
fix: improve autoImports deprecation dx () 2022-09-02 15:42:46 +02:00
Daniel Roe
b90d286631
feat(nuxt): add setPageLayout utility () ()
Co-authored-by: HomWang <516310460@qq.com>
2022-08-31 10:02:48 +02:00