1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 10:06:41 +00:00
Commit Graph

375 Commits

Author SHA1 Message Date
Daniel Roe
37d24eed7d
fix(schema): use rootDir, not process.cwd, for modulesDir () 2024-02-13 11:19:25 +00:00
Žan Fras
8966e20498
chore(schema): add missing closing code block () 2024-02-05 20:26:10 +00:00
Troy Ciesco
ced401abb7
fix(schema): correctly set value for app.viewTransition () 2024-02-02 14:38:42 +00:00
Daniel Roe
f1fe97fc8a
fix(nuxt): prioritise later items in pages:routerOptions hook () 2024-01-30 13:55:18 +00:00
Якин Никита
658a0ffed7
feat(nuxt): useId composable ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2024-01-30 09:10:13 +00:00
Daniel Roe
b0f50bec1b docs: remove unnecessary warning on sharedPrerenderData 2024-01-29 20:22:23 +00:00
renovate[bot]
7d65769496
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-29 16:53:25 +00:00
Daniel Roe
407fde6765
feat(nuxt): experimentally extract route metadata at build time ()
Co-authored-by: Bobbie Goede <bobbiegoede@gmail.com>
2024-01-29 16:44:54 +00:00
Horváth Bálint
995acd9983
feat(nuxt): allow controlling view transitions in page meta () 2024-01-29 12:23:51 +00:00
Enkot
034d1aaa6f
feat(nuxt): refreshCookie + experimental CookieStore support () 2024-01-29 10:37:32 +00:00
Alexander Lichter
040cd97c3c
fix(schema): remove defineModel option as it is now stable () 2024-01-19 09:48:24 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility () 2024-01-18 16:09:27 +00:00
Daniel Roe
807ead6f1a
feat(nuxt): add pages:routerOptions hook () 2024-01-18 16:06:00 +00:00
Daniel Roe
64c5f97d4a
feat(schema): default to bundler module resolution () 2024-01-18 10:37:24 +00:00
Daniel Roe
210a559350
feat(nuxt): add experimental sharedPrerenderData option () 2024-01-18 10:01:39 +00:00
Luke Warlow
e44e8b35dd
fix(nuxt): disable View Transitions if prefers-reduced-motion () 2024-01-18 10:00:41 +00:00
Inesh Bose
406b204640
fix(kit): improve types for options in addTemplate () 2024-01-12 10:47:23 +00:00
Michael Brevard
c2b94d4a16
perf(kit,schema,nuxt): refactor startsWith to array access () 2023-12-29 08:47:11 +00:00
Daniel Roe
f5676fba56 docs: switch features/future docs 2023-12-26 22:03:39 +00:00
Daniel Roe
32d2c99c5f
refactor(schema): introduce future and features namespace () 2023-12-25 14:03:29 +00:00
Daniel Roe
22ce98d61d
fix(schema): revert bundler module resolution due to lack of support
This reverts commit 8f5fed57db.
2023-12-20 10:57:07 +00:00
Daniel Roe
f5a44fb20a
fix(nuxt): add __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ () 2023-12-20 10:30:33 +00:00
Daniel Roe
8f5fed57db
feat(schema): default to bundler module resolution () 2023-12-19 15:02:28 +00:00
Julien Huang
1b93e604d3
feat(nuxt): allow client components within NuxtIsland () 2023-12-19 12:21:29 +00:00
Sébastien Chopin
d26822f3df
feat(nuxt): add callOnce util to allow running code only once () 2023-12-19 11:00:11 +00:00
Daniel Roe
d5c95ad472
fix(nuxt): revert async transform of setup within defineComponent () 2023-12-16 11:09:41 +00:00
Michael Brevard
153d5ff273
perf(schema): use parallel promises ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-12-15 14:16:35 +00:00
Michael Brevard
24bedc5e56
perf(schema): avoid duplicate get operations () 2023-12-15 09:38:19 +00:00
Daniel Roe
db3a9f0554
feat(nuxt): transform setup within defineComponent options () 2023-12-14 21:00:36 +00:00
Julien Huang
5877e11c89
feat(nuxt): allow plugins to specify dependencies () 2023-12-14 17:11:08 +00:00
Alper Doğan
3cc333690b
feat(nuxt): layers support for spa loading template () 2023-12-13 11:54:56 +00:00
xxhls
8934eb31d9
docs: prefer ~ to @ alias in examples () 2023-12-05 12:40:04 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
Damian Głowala
c4445268b6
fix(schema): add type for ignoreOptions () 2023-11-16 15:21:23 +00:00
Luke Nelson
6ec267be87
fix(schema): use scule types for runtimeConfig type hints () 2023-11-15 18:58:00 +00:00
Daniel Roe
c1ddb359e3
chore: update to use @nuxt/eslint-config ()
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2023-11-09 18:01:13 +01:00
Fabian B
e5fccc0a30
docs: improve router docs on nuxt-injected options () 2023-11-06 09:35:05 +00:00
Daniel Roe
2011e6c159
perf(nuxt): set pages on nuxt app and deduplicate calls () 2023-10-31 01:55:40 +09:00
Daniel Roe
802cf7a1e9
fix(schema): correctly set default cssnano config () 2023-10-30 17:57:11 +09:00
Daniel Roe
8e44395d7a
fix(vite): remove postcss-url and duplicate postcss-import () 2023-10-25 09:38:01 +09:00
Daniel Roe
cd76c617fa
fix(nuxt,schema,vite,webpack): analyze w/o overriding config () 2023-10-23 20:19:16 +09:00
Daniel Roe
591f4305b8
fix(nuxt,schema): use std-env to detect whether app is being tested () 2023-10-20 16:52:37 +01:00
Daniel Roe
7fcdce26b2
fix(schema): accept single string for extends () 2023-10-20 16:23:35 +01:00
Daniel Roe
8c9333a41c
fix(nuxt): ensure we add prerender hints to correct event () 2023-10-19 23:44:45 +01:00
Pooya Parsa
2050d1bfa3
chore: upgrade to c12 1.5 with configurable layers () 2023-10-19 15:20:11 +01:00
Daniel Roe
5652346d7a
feat(nuxt): allow customising defaults for data composables () 2023-10-18 15:25:25 +01:00
Daniel Roe
9dd304628a
feat(nuxt): allow configuring default <NuxtLink> options () 2023-10-18 13:43:42 +01:00
Sébastien Chopin
f26a801775
docs: update to new website ()
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-18 12:59:43 +02:00
Anthony Fu
598e8c2cd0
feat(nuxt): add @nuxt/devtools as dependency and enable () 2023-10-12 16:50:49 +01:00
renovate[bot]
a5dad0d2e8
chore(deps): update devdependency eslint-plugin-jsdoc to v46 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-11 13:31:22 +01:00