Commit Graph

4674 Commits

Author SHA1 Message Date
Harlan Wilton
a49ce7f494
perf(nuxt): experimental support of capo.js head tag order (#22431) 2023-08-01 20:47:31 +01:00
Andrey Yolkin
b238389040 feat(docs): describe autoimports utilties 2023-08-01 19:54:09 +03:00
Andrey Yolkin
252cfa34af fix(docs): remove accidental letters 2023-08-01 15:35:59 +03:00
Andrey Yolkin
2350a1f75e
Merge branch 'main' into docs/kit 2023-08-01 15:29:25 +03:00
Andrey Yolkin
4e9d82f52d feat(docs): describe compatibility 2023-08-01 15:27:51 +03:00
Daniel Roe
2540c879da
fix(kit): remove baseUrl and use relative paths in tsconfig (#22410) 2023-08-01 10:17:02 +01:00
renovate[bot]
2dfbb5f04d
chore(deps): update all non-major dependencies to v1.1.35 (main) (#22420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-31 23:57:09 +01:00
anhao
17461fb03b
fix(nuxt): support uppercase route methods in useFetch (#22418) 2023-07-31 23:56:37 +01:00
Daniel Roe
716a5b8341 fix(kit): don't unsubscribe from file writing 2023-07-31 15:44:44 +01:00
David Marr
3159bb4f65
docs: add some more debugging tips (#22415) 2023-07-31 15:40:50 +01:00
Daniel Roe
a6821948ba
refactor(nuxt): use nuxi-ng for edge releases (#22413) 2023-07-31 14:32:14 +01:00
renovate[bot]
24afefdb48
chore(deps): update all non-major dependencies (main) (#22404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-07-31 13:22:42 +01:00
Daniel Roe
0d9a0b7538 fix(nuxt): name is an optional prop for <NuxtLayout> 2023-07-31 13:22:22 +01:00
Daniel Roe
1b1f194e64
refactor(nuxt): add additional flag to enable remote sources (#22409) 2023-07-31 13:01:50 +01:00
Daniel Roe
dad633b658
perf(nuxt): render css/inline css higher than resource hints (#21793) 2023-07-31 12:11:18 +01:00
renovate[bot]
40fdff8b68
chore(deps): update dependency vue-bundle-renderer to v2 (main) (#22408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-07-31 11:34:34 +01:00
Adham Farrag
a2581c6d23
docs: add recommendation to install nuxtr (#20808) 2023-07-31 11:23:00 +01:00
Daniel Roe
5edf00f069 chore: update codesandbox links 2023-07-31 11:22:24 +01:00
Daniel Roe
5926bbeff8
feat(nuxt): allow 'lazy' (non-blocking) server components (#21918) 2023-07-31 09:51:09 +01:00
Damian Głowala
0991e885fd
feat(nuxt): autocomplete layouts in setPageLayout/<NuxtLayout> (#22362) 2023-07-31 09:50:55 +01:00
Daniel Roe
38d2bb7b95
feat(kit,nuxi): add writeTypes utility (#22385) 2023-07-31 09:42:42 +01:00
Julien Huang
0f839dd723
feat(nuxt): environment-specific plugin execution for islands (#20726) 2023-07-30 22:36:11 +01:00
Julien Huang
ffc4e798cd
feat(nuxt): allow remote sources for islands (#21592) 2023-07-30 22:00:41 +01:00
Jean-Pierre Carvalho
620097241a
feat(nuxt): auto-install @nuxt/webpack-builder when needed (#21747) 2023-07-30 21:25:00 +01:00
Joaquín Sánchez
2df9a4b9db
fix(nuxt): test watch paths against all layer srcDirs (#22307) 2023-07-30 19:47:29 +01:00
Harlan Wilton
9b09b4d112
feat(nuxt): render all head tags on server with unhead (#22179) 2023-07-30 19:46:16 +01:00
Andrey Yolkin
066390972c
Merge branch 'main' into docs/kit 2023-07-30 19:36:40 +03:00
Daniel Roe
a2b5d31270
perf(nuxt): write templates in single sync step + improve logs (#22384) 2023-07-30 17:14:42 +01:00
renovate[bot]
9e92c74d07
chore(deps): update all non-major dependencies (main) (#22315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-07-30 16:45:37 +01:00
Anthony Fu
c5f94be5d1
feat(nuxt): expose filtered templates in app:templatesGenerated hook (#21935) 2023-07-30 12:41:01 +01:00
Daniel Roe
2f734df9b5
fix(nuxt): disallow redirects to more script protocols (#22366)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2023-07-30 11:09:16 +01:00
Prashant Palikhe
2616aadda6
feat(nuxt): allow dynamic scrollToTop page meta (#21741) 2023-07-30 11:07:01 +01:00
Daniel Roe
fc10da37fb
docs: add example for accessing vite config programmatically (#18812)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2023-07-30 10:17:36 +01:00
Ted Xu
f6a350e390
docs: update .env section (#22369) 2023-07-30 10:16:45 +01:00
Daniel Roe
257cb3c8a0
chore(deps): bump typescript/untyped versions (#22340) 2023-07-30 10:16:13 +01:00
Ryota Watanabe
8166fb20a5
fix(nuxi): only strip extensions from files (#22399) 2023-07-30 10:11:50 +01:00
Andrey Yolkin
2674ef281b
Merge branch 'main' into docs/kit 2023-07-30 01:08:57 +03:00
Aleksandra
c044d0eef5
perf(nuxt): export DefineNuxtConfig interface from nuxt/config (#22391) 2023-07-29 19:32:28 +01:00
Dawid Kopys
7e05b6e785
docs: correct manually typing runtime config example (#22393) 2023-07-29 19:14:08 +01:00
Andrey Yolkin
97fd392fcf fix(docs): use Nuxt 3 test utils as example 2023-07-29 17:45:00 +03:00
Andrey Yolkin
293dbf7ac8 feat(docs): add links to nuxt tools with programmatically use of @nuxt/kit 2023-07-29 17:41:25 +03:00
Andrey Yolkin
709e02ac14 fix(docs): use link to c12 without branch name 2023-07-29 17:37:14 +03:00
Andrey Yolkin
51cc5ca556 feat(docs): describe loadNuxtConfig utility 2023-07-29 17:36:39 +03:00
Andrey Yolkin
93b93d9d22 fix(docs): remove typo 2023-07-29 17:24:40 +03:00
Andrey Yolkin
062d571f47 feat(docs): better description for loadNuxt utility 2023-07-29 17:21:05 +03:00
Andrey Yolkin
99d763600e feat(docs): describe buildNuxt utility 2023-07-29 17:15:42 +03:00
Andrey Yolkin
fb4f112f45 fix(docs): missing . at the end of sentence 2023-07-29 15:37:26 +03:00
Andrey Yolkin
a33a52e4ff fix(docs): move text about loadNuxt parametres in one paragraph 2023-07-29 15:36:13 +03:00
Andrey Yolkin
935bee66e7
Merge branch 'main' into docs/kit 2023-07-29 15:31:15 +03:00
Andrey Yolkin
06d00014d3 feat(docs): loadNuxt utility 2023-07-29 15:29:15 +03:00