Daniel Roe
|
5e74fe4e0b
|
fix(nuxt): enable suspensible behaviour for nested pages (#20777)
|
2023-05-11 18:57:18 +01:00 |
|
Eduardo San Martin Morote
|
5781cf1569
|
feat(nuxt): add experimental typedPages option (#20367)
|
2023-05-09 18:08:07 +01:00 |
|
Daniel Roe
|
566fa85fc8
|
fix(nuxt): run page meta plugin on all pages (and only pages) (#20628)
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
|
2023-05-03 15:14:12 +01:00 |
|
Daniel Roe
|
da3357449f
|
feat(nuxt): add nuxtApp.runWithContext (#20608)
|
2023-05-03 11:02:07 +01:00 |
|
Anthony Fu
|
84559e84aa
|
feat(kit): support passing getter to addVitePlugin and addWebpackPlugin (#20525)
|
2023-05-02 12:17:41 +01:00 |
|
Preet Mishra
|
48b48dec00
|
fix(nuxt): handle pages with no content and log warning (#20373)
|
2023-04-19 17:58:43 +01:00 |
|
Daniel Roe
|
d0c8e7fb4a
|
fix(nuxt): generate hi-res sourcemaps (#20280)
|
2023-04-14 18:21:08 +01:00 |
|
Daniel Roe
|
f366ab4eb8
|
chore: remove @ts-ignore and fix some issues (#20273)
|
2023-04-14 13:53:21 +01:00 |
|
Daniel Roe
|
9110d41628
|
fix(nuxt): do not redirect when vue-router normalises url (#20247)
|
2023-04-13 03:14:44 -07:00 |
|
Daniel Roe
|
b011d3d76f
|
fix(nuxt): improve handling of redirects within middleware (#20244)
|
2023-04-13 02:58:25 -07:00 |
|
Daniel Roe
|
4285092879
|
feat(nuxt): support object-syntax plugins (#20003)
|
2023-04-11 04:58:43 -07:00 |
|
Daniel Roe
|
d6c3c2439a
|
feat(nuxt): support async transform of object properties (#20182)
|
2023-04-10 14:57:13 -07:00 |
|
Daniel Roe
|
9878c5b6e4
|
style: enable sort-imports eslint rule (#20133)
|
2023-04-07 09:02:47 -07:00 |
|
Daniel Roe
|
bc9c7dcac8
|
feat(nuxt): respect custom dir.pages in page placeholder (#20079)
|
2023-04-04 06:18:29 -07:00 |
|
Daniel Roe
|
d190f743dc
|
fix(nuxt): end route param tokens manually (#19902)
|
2023-04-03 02:56:44 -07:00 |
|
Daniel Roe
|
4b2cb52f8a
|
fix(nuxt): fix default injection type for plugins (#19669)
|
2023-03-14 06:08:43 -07:00 |
|
Daniel Roe
|
0f6276dc6e
|
fix(nuxt): mark non-augmented NuxtApp properties as unknown (#19643)
|
2023-03-14 03:09:50 -07:00 |
|
Daniel Roe
|
b19b35fb67
|
fix(nuxt): provide node16-style type exports (#18431)
|
2023-03-11 13:16:01 -08:00 |
|
Daniel Roe
|
e6bbf71fd5
|
chore: improve internal type safety (#19599)
|
2023-03-11 18:22:29 +00:00 |
|
Daniel Roe
|
9036142b14
|
feat(nuxt): add watch option and refactor dev server restarting (#19530)
|
2023-03-09 03:46:08 -08:00 |
|
Daniel Roe
|
129bb4fa3a
|
feat(kit,nuxt): add component priority to allow overriding (#19252)
|
2023-03-06 03:33:40 -08:00 |
|
Ivan
|
7131aef820
|
feat(schema): allow adding page routes without a matching file (#19173)
|
2023-03-03 06:07:42 -08:00 |
|
Daniel Roe
|
503b7acd55
|
perf(nuxt): don't update manifest in dev mode (#19315)
|
2023-02-27 11:36:27 -08:00 |
|
Daniel Roe
|
c4eb4b784c
|
fix(nuxt): preserve (re)named imports in meta (#19192)
|
2023-02-21 04:22:12 -08:00 |
|
pooya parsa
|
15b9386a39
|
chore: update nitropack and unjs dependencies (#19100)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-17 05:38:19 -08:00 |
|
Mathieu Magalhaes
|
f5a3d7968c
|
fix(nuxt): respect redirects which differ only by trailing slash (#18593)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-02-16 09:26:15 -08:00 |
|
Daniel Roe
|
7d0ecb5a96
|
fix(nuxt): show client error if no page matches after validate fails (#18978)
|
2023-02-16 04:56:14 -08:00 |
|
Daniel Roe
|
59a1f7bae0
|
perf(nuxt): allow tree-shaking empty meta from build (#19032)
|
2023-02-14 14:22:53 -08:00 |
|
Daniel Roe
|
4219ff21e9
|
fix(nuxt): prevent hyphens forming child routes & warn if dupes are detected (#18944)
|
2023-02-13 22:56:39 +00:00 |
|
Daniel Roe
|
6016aef859
|
fix(nuxt): expose nuxt/schema subpath for augmentation (#18922)
|
2023-02-13 22:42:04 +00:00 |
|
Daniel Roe
|
9a035a15c5
|
refactor(nuxt): within nuxt app, import directly from source file (#18902)
|
2023-02-08 22:26:41 -08:00 |
|
Daniel Roe
|
b7591e639d
|
perf(nuxt): simplify generated variable names (#18629)
|
2023-01-30 12:24:58 -08:00 |
|
Daniel Roe
|
a0085b70a3
|
fix(nuxt): dedupe vue-router (#18626)
|
2023-01-30 10:22:15 -08:00 |
|
Daniel Roe
|
9751c9dab7
|
fix(nuxt): do not override inferred type of <NuxtPage> (#18495)
|
2023-01-25 00:44:59 -08:00 |
|
Daniel Roe
|
de4086f6ed
|
fix(nuxt): let router handle internal redirects within middleware (#18445)
|
2023-01-23 11:18:33 +00:00 |
|
Daniel Roe
|
c5d6db7fd0
|
fix(nuxt): await async callWithNuxt calls (#18443)
|
2023-01-23 11:13:21 +00:00 |
|
renovate[bot]
|
7c1712013c
|
chore(deps): update all non-major dependencies (main) (#11127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-01-20 16:17:31 +00:00 |
|
Sébastien Chopin
|
912eafbbf6
|
feat(nuxt): prefetch middleware/layouts + await layout loading (#10155)
|
2023-01-19 13:01:21 +00:00 |
|
Daniel Roe
|
0db3c6373a
|
fix(nuxt): name anonymous components in render tree (#10011)
|
2023-01-14 01:27:38 +00:00 |
|
renovate[bot]
|
0b1cdcc70d
|
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12 (#9086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-01-14 01:13:48 +00:00 |
|
Mohammad Saleh Fadaei
|
5b19a0dc34
|
fix(nuxt): don't try to override computed layouts in definePageMeta (#9161)
|
2023-01-14 00:58:54 +00:00 |
|
Julien Huang
|
f4ba7ec82d
|
fix(nuxt): don't short circuit middleware after validate function (#9180)
|
2023-01-14 00:23:20 +00:00 |
|
Daniel Roe
|
a68da6d6a7
|
chore: case police update (#10085)
|
2023-01-13 15:00:57 +00:00 |
|
Daniel Roe
|
23307cd8e0
|
fix(nuxt): remove absolute paths from routes objects (#9655)
|
2022-12-12 13:25:00 +01:00 |
|
Daniil Chudo
|
ab2456c295
|
refactor: split out type imports from value imports (#9225)
|
2022-12-11 21:44:52 +00:00 |
|
Damian Głowala
|
4f2bfbe5c0
|
fix(nuxt): include missing <NuxtPage> component props (#9204)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-11-21 14:03:22 +01:00 |
|
pooya parsa
|
5ac9d85a49
|
refactor!: remove deprecated api (#9029)
|
2022-11-16 03:26:35 +01:00 |
|
Anthony Fu
|
f1ae40fc4e
|
fix(nuxt): improve hmr for pages macros (#8940)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-11-15 18:15:44 +01:00 |
|
kevin olson
|
79d5634c69
|
docs: add a bit more detail in the definePageMeta warning to specify it needs to be in a page (#8923)
|
2022-11-14 11:28:31 +01:00 |
|
Daniel Roe
|
e6351349c0
|
feat(nuxt): add onBeforeRouteLeave and onBeforeRouteUpdate composables (#8889)
|
2022-11-10 14:52:04 +01:00 |
|
Daniel Roe
|
9227361027
|
fix(nuxt): detect non-functional imports within page meta (#8881)
|
2022-11-10 11:31:01 +01:00 |
|
Daniel Roe
|
453ce78300
|
fix(nuxt): swallow issues with query selectors (#8843)
|
2022-11-09 10:10:32 +01:00 |
|
Daniel Roe
|
5a32927935
|
fix(nuxt): do not render page if we are throwing error (#8821)
|
2022-11-09 10:08:37 +01:00 |
|
Daniel Roe
|
10c2272f4f
|
refactor(nuxt)!: remove support for 404.vue shorthand (#8809)
|
2022-11-09 10:05:22 +01:00 |
|
Daniel Roe
|
30d99477ce
|
fix(nuxt): add catchall paths to prerender list (#8782)
|
2022-11-09 10:00:34 +01:00 |
|
Sébastien Chopin
|
fe433a4222
|
fix(nuxt): check if global transitions are activated for scroll behavior (#8700)
|
2022-11-04 19:09:28 +01:00 |
|
Daniel Roe
|
71ecffa234
|
fix(nuxt): don't force prerender / if user doesn't have that route (#8639)
* fix(nuxt): don't force prerender `/` if user doesn't have `~/pages/index.vue`
* docs: add code comment
|
2022-11-03 15:52:03 +01:00 |
|
Daniel Roe
|
496fa14468
|
feat(nuxt): allow setting name and path for a route in definePageMeta (#8633)
|
2022-11-03 15:05:38 +01:00 |
|
Daniel Roe
|
491d02f6ca
|
fix(nuxt)!: use parser to generate page metadata (#8536)
|
2022-11-02 11:28:41 +01:00 |
|
Daniel Roe
|
28ffb7fea0
|
fix(nuxt): add vue-router to optimized deps (#8544)
|
2022-11-02 09:53:23 +01:00 |
|
pooya parsa
|
1f6b3be7d4
|
fix(nuxt, nuxi): improve pages creation and removal dx (#8502)
|
2022-10-27 17:50:24 +02:00 |
|
renovate[bot]
|
8e1bcae8c6
|
chore(deps): update all non-major dependencies (#8435)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-10-26 13:16:56 +02:00 |
|
Daniel Roe
|
5a88510cb7
|
feat(kit): add updateTemplates utility (#8413)
|
2022-10-24 10:53:02 +02:00 |
|
Daniel Roe
|
6bcd9cdeb1
|
fix(nuxt): avoid directly importing vue-router inside <NuxtLayout> (#8421)
|
2022-10-24 10:36:49 +02:00 |
|
Christian Burkhart
|
a0a59e2157
|
fix(nuxt): routerBehavior comparison for hash block (#8383)
|
2022-10-21 10:27:40 +02:00 |
|
pooya parsa
|
0f2ef5d412
|
perf(nuxt): use simple JSON.stringify to compare params (#8340)
|
2022-10-19 17:31:05 +02:00 |
|
Johann Schopplich
|
7b16719649
|
fix(nuxt): router defaults overwrite custom options always (#8334)
|
2022-10-19 16:48:16 +02:00 |
|
Sébastien Chopin
|
0106e09e32
|
fix(nuxt): scroll to top on dynamic routes with different params (#8327)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-10-19 16:33:01 +02:00 |
|
Joel Wenzel
|
ba3a11800c
|
feat(nuxt): default router scroll behavior (#3851)
Co-authored-by: joel <joel.wenzel@flexagon.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-10-19 14:43:03 +02:00 |
|
Benicio Cardozo
|
b9d6f37dfd
|
fix(nuxt): enable router when app/router.options.ts file is present (#8193)
|
2022-10-15 13:04:06 +02:00 |
|
Julien Huang
|
23ad303f19
|
feat(nuxt)!: add <NuxtPage> to #components (#8145)
|
2022-10-14 10:36:52 +02:00 |
|
Daniel Roe
|
2083ed4a63
|
perf(nuxt): remove vue-router dependency from minimal app (#8188)
|
2022-10-14 10:36:03 +02:00 |
|
Daniel Roe
|
829a550580
|
feat(pages): add validate hook for definePageMeta (#7870)
|
2022-10-10 11:18:20 +01:00 |
|
mmis1000
|
c404cb1be4
|
fix(nuxt): page hydration and double load (#7940)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-10-08 16:18:57 +02:00 |
|
Daniel Roe
|
1c26e07141
|
feat(nuxt): support redirect within page metadata (#7746)
|
2022-09-22 15:54:34 +02:00 |
|
Daniel Roe
|
5d79ed5f9e
|
feat(nuxt): allow passing transition & keepalive props to <NuxtPage> (#7492)
|
2022-09-14 12:34:16 +02:00 |
|
Daniel Roe
|
5893dc201f
|
fix(nuxt): augment GlobalComponents from @vue/runtime-core (#7448)
|
2022-09-12 15:40:44 +02:00 |
|
Daniel Roe
|
eab4706614
|
feat: allow client-side sourcemaps in production (#7313)
|
2022-09-07 13:32:10 +02:00 |
|
Kévin Schnekenburger
|
4bd1be9174
|
feat(nuxt): allow extending routes with custom alias (#7074)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-09-05 09:53:01 +02:00 |
|
pooya parsa
|
ac56ce7dd1
|
feat(nuxt): router with hash mode (#6980)
|
2022-09-04 10:11:28 +02:00 |
|
Daniel Roe
|
720506d263
|
feat(nuxt): custom history and routes for app/router.options.ts (#7129)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-09-04 09:42:47 +02:00 |
|
renovate[bot]
|
e38e1de740
|
refactor: apply lints from @nuxtjs/eslint-config-typescript v11 (#7114)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-31 20:34:17 +02:00 |
|
Daniel Roe
|
b90d286631
|
feat(nuxt): add setPageLayout utility (#6826) (#7075)
Co-authored-by: HomWang <516310460@qq.com>
|
2022-08-31 10:02:48 +02:00 |
|
Daniel Roe
|
fc82b3b340
|
feat(nuxt): config options for default keepalive, page & layout transitions (#5859)
|
2022-08-23 16:24:20 +02:00 |
|
Anthony Fu
|
fd94351ee9
|
refactor(nuxt)!: rename autoImports to imports (#6864)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-23 16:22:11 +02:00 |
|
Daniel Roe
|
cfb7e59171
|
feat(nuxt): add warning in dev mode if layouts/pages do not have a single root node (#5469)
|
2022-08-23 12:25:48 +02:00 |
|
Daniel Roe
|
aab90efc19
|
fix(nuxt): throw hard error on initial spa load if aborted (#6857)
|
2022-08-23 10:42:54 +02:00 |
|
Anthony Fu
|
e1e39b7e79
|
refactor(nuxt, kit): improve type strictness (#6685)
|
2022-08-22 12:12:02 +02:00 |
|
Daniel Roe
|
94214d6b32
|
feat(nuxt): exclude page chunks from being prefetched (#6662)
|
2022-08-16 13:19:39 +02:00 |
|
Anthony Fu
|
d2094ea37a
|
refactor(vite): enable strict type checking (#6616)
|
2022-08-15 15:40:06 +02:00 |
|
Anthony Fu
|
f350a70775
|
refactor(nuxt): enable strict type checking (#6368)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-12 19:47:58 +02:00 |
|
pooya parsa
|
3e27c1c52b
|
fix(nuxt): interopDefault for page component imports (#6468)
|
2022-08-09 20:25:35 +02:00 |
|
pooya parsa
|
4ec68db323
|
fix(nuxt): do not log 404 and showError as fatal by default (#6437)
|
2022-08-08 14:11:50 +02:00 |
|
Daniel Roe
|
60656dfa2c
|
fix(nuxt): remove side-effect imports from page metadata (#6376)
|
2022-08-05 18:35:38 +02:00 |
|
Daniel Roe
|
1f00a9f011
|
fix(nuxt): make route provided to page children reactive (#6349)
|
2022-08-04 13:30:18 +02:00 |
|
Daniel Roe
|
f75d0dfd47
|
fix(nuxt): extract component to provide route (#6325)
|
2022-08-03 12:38:46 +02:00 |
|
Daniel Roe
|
c72093b1f2
|
fix(nuxt): separate routes for different suspense forks (#6275)
|
2022-08-02 11:58:03 +02:00 |
|
Daniel Roe
|
96cfe01973
|
fix(nuxt): do not allow catchalls to have child routes (#6257)
|
2022-08-01 09:51:46 +02:00 |
|
Daniel Roe
|
78618f1f21
|
feat(nuxt): improve error dx for users (#4539)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-21 16:29:03 +02:00 |
|
Daniel Roe
|
8f7b9f904e
|
fix(pages): ignore expression delimiters within quotes (#6033)
* fix(pages): ignore expression delimiters within quotes
* perf: use re
* test: add test that would have failed
|
2022-07-21 15:49:48 +02:00 |
|
Daniel Roe
|
fa8b0f7c79
|
feat(vite)!: upgrade vite to v3 (#5398)
|
2022-07-21 12:44:33 +02:00 |
|
pooya parsa
|
56a3f1b615
|
fix(nuxt): extend nitro routes instead of overriding (#5828)
|
2022-07-12 12:56:40 +02:00 |
|
Francisco Buceta
|
38e0fa6e1e
|
feat(nuxt3): support custom prop for <nuxt-link> (#4249)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-07-07 19:28:23 +02:00 |
|
Daniel Roe
|
271262e10a
|
feat(nuxt): prerender all pages by default (#5709)
|
2022-07-07 17:07:37 +02:00 |
|
Daniel Roe
|
8c2c80e43e
|
feat(nuxt)!: support universal global middleware (#5038)
|
2022-06-27 14:10:29 +02:00 |
|
Jaemin Choi
|
95b38e241d
|
fix(nuxt): don't add macro query to the end of id (#5413)
* fix(nuxt): don't add macro query to the end of id
* Update packages/nuxt/src/pages/macros.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-06-12 23:46:31 +02:00 |
|
Daniel Roe
|
fbcbac01d6
|
fix(nuxt): don't debounce watcher and include layers (#5002)
|
2022-06-10 16:50:47 +02:00 |
|
Daniel Roe
|
f6bf4f7559
|
fix(nuxt): throw an error when using unknown route middleware (#5323)
|
2022-06-10 15:35:58 +02:00 |
|
Daniel Roe
|
970758e050
|
revert(nuxt): revert router hotfix #4983 (#5394)
|
2022-06-10 15:15:53 +02:00 |
|
Daniel Roe
|
93f6a1e4ca
|
fix(vite, kit, nuxt): generate safe variable names using knitwork (#4906)
|
2022-06-10 15:12:21 +02:00 |
|
Daniel Roe
|
27a0084b6c
|
fix(nuxt): keep route param optionality when sibling is an index (#5300)
|
2022-06-09 15:03:08 +02:00 |
|
Daniel Roe
|
b31186b658
|
fix(nuxt): sort routes with dynamic params at the end (#4983)
|
2022-06-09 14:09:34 +02:00 |
|
Daniel Roe
|
eb12c7a845
|
fix(nuxt): support RouterView props in NuxtPage (#5272)
|
2022-06-03 16:01:46 +02:00 |
|
Julien Huang
|
4e53af3e99
|
fix(nuxt): fix router redirection on aliased pages (#4982)
|
2022-05-20 11:15:57 +02:00 |
|
Daniel Roe
|
46c656c4b8
|
fix(nuxt): check for 404s after user middleware (#4913)
|
2022-05-12 11:13:38 +02:00 |
|
Sébastien Chopin
|
9e5a3cdc6f
|
fix(nuxt): avoid redirect with different encoding and trailing slash (#4857)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-05-06 18:02:50 +02:00 |
|
Daniel Roe
|
b29f635646
|
fix(nuxt): normalise window location for universal router (#4841)
|
2022-05-06 13:02:35 +02:00 |
|
Daniel Roe
|
27d67360e4
|
fix(nuxt): clear errors after navigation (#4839)
|
2022-05-06 12:50:54 +02:00 |
|
pooya parsa
|
ebc27ce997
|
fix(nuxt): ensure url is not empty string (#4781)
|
2022-05-05 22:46:54 +02:00 |
|
Daniel Roe
|
f74a523f13
|
fix(nuxt): use router.resolve to resolve initial url (#4770)
|
2022-05-03 11:31:58 +02:00 |
|
Daniel Roe
|
4826918ed0
|
fix(nuxt): process middleware after plugins (#4645)
|
2022-05-02 12:00:08 +02:00 |
|
Daniel Roe
|
ab3971d302
|
fix(nuxt): use suspense for child pages on client-side navigation (#4677)
|
2022-04-29 11:37:49 +02:00 |
|
Daniel Roe
|
2bfd749c24
|
feat(pages)!: explicitly allow optional params with [[ (#4537)
|
2022-04-26 18:10:05 +02:00 |
|
Anthony Fu
|
46ecbc558d
|
fix(nuxt): await for router.push on ssr (#4491)
|
2022-04-22 17:37:52 +02:00 |
|
Daniel Roe
|
650d12fa9c
|
feat: allow disabling sourcemap generation (#4509)
|
2022-04-22 17:35:42 +02:00 |
|
Daniel Roe
|
d0ae5851e4
|
fix(nuxt): return 404 if hitting 404.vue (#4460)
* fix(nuxt): return 404 if hitting `404.vue`
* docs: add info about `pages/404.vue`
|
2022-04-20 16:24:08 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|