Daniel Roe
|
a302fe8062
|
perf(nuxt): avoid watching nested paths (#21256)
|
2023-05-31 14:11:46 +01:00 |
|
Daniel Roe
|
c9adf700a4
|
fix(nuxt): handle serialising empty bigint (#21257)
Co-authored-by: lorado <eugen.sacharow@gmx.de>
|
2023-05-30 13:53:04 +02:00 |
|
Daniel Roe
|
6eacad03b8
|
fix(nuxt): resolve modules relative to modulesDir (#21082)
|
2023-05-27 11:24:21 -05:00 |
|
Louis Haftmann
|
92bc999d0e
|
fix(nuxt): omit Set-Cookie header if value is null (#21072)
|
2023-05-26 14:42:12 -05:00 |
|
Daniel Roe
|
75cd6b7894
|
fix(nuxt): normalize windows paths in granular watcher (#21066)
|
2023-05-25 16:38:34 -05:00 |
|
Alexander
|
e50cabfed1
|
fix(nuxt): show error page after fatal abortNavigation (#21047)
|
2023-05-25 13:29:22 -05:00 |
|
Lucie
|
a672cd7a42
|
fix(nuxt): await nuxt ready state before refreshNuxtData (#21008)
|
2023-05-23 00:09:05 +01:00 |
|
Julien Huang
|
7cc7297ea7
|
fix(nuxt): treeshake <DevOnly> with webpack (#21013)
Co-authored-by: Inesh Bose <56732164+ineshbose@users.noreply.github.com>
|
2023-05-22 21:29:59 +01:00 |
|
Daniel Roe
|
c37ebab1ef
|
perf(nuxt): use .test and hoist regexps where possible (#21011)
|
2023-05-22 21:25:42 +01:00 |
|
Daniel Roe
|
f94984e5cb
|
fix(nuxt): use simple incrementing id on client (#20992)
|
2023-05-22 21:25:04 +01:00 |
|
Daniel Roe
|
397c54c9db
|
fix(nuxt): add type support for router composables without pages/ integration
|
2023-05-22 19:42:25 +01:00 |
|
Daniel Roe
|
3ed0d0ffc1
|
fix(nuxt): scan component dirs case-sensitively (#20995)
|
2023-05-22 11:04:02 +01:00 |
|
Haruaki OTAKE
|
bb28819d3c
|
fix(nuxt): fix useLazyFetch types (#20989)
|
2023-05-22 08:25:50 +01:00 |
|
Julien Huang
|
2d680455ae
|
fix(nuxt): skip middleware for islands components (#20924)
|
2023-05-20 23:26:29 +01:00 |
|
Haruaki OTAKE
|
b88aab049f
|
fix(nuxt): use default type for initial value for composables (#20968)
|
2023-05-20 23:19:50 +01:00 |
|
Daniel Roe
|
957a75a7e1
|
fix(nuxt): exclude plugin declaration from non-existent files (#20974)
|
2023-05-20 23:14:52 +01:00 |
|
Daniel Roe
|
25c150136d
|
fix(nuxt): don't match partial component names with prefix (#20939)
|
2023-05-19 08:11:46 +01:00 |
|
Daniel Roe
|
dda338a1dc
|
fix(nuxt): resolve layer assets in relation to layer directory (#20932)
|
2023-05-18 15:10:12 +01:00 |
|
Daniel Roe
|
9dea9bc1b2
|
perf(nuxt): use granular watcher to avoid crawling ignored dirs (#20836)
|
2023-05-18 14:44:24 +01:00 |
|
Daniel Roe
|
2cdc22a746
|
fix(nuxt): don't refresh when hydrating when data is present (#20916)
|
2023-05-17 14:23:52 +01:00 |
|
Daniel Roe
|
d2e14b678b
|
fix(nuxt): prioritise vue app context when available (#20910)
|
2023-05-17 13:26:16 +01:00 |
|
Gypsophyllite
|
f39eb6e981
|
fix(nuxt): infer useFetch method when generic is passed (#20797)
|
2023-05-17 12:56:47 +01:00 |
|
Daniel Roe
|
53bd8a44ec
|
fix(nuxt): allow island renders without / route (#20894)
|
2023-05-16 22:50:55 +01:00 |
|
Daniel Roe
|
a0583ba96e
|
fix(nuxt): pass from + savedPosition to first scrollBehavior (#20859)
|
2023-05-16 10:55:13 +01:00 |
|
Anthony Fu
|
433b52930a
|
feat(nuxt): support parallel plugins (#20460)
|
2023-05-16 09:50:43 +01:00 |
|
Julien Huang
|
70c5ec86d2
|
feat(nuxt): full scoped slots support for server components (#20284)
|
2023-05-15 23:43:53 +01:00 |
|
Daniel Roe
|
038c84c4b1
|
fix(nuxt): add types for webpack/vite environments (#20749)
|
2023-05-15 17:17:39 +01:00 |
|
Daniel Roe
|
33e2bd3dc0
|
feat(nuxt): support separate server tsconfig (#20559)
|
2023-05-15 16:36:30 +01:00 |
|
Alexander
|
e9b2f6286c
|
fix(nuxt): stop loading indicator on vue errors (#20738)
|
2023-05-15 16:34:20 +01:00 |
|
Dario Ferderber
|
ec9dcdb093
|
fix(nuxt): allow pages:extend to enable pages module (#20806)
|
2023-05-15 13:47:30 +01:00 |
|
白雾三语
|
ce84c9b44f
|
fix(nuxt): ensure all dir parts are present in component name (#20779)
|
2023-05-15 13:34:04 +01:00 |
|
Inesh Bose
|
1f30cf18e3
|
fix(nuxt): get fallback for <DevOnly> from parsed html (#20840)
|
2023-05-15 13:33:46 +01:00 |
|
Julien Huang
|
603e7e7fb1
|
feat(nuxt): allow keeping fallback for NuxtClientFallback (#20336)
|
2023-05-14 22:22:54 +01:00 |
|
Inesh Bose
|
d077c10c41
|
feat(nuxt): allow fallback production content in <DevOnly> (#20817)
|
2023-05-13 23:32:31 +01:00 |
|
Julien Huang
|
900ee6dc8b
|
fix(nuxt): transform client fallbacks directly on SFCs (#20835)
|
2023-05-13 22:39:50 +01:00 |
|
Sébastien Chopin
|
6a052b583b
|
feat(nuxt): add useRequestURL helper (#20765)
|
2023-05-13 22:09:37 +01:00 |
|
Daniel Roe
|
7f0fe2fbe7
|
fix(nuxt): allow serialising undefined refs (#20828)
|
2023-05-13 20:49:05 +01:00 |
|
Julien Huang
|
90ab1b50f4
|
fix(nuxt): always inline styles for server/island components (#20599)
|
2023-05-11 23:33:17 +01:00 |
|
Lehoczky Zoltán
|
6b7197fd8c
|
fix(nuxt): avoid destructuring error prop (works around upstream bug) (#20795)
|
2023-05-11 22:54:07 +01:00 |
|
Daniel Roe
|
5e74fe4e0b
|
fix(nuxt): enable suspensible behaviour for nested pages (#20777)
|
2023-05-11 18:57:18 +01:00 |
|
Daniel Roe
|
0258acdc8a
|
fix(nuxt): remove webstorm compatibility augmentation
|
2023-05-11 15:28:03 +01:00 |
|
Daniel Roe
|
93ba5e7cd2
|
feat(nuxt): use runWithContext within callWithNuxt (#20775)
|
2023-05-11 12:39:08 +01:00 |
|
Daniel Roe
|
f170075c79
|
feat(deps): update vue to v3.3 (#20478)
|
2023-05-11 09:37:32 +01:00 |
|
Daniel Roe
|
53fef72031
|
fix(nuxt): deduplicate global components before registration (#20743)
|
2023-05-10 13:57:27 +01:00 |
|
Julien Huang
|
018bf125ab
|
feat(nuxt): add apps to nuxt build-time instance (#20637)
|
2023-05-09 23:46:03 +01:00 |
|
Eduardo San Martin Morote
|
5781cf1569
|
feat(nuxt): add experimental typedPages option (#20367)
|
2023-05-09 18:08:07 +01:00 |
|
Daniel Roe
|
80d7899f49
|
fix(nuxt): prevent treeshaking hooks with composable names (#20745)
|
2023-05-09 17:47:46 +01:00 |
|
Daniel Roe
|
eb8e9169d6
|
fix(nuxt): generate empty sourcemaps for wrappers (#20744)
|
2023-05-09 16:57:23 +01:00 |
|
Daniel Roe
|
1da25c8069
|
fix(nuxt): allow resolving client nuxt app to singleton (#20639)
|
2023-05-09 11:22:38 +01:00 |
|
Anthony Fu
|
1f38863c06
|
fix(nuxt, vite): ignore nuxt_component ssr style and isVue (#20679)
|
2023-05-04 17:19:03 +01:00 |
|