Daniel Roe
|
a549b46e90
|
feat(nuxt): add URL serialiser for dev server logs
|
2024-05-24 14:24:57 +01:00 |
|
Daniel Roe
|
2440007906
|
fix(nuxt): resolve modules from layers directories (#27338)
|
2024-05-24 11:17:35 +01:00 |
|
Daniel Roe
|
47c47c9b42
|
fix(nuxt): add VNode reviver & don't deduplicate dev logs (#27309)
|
2024-05-23 16:25:06 +01:00 |
|
Daniel Roe
|
6a271e8a56
|
feat(nuxt): display banner when run with compatibilityVersion (#27305)
|
2024-05-23 12:35:21 +01:00 |
|
Miha Sedej
|
59ad152ae3
|
fix(nuxt): respect app.cdnURL for extracted payloads (#26668)
|
2024-05-23 09:18:31 +01:00 |
|
Daniel Roe
|
5b1ca73886
|
fix(nuxt): add module declarations for virtual files (#27311)
|
2024-05-22 23:18:58 +01:00 |
|
Daniel Roe
|
811bfc18a1
|
feat(nuxt): respect defaults when clearing asyncData (#27295)
|
2024-05-22 15:42:19 +01:00 |
|
Daniel Roe
|
8a759bc6fe
|
fix(nuxt): use undefined rather than null for data fetching defaults (#27294)
|
2024-05-21 23:58:38 +01:00 |
|
Daniel Roe
|
a531e6f466
|
fix(nuxt): exempt equality check for kit/schema version
|
2024-05-21 16:55:22 +01:00 |
|
Daniel Roe
|
e5649613c7
|
fix(nuxt): invert version check
|
2024-05-21 15:36:31 +01:00 |
|
Julien Huang
|
b4002f37d1
|
feat(nuxt): check schema/kit versions when loading nuxt (#27224)
|
2024-05-21 09:18:36 +01:00 |
|
Daniel Roe
|
a1c184a288
|
fix(schema): handle dev/test buildId in schema (#27274)
|
2024-05-19 19:53:20 -05:00 |
|
Daniel Roe
|
3c42e13b68
|
feat(nuxt,schema): add appId and improve chunk determinism (#27258)
|
2024-05-16 22:41:31 -05:00 |
|
Daniel Roe
|
5ce738dbd8
|
fix(nuxt): pass path to jiti and not file URL (#27252)
|
2024-05-16 10:11:19 -05:00 |
|
Daniel Roe
|
06be4cc025
|
feat(nuxt): auto-register layers in layers/ directory (#27221)
|
2024-05-15 05:51:14 -05:00 |
|
Anthony Fu
|
b96b62ecd2
|
refactor: improve regexp performance (#27207)
|
2024-05-14 12:54:37 -05:00 |
|
Daniel Roe
|
89baee0493
|
fix(nuxt): scan folder indices for middleware (#27187)
|
2024-05-13 21:23:15 +01:00 |
|
Daniel Roe
|
cebc89186e
|
feat(kit): add useRuntimeConfig and updateRuntimeConfig utils (#27117)
|
2024-05-09 18:49:35 +01:00 |
|
Daniel Roe
|
2d1ab61b2e
|
perf(nuxt): remove ssrContext.styles reference (from unused vue-style-loader )
|
2024-05-09 10:09:24 +01:00 |
|
Daniel Roe
|
0e12b6eb8b
|
fix(nuxt): don't pass options to spaLoadingTemplate function
|
2024-05-08 16:00:33 +01:00 |
|
Nicolas Payot
|
177517951c
|
feat(nuxt): support multiple nuxtApps at runtime (#27068)
|
2024-05-08 13:32:45 +01:00 |
|
Daniel Roe
|
68f4b193be
|
perf(nuxt): emit simpler functional ui templates (w/o lodash) (#27091)
|
2024-05-07 22:45:03 +01:00 |
|
Daniel Roe
|
3169c5cec7
|
feat(nuxt): add onPrehydrate lifecycle hook (#27037)
|
2024-05-07 15:04:21 +01:00 |
|
Alex Liu
|
9e8261a69c
|
feat(nuxt): custom renderSSRHeadOptions config for unhead (#26989)
|
2024-05-07 13:37:02 +01:00 |
|
Daniel Roe
|
589b4037c1
|
feat(nuxt): prompt to install nuxt/scripts on usage (#27010)
Co-authored-by: Harlan Wilton <harlan@harlanzw.com>
|
2024-05-03 13:57:28 +01:00 |
|
Daniel Roe
|
2c39b3ce61
|
feat(nuxt,schema): support new Nuxt folder structure (#27029)
|
2024-05-02 14:24:31 +01:00 |
|
Daniel Roe
|
99dc3ce888
|
build(nuxt): use relative path to ui-templates dist
|
2024-05-01 22:43:10 +01:00 |
|
Daniel Roe
|
0d4a622f3a
|
fix(nuxt,schema): remove .js extension from template imports
|
2024-05-01 21:59:45 +01:00 |
|
Harlan Wilton
|
8b67a19af6
|
feat(nuxt): configurable app.rootAttrs and teleportAttrs (#27014)
|
2024-05-01 16:27:30 +01:00 |
|
Daniel Roe
|
256ef1faf6
|
feat(nuxt,schema): inline error, welcome, spa-loading templates (#27021)
|
2024-05-01 14:10:33 +01:00 |
|
Daniel Roe
|
933c0aa71f
|
fix(nuxt): compile plugin templates last (#27009)
|
2024-05-01 06:43:35 +01:00 |
|
Daniel Roe
|
505e706dcb
|
feat(schema): v4 opt-in with future.compatibilityVersion (#26925)
|
2024-04-30 20:34:32 +01:00 |
|
Pooya Parsa
|
fdbfed1280
|
chore: fix small typos (#26907)
|
2024-04-23 13:53:11 +01:00 |
|
Julien Huang
|
f0902f9301
|
perf(nuxt): remove state from nuxt island response (#26863)
|
2024-04-20 04:56:56 +03:00 |
|
Inesh Bose
|
00a47be49a
|
fix(nuxt): re-initialise nuxt._ignore after all modules run (#26680)
|
2024-04-19 11:48:19 +03:00 |
|
Ivan Kalachikov
|
4fea6da1ae
|
feat(nuxt): add <NuxtRouteAnnouncer> and useRouteAnnouncer (#25741)
|
2024-04-17 16:58:13 +01:00 |
|
Daniel Roe
|
75e43ac427
|
fix(nuxt): avoid double-slash in ignore pattern
|
2024-04-17 14:23:20 +01:00 |
|
Ryan Clements
|
b7ba3a4a80
|
fix(nuxt): hint prerenderer to crawl routes at runtime (#26694)
|
2024-04-13 00:21:02 +02:00 |
|
Damian Głowala
|
dec7191ac5
|
fix(nuxt): correctly remove extension from path in hasSuffix (#26725)
|
2024-04-11 08:23:14 +02:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Anthony Fu
|
ee608cea2c
|
chore: update moduleResolution to Bundler (#26658)
|
2024-04-05 16:36:52 +01:00 |
|
Daniel Roe
|
2f8915127d
|
fix(nuxt): suppress warning about resolve cache-driver (#26595)
|
2024-04-03 09:51:05 +01:00 |
|
Julien Huang
|
6dcad76a06
|
perf(nuxt): reduce nuxt island payload (#26569)
|
2024-03-30 07:41:46 +00:00 |
|
Daniel Roe
|
fa9d43753d
|
fix(nuxt): support serialising rich server logs (#26503)
|
2024-03-27 11:42:43 +00:00 |
|
Daniel Roe
|
baf8539f31
|
fix(nuxt): add build id to rendered payload url (#26504)
|
2024-03-27 11:13:19 +00:00 |
|
Daniel Roe
|
cca81bcae4
|
fix(nuxt): exclude <srcDir>/index.html from import protection (#26430)
|
2024-03-21 13:18:09 +00:00 |
|
Daniel Roe
|
8c3159f4ba
|
fix(nuxt): pass joinRelativeURL + share paths on server (#26407)
|
2024-03-21 11:57:11 +00:00 |
|
Anthony Fu
|
4a880cb693
|
fix(nuxt): print errors when compiling templates (#26410)
|
2024-03-21 09:38:54 +00:00 |
|
Daniel Roe
|
5de7244032
|
fix(nuxt): handle underscores in island names (#26370)
|
2024-03-20 00:01:28 +00:00 |
|
Daniel Roe
|
90591e3a3c
|
fix(nuxt): don't warn when injecting client-only components (#26341)
|
2024-03-18 14:41:01 +00:00 |
|