Daniel Roe
|
12304909bc
|
feat(nuxt3): add <NuxtErrorBoundary> component for fine-grained error handling (#3671)
* feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling
* feat: add `@error` event handling
* fix: don't clear error on nav
* fix: remove `clearError` wrapper
* fix: remove outdated implementation
* update clear error
* upddate example with FaultyComponent
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-03-16 16:49:53 +01:00 |
|
Lucie
|
4cefce44a3
|
feat(nuxt3): add <NuxtLink> component (#3544)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-14 14:36:32 +01:00 |
|
Daniel Roe
|
7bf338da8c
|
feat(nuxt3)!: enable using <NuxtLayout> without pages integration (#3610)
|
2022-03-14 11:47:24 +01:00 |
|
Daniel Roe
|
5d58ef48af
|
feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-11 09:22:16 +01:00 |
|
Daniel Roe
|
65d16a58c0
|
chore: reverse target/from in eslint rule (#3280)
|
2022-02-17 12:01:24 +00:00 |
|
pooya parsa
|
aece3518b5
|
feat(nuxt3): experimental nitropack support (#3160)
|
2022-02-10 18:29:59 +01:00 |
|
Daniel Roe
|
7825e2aa12
|
feat(nuxt3,bridge): add automatic schema augmentation declaration (#3096)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-02-08 20:09:44 +01:00 |
|
Daniel Roe
|
c1148d4d77
|
refactor: write declarations to <buildDir>/types (#3067)
* refactor: write declarations to `<buildDir>/types`
* fix: update relative imports
|
2022-02-07 11:20:01 +01:00 |
|
pooya parsa
|
7a1cf622bc
|
fix(nuxt3): add built-in modules last (#2911)
|
2022-01-25 17:45:00 +01:00 |
|
Daniel Roe
|
7553849371
|
feat(nuxt3): add import protection patterns (#2834)
|
2022-01-24 14:25:23 +01:00 |
|
Daniel Roe
|
f219f635ad
|
feat(nuxt3): allow disabling vue type shims (#2773)
|
2022-01-19 19:10:38 +01:00 |
|
Pooya Parsa
|
b41a1d2d18
|
fix(nuxt3): properly pass inline options to installModule
|
2021-12-21 22:26:03 +01:00 |
|
pooya parsa
|
804b323010
|
fix(nuxt3): properly pass inline options to installModule (#2489)
|
2021-12-21 17:18:14 +01:00 |
|
pooya parsa
|
045b9edb5d
|
feat(kit, schema)!: finalize nuxt 3 module spec and utils (#2275)
|
2021-12-21 14:57:26 +01:00 |
|
pooya parsa
|
d68318f9d5
|
refactor: split schema to @nuxt/schema and simplify kit (#2059)
|
2021-11-21 17:14:46 +01:00 |
|
Daniel Roe
|
4e9a27257b
|
feat(nuxt3): automatically inject returns from plugins (#2001)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-11-18 14:11:34 +01:00 |
|
Anthony Fu
|
8e12394e2d
|
feat: built-in client only component (#1853)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-15 12:57:38 +01:00 |
|
Anthony Fu
|
f298386795
|
feat(bridge, nuxt3): mock vue-demi (#1849)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-15 11:25:50 +01:00 |
|
pooya parsa
|
efe1fea1d1
|
feat(kit): addComponent utility (#1579)
|
2021-11-02 12:27:25 +01:00 |
|
Daniel Roe
|
d6ad4f3b16
|
fix(kit): load .env before loading nuxt.config (#1086)
|
2021-10-18 11:03:39 +02:00 |
|
Patrick Remy
|
3e38eb8511
|
refactor(nuxt3): export NuxtConfig for convenience (#1039)
|
2021-10-14 17:22:37 +02:00 |
|
Anthony Fu
|
bade471dcf
|
refactor: rename global-imports to auto-imports (#706)
|
2021-10-11 10:07:27 +02:00 |
|
Daniel Roe
|
cc2279bd8a
|
refactor(nuxi): extract nitro types to corresponding modules (#668)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-10-07 12:09:09 +02:00 |
|
Daniel Roe
|
0aa6fbf5ef
|
fix(bridge): automatically transpile all modules (and sanitize transpiles) (#677)
|
2021-10-06 19:59:35 +02:00 |
|
pooya parsa
|
dd73a8bcad
|
feat: export defineNuxtConfig from nuxt3 and @nuxt/bridge (#669)
|
2021-10-06 14:31:52 +02:00 |
|
Anthony Fu
|
9503d62607
|
feat(kit, bridge): version constraint utils and checks (#442)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-10-02 20:31:00 +02:00 |
|
pooya parsa
|
6329a681e4
|
refactor: migrate from upath to pathe (#553)
|
2021-09-27 14:49:36 +02:00 |
|
Daniel Roe
|
7a03460584
|
chore(nitro, kit, nuxt3): add nitro hook types and upgrade hookable@5 (#458)
|
2021-08-27 14:51:40 +02:00 |
|
Pooya Parsa
|
91c6ef57e7
|
fix(nuxt3): resolve dist dir by top level module
|
2021-08-11 23:26:47 +02:00 |
|
pooya parsa
|
ee0163c273
|
refactor: merge modules to nuxt3 (#439)
|
2021-08-11 22:28:38 +02:00 |
|
Pooya Parsa
|
636d1e38bb
|
refactor: flatten nuxt3 src
some packages yet to be externalized
|
2021-03-28 23:12:37 +02:00 |
|
pooya parsa
|
46f771a98b
|
feat: @nuxt/kit and new config schema (#34)
|
2021-03-28 22:14:04 +02:00 |
|
Pooya Parsa
|
a16e13b1de
|
chore: upgrade to monorepo
|
2021-03-18 15:26:41 +01:00 |
|
Pooya Parsa
|
270bbbc47e
|
fix: init nitro before module container (closes #165)
|
2021-02-18 11:47:23 +01:00 |
|
Pooya Parsa
|
faabd1ab54
|
feat: migrate to nitro
|
2021-01-22 21:57:17 +01:00 |
|
pooya parsa
|
0091dba181
|
feat: use sigma (#95)
|
2021-01-18 12:49:50 +01:00 |
|
Clark Du
|
c63091b68d
|
chore: fix all eslint error and warnings
|
2020-08-17 20:12:34 +01:00 |
|
Xin Du (Clark)
|
e266992fac
|
chore(ts): fix types in server (#18)
* chore(ts): fix types in server
* fix serviceConfig
|
2020-08-17 11:13:46 +02:00 |
|
pooya parsa
|
d6ae2c73d9
|
chore: lint with eslint
|
2020-08-04 12:26:22 +02:00 |
|
pooya parsa
|
8ac0a7cec6
|
Merge branch '3.x' into config-types
|
2020-08-04 12:19:42 +02:00 |
|
pooya parsa
|
b06346d0df
|
Merge branch '3.x' of github.com:nuxt/nuxt3 into 3.x
|
2020-08-04 12:10:28 +02:00 |
|
pooya parsa
|
cdc42133c7
|
refactor structure and fix ts errors
|
2020-08-04 12:06:44 +02:00 |
|
Daniel Roe
|
212283837b
|
feat: improve typing of config
|
2020-08-02 16:50:35 +01:00 |
|
Daniel Roe
|
e75e1911af
|
types: increase types coverage (#13)
|
2020-07-31 11:37:31 +02:00 |
|
Daniel Roe
|
38e72f86c2
|
feat: typed nuxt (1)
|
2020-07-31 00:40:16 +01:00 |
|
Xin Du (Clark)
|
fd0a437adc
|
Add src path alais to be nuxt (#2)
|
2020-07-15 12:38:37 +02:00 |
|
pooya parsa
|
14f187e69b
|
initial commit
|
2020-07-02 15:02:35 +02:00 |
|