Pim
|
df7e1ad3a2
|
fix(vue-renderer): fix meta injection when ssr renderer generates a spa page (#7439)
|
2020-06-10 17:26:50 +02:00 |
|
Pooya Parsa
|
c48a834b98
|
test: add dynamic page to full-static fixture
|
2020-06-10 15:15:13 +02:00 |
|
Sébastien Chopin
|
7c6e170a89
|
fix: handle router.base for crawler and serve (#7486)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2020-06-10 09:51:29 +02:00 |
|
renovate[bot]
|
4ca3c769e3
|
chore(deps): update all non-major dependencies (#7487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-10 09:30:01 +02:00 |
|
pooya parsa
|
796282ceec
|
feat: improve production debugging dx (#7463)
|
2020-06-09 21:45:52 +02:00 |
|
renovate[bot]
|
2abbb9957d
|
chore(deps): update all non-major dependencies (#7480)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-09 20:03:23 +02:00 |
|
Johannes Lamberts
|
846cfee170
|
fix(webpack): reduce false negatives in nodeExternals (#7462) (#7464)
|
2020-06-09 18:40:39 +02:00 |
|
Jonas Galvez
|
0acfc78932
|
fix(vue-app): prevent double layout execution (#5703) (#7442)
|
2020-06-09 18:39:51 +02:00 |
|
renovate[bot]
|
cbbf6652cd
|
chore(deps): update all non-major dependencies (#7457)
[release]
|
2020-06-08 13:01:40 +02:00 |
|
renovate[bot]
|
ecfcce15ed
|
chore(deps): lock file maintenance (dev) (#7477)
* chore(deps): lock file maintenance
* test: update prefix test
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: pooya parsa <pooya@pi0.ir>
|
2020-06-08 12:42:35 +02:00 |
|
renovate[bot]
|
827e602da6
|
chore(deps): update devdependency @rollup/plugin-commonjs to v13 (#7470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-08 10:45:30 +02:00 |
|
Deniz Temizer
|
b45f284771
|
chore(cli): enhance generate no-build description (#6031) (#7460)
|
2020-06-04 20:41:09 +02:00 |
|
Daniel Roe
|
893cfe79d3
|
chore: fix minor issues in build scripts (#7458)
|
2020-06-04 10:25:53 +02:00 |
|
Ahad Birang
|
be726e42b6
|
feat(generator): allow excluding exported pages using export:page hook (#7455)
|
2020-06-03 21:35:28 +02:00 |
|
pooya parsa
|
1e4ce5055e
|
refactor: ad-hoc modules (#7452)
|
2020-06-03 21:34:10 +02:00 |
|
renovate[bot]
|
15bc5b06e6
|
chore(deps): update all non-major dependencies (#7453)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-03 21:27:08 +02:00 |
|
Daniel Roe
|
0610f0b343
|
feat(webpack): allow babel plugins to be defined by function (#7443)
|
2020-06-03 21:26:37 +02:00 |
|
renovate[bot]
|
8933d375e9
|
chore(deps): update all non-major dependencies (#7447)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-02 12:37:55 +02:00 |
|
pooya parsa
|
6dfa052a0c
|
chore(deps): update @nuxt/loading-screen to 2.0.0-rc.2
|
2020-06-02 12:37:10 +02:00 |
|
renovate[bot]
|
484e70fdd8
|
chore(deps): update all non-major dependencies (#7433)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-01 18:48:09 +02:00 |
|
Pooya Parsa
|
35f3ad7de3
|
fix: use different port for loading-screen sse (#7286)
* chore: read sse base from _loadingScreenBaseURL
* bump: @nuxt/loading-screen to 2.0.0-rc.1
|
2020-06-01 17:30:26 +02:00 |
|
pooya parsa
|
969cb71f08
|
chore(renovate): ignore @types/terser-webpack-plugin
|
2020-06-01 13:21:12 +02:00 |
|
Pooya Parsa
|
a544fc7241
|
types: move @nuxt/types to nuxt mono-repo (#7432)
[release]
|
2020-05-28 21:30:02 +02:00 |
|
Pooya Parsa
|
3db31abb05
|
feat(config): support .nuxtrc (#7430)
[release]
|
2020-05-28 18:27:49 +02:00 |
|
Alexander Lichter
|
c14471681c
|
fix(generator): respect options.router.trailingSlash for crawler (#7431)
|
2020-05-28 18:26:27 +02:00 |
|
renovate[bot]
|
2e711c143b
|
chore(deps): update all non-major dependencies (#7427)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-28 16:46:15 +02:00 |
|
renovate[bot]
|
48b11c095f
|
chore(deps): update all non-major dependencies (#7424)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-28 13:16:14 +02:00 |
|
renovate[bot]
|
5c348c0618
|
chore(deps): update all non-major dependencies (dev) (#7419)
* chore(deps): update all non-major dependencies
* update size limits
|
2020-05-27 23:27:20 +02:00 |
|
Pooya Parsa
|
a82f8d8b1f
|
feat(generator): export:route hook and setPayload (#7422)
* feat(generator): shared payload support for `nuxt export`
* feat: add `export:` hooks for upward compatibility
* fix: use setPayload to avoid breaking usage
* test: update test
* fix: deep assign
* chore: update tests
* fix: route payload has more periority than shared one
* test: update generator hook tests
* lint: remove unnecessary import
|
2020-05-27 16:51:51 +02:00 |
|
Kevin Marrec
|
618eb5fad0
|
fix(config): remove runtimeConfig string fallback (#7421)
[release]
|
2020-05-27 15:38:29 +02:00 |
|
Pooya Parsa
|
6cbcd59d4e
|
feat(config): improved runtimeConfig (#7420)
* fix: ensure interpolate value is a string
* feat: allow native values from dotenv
* test: update test for regression on native value check
|
2020-05-27 12:38:39 +02:00 |
|
renovate[bot]
|
2383bcbd0f
|
chore(deps): update all non-major dependencies (#7417)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-26 21:02:56 +02:00 |
|
pooya parsa
|
c831e00c9f
|
chore: update yarn.lock
|
2020-05-25 23:34:05 +02:00 |
|
renovate[bot]
|
ca32427d2e
|
chore(deps): update all non-major dependencies (#7403)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-25 21:33:34 +02:00 |
|
Sébastien Chopin
|
f13b3752b2
|
feat: experimental nuxt telemetry (#7408)
[release]
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pooya@pi0.ir>
|
2020-05-22 20:51:53 +02:00 |
|
Sébastien Chopin
|
368415cac9
|
chore: we are in 2020 now
|
2020-05-22 13:15:24 +02:00 |
|
Pooya Parsa
|
1e53e38f8d
|
refactor: inline staticAssetsBase in state chunk for full-static (#7401)
* refactor(vue-app): use NUXT.serverRendered instead of NUXT.spa
* refactor: inline staticAssetsBase into state.js chunk
* revert: unwanted change
[release]
|
2020-05-20 19:31:31 +02:00 |
|
Sébastien Chopin
|
60ae0fb011
|
fix(generator): keep generating pages in SPA (#7400)
* fix(generator): keep generating pages in SPA
* chore: fix lint error
Co-authored-by: pooya parsa <pooya@pi0.ir>
|
2020-05-20 17:55:54 +02:00 |
|
Pooya Parsa
|
0bdc71c8d8
|
refactor(config): alias export to generate (#7399)
* refactor: alias option.export to options.generate
* chore: keep same references
|
2020-05-20 17:43:25 +02:00 |
|
renovate[bot]
|
e9a4ca6ac2
|
chore(deps): lock file maintenance (#7384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-20 17:25:28 +02:00 |
|
renovate[bot]
|
fc9ab1c4cf
|
chore(deps): update devdependency @rollup/plugin-node-resolve to v8 (#7395)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-20 17:24:35 +02:00 |
|
renovate[bot]
|
5bb207d14b
|
chore(deps): update devdependency @rollup/plugin-commonjs to v12 (#7394)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-20 17:24:26 +02:00 |
|
renovate[bot]
|
51411268af
|
chore(deps): update all non-major dependencies (#7385)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-20 17:23:32 +02:00 |
|
renovate[bot]
|
322aeb1042
|
chore(deps): update all non-major dependencies (dev) (#7375)
* chore(deps): update all non-major dependencies
* test: disable got decompress
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: pooya parsa <pooya@pi0.ir>
|
2020-05-18 14:35:20 +02:00 |
|
Pooya Parsa
|
6a6794e020
|
feat: components (#7374)
[release]
|
2020-05-18 13:58:48 +02:00 |
|
xingo xu
|
7fa5fb0a58
|
examples(with-buefy): update github icon name (#7381)
|
2020-05-18 12:22:58 +02:00 |
|
Sébastien Chopin
|
43351356e1
|
docs: update tagline
|
2020-05-18 11:44:33 +02:00 |
|
Pooya Parsa
|
0337932115
|
feat: runtime config and built-in dotenv support (#7312)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Alexander Lichter <manniL@gmx.net>
|
2020-05-18 10:21:15 +02:00 |
|
Sibbngheid
|
0c81c52c41
|
fix: set build indicator icon height for ie11 (#7378)
|
2020-05-17 21:42:00 +02:00 |
|
Xin Du (Clark)
|
b1b14033fb
|
fix(modern): wrong assets mapping in ssr client modern mode (#7382)
|
2020-05-17 21:41:07 +02:00 |
|