Denis Karabaza
d4363d4477
fix(vue-app): check plugin key on Vue.prototype
instead of Vue
( #7656 )
2020-07-02 18:43:32 +02:00
Sébastien Chopin
191f66a19b
fix(vue-app): handle layout on client error ( #7654 )
...
[release]
2020-07-02 18:22:12 +02:00
Sébastien Chopin
2f07f66fb8
fix(vue-app): don't fetch payload on first spa fallback render ( #7657 )
2020-07-02 18:19:32 +02:00
pooya parsa
2302ffa40b
fix(webpack): use group hash if compact name is long
...
Similar fix of webpack/webpack#6429 [release]
2020-07-02 16:27:10 +02:00
renovate[bot]
6979b304ee
chore(deps): update all non-major dependencies ( #7642 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:59:38 +02:00
Sébastien Chopin
d8dace9748
fix: handle nuxt static command ( #7647 )
...
[release]
2020-07-01 17:45:56 +02:00
pooya parsa
1edac29eba
fix(webpack): use compact name for concatenated modules ( #7639 )
...
[release]
2020-06-30 19:47:42 +02:00
renovate[bot]
62282853a8
chore(deps): update all non-major dependencies ( #7634 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-30 19:20:53 +02:00
Konstantin Barabanov
b4d3ebf472
fix(vue-app): sanitize path with trailing slash in getLocation
( #6744 ) ( #6745 )
2020-06-30 19:16:21 +02:00
Daniel Roe
6b06ab201e
types: import types for @nuxt/telemetry
and @nuxt/components
( #7626 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-06-30 10:49:31 +02:00
Xin Du (Clark)
23324b9eae
fix(webpack): modern build should wait for legacy assets ( #7635 )
...
#7562
2020-06-29 17:44:08 +02:00
renovate[bot]
ffb340cc5c
chore(deps): update all non-major dependencies ( #7621 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-28 12:27:57 +02:00
pooya parsa
c998072c94
v2.13.2
2020-06-26 20:58:45 +02:00
renovate[bot]
000ad67f99
chore(deps): update dependency consola to ^2.14.0 ( #7617 )
2020-06-26 17:10:50 +02:00
pooya parsa
a52385361b
fix(vue-app): remove hash from payload path ( #7614 )
...
* fix(vue-app): remove hash from payload path
* test: add hash usage to full-static fixture
2020-06-26 17:10:24 +02:00
Denis Karabaza
a87218b745
fix(webpack): explicitly pass outputFileSystem to webpackDevMiddleware ( #7613 )
2020-06-26 14:55:45 +02:00
renovate[bot]
330c5643e8
chore(deps): update all non-major dependencies ( #7609 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-26 13:35:31 +02:00
pooya parsa
b070e19a15
fix(core): only warn for duplicate module if metaKey is not specified
2020-06-25 16:52:40 +02:00
pooya parsa
b0274357b3
fix(cli): listen to a random port for export and generate ( #7608 )
2020-06-25 16:48:04 +02:00
Sébastien Chopin
fe01ec34d3
fix(vue-app): no need to set layout on App ( #7606 )
2020-06-25 15:23:06 +02:00
Michał Kędrzyński
4a0cf8f404
fix(utils): flat routes if child routes have absolute paths ( #7604 )
2020-06-25 14:42:16 +02:00
pooya parsa
d0056fbcc8
fix(core): avoid breaking change for duplicate modules ( resolves #7605 )
2020-06-25 14:34:31 +02:00
Dmitry Molotkov
d89812f241
fix(webpack): chunk name normalization for catch-all pages and windows ( #7603 )
2020-06-24 22:46:16 +02:00
pooya parsa
56b158e7d6
v2.13.1 [release]
2020-06-24 10:36:15 +02:00
pooya parsa
12d6702eba
chore: fix dev version
...
fixes components version check during nuxt development
2020-06-24 10:23:29 +02:00
renovate[bot]
e1de5e8667
chore(deps): update all non-major dependencies ( #7594 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-24 10:03:26 +02:00
Sébastien Chopin
6332aaa3a2
fix: check correct layout when navigating from error
...
Resolves #7567
2020-06-23 19:54:47 +02:00
pooya parsa
11a87d858d
fix(vue-app): always import resolveRouteComponents
( #7591 )
...
[release]
2020-06-23 17:48:09 +02:00
Kevin Marrec
c00407090a
types: fix module and typescript compatibility and add missing crawler definition ( #7590 )
...
[release]
2020-06-23 17:44:23 +02:00
renovate[bot]
68e7285358
chore(deps): update all non-major dependencies ( #7583 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-23 13:30:36 +02:00
renovate[bot]
ce28f68d3c
chore(deps): update dependency @types/html-minifier to v4 ( #7574 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-22 11:54:15 +02:00
renovate[bot]
4c410e351d
chore(deps): update all non-major dependencies ( #7557 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-22 11:50:56 +02:00
Pooya Parsa
dbecbe4ada
v2.13.0 [release]
2020-06-18 18:48:36 +02:00
Pooya Parsa
b6e8b74833
feat(types): add runtimeConfig types ( nuxt/typescript#368 )
...
Co-Authored-By: Kevin Marrec <kevin@marrec.io>
2020-06-18 18:07:08 +02:00
Sébastien Chopin
99432d5d94
fix(generator): rename export hook to distRemoved
2020-06-18 17:45:06 +02:00
Xin Du (Clark)
7f1429ebb3
fix(vue-app): not strip trailing slash for redirect external domain ( #7533 )
2020-06-18 17:32:39 +02:00
pooya parsa
a88953fe8f
feat(cli): improve banner lines dx ( #7537 )
...
* feat: improve banner ocdx
* chore: make NODE_ENV more clear
* chore: update tests and improvements
* shame on me
* chore: mode ~> rendering
2020-06-17 16:37:19 +02:00
Sébastien Chopin
5cfaf0aca1
refactor(banner): reduce boxen size ( #7532 )
...
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-06-16 21:48:58 +01:00
Ryan Henning
838394815d
fix(vue-app): redirect
no longer strips trailing slash from URL ( #7475 )
2020-06-16 20:37:47 +01:00
pooya parsa
92ef65c8ed
fix(generator): encode routes and show error summary ( #7518 )
2020-06-16 17:53:29 +02:00
Pooya Parsa
2faa30259f
chore(deps): update @nuxt/loading-screen to 2.0.0-rc.4
2020-06-16 15:48:10 +02:00
renovate[bot]
f8c0b781ab
chore(deps): update dependency rc9 to v1 ( #7528 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-16 15:44:18 +02:00
renovate[bot]
833ea4d585
chore(deps): update dependency destr to v1 ( #7525 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-16 14:41:41 +02:00
renovate[bot]
f2f50115d7
chore(deps): update all non-major dependencies ( #7512 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-16 11:28:39 +02:00
Sébastien Chopin
68d498b2f4
fix(generator): handle nuxt build --no-build
( #7523 )
2020-06-15 21:42:42 +02:00
Bogdan Gradinariu
3082567200
fix(core): improve module not found error ( #7267 )
...
Co-authored-by: pooya parsa <pooya@pi0.ir>
2020-06-15 17:45:50 +02:00
Xin Du (Clark)
8fb196c5d5
fix(modern): modern is wrongly enalbed in full static ( #7509 )
...
[release]
2020-06-12 21:36:08 +02:00
renovate[bot]
b13f9355dd
chore(deps): update dependency jiti to ^0.1.9 ( #7508 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-12 20:41:40 +02:00
Sébastien Chopin
44f471f141
hotfx(vue-app): app is not defined
...
[release]
2020-06-12 19:41:41 +02:00
renovate[bot]
b19006d1c7
chore(deps): update all non-major dependencies ( #7494 )
...
[release]
2020-06-12 15:30:36 +02:00
Dumitru Motpan
c540b133a4
feat(server): add new render:beforeResponse
hook ( #7469 )
2020-06-12 15:21:20 +02:00
Kevin Marrec
752d587ef1
fix(types): router types fix for vue-router 3.3.3 ( #7503 )
2020-06-12 15:15:50 +02:00
Xin Du (Clark)
245d32d0dc
fix(modern): modulepreload not work in generate ( #7498 )
2020-06-12 10:18:16 +01:00
Xin Du (Clark)
db65c2eb6b
feat: createRequire
option and disable esm for jest ( #7476 )
2020-06-11 15:59:13 +02:00
renovate[bot]
87f1a8d144
chore(deps): update dependency serialize-javascript to v4 ( #7482 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-11 11:30:49 +02:00
Pim
df7e1ad3a2
fix(vue-renderer): fix meta injection when ssr renderer generates a spa page ( #7439 )
2020-06-10 17:26:50 +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
Deniz Temizer
b45f284771
chore(cli): enhance generate no-build description ( #6031 ) ( #7460 )
2020-06-04 20:41:09 +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
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
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
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
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]
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
Pooya Parsa
6a6794e020
feat: components ( #7374 )
...
[release]
2020-05-18 13:58:48 +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
Xin Du (Clark)
ffb9c65f46
feat(ssr): add non async split chunk to preload scripts ( #7383 )
2020-05-17 21:39:17 +02:00
Sébastien Chopin
f4f6b1912b
fix(vue-app): catch error on full static for store mutations
...
[release]
2020-05-17 00:04:17 +02:00
Sibbngheid
7cf4edba60
fix: set build indicator icon height for ie11 ( #7377 )
2020-05-16 19:56:08 +02:00
Pim
224c3794ae
fix(vue-renderer): base tag should be before any link or script tag ( #7376 )
2020-05-16 18:03:24 +02:00
Pooya Parsa
925abf8123
chore(pkg): update rollup and dependencies ( #7373 )
...
* chore(pkg): show build error loc
* fix(cli): add nuxt serve dependencies
* chore: update rollup resolve and commonjs plugins to latest
* test: mock listener for nuxt serve
2020-05-16 15:07:56 +02:00
renovate[bot]
cdf04f4002
chore(deps): update all non-major dependencies ( #7363 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-16 12:31:59 +02:00
Sébastien Chopin
9b29124d31
feat(server): add unload method support for serverMiddleware ( #7358 )
...
* feat: add unload method support for serverMiddleware
* chore: update test
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2020-05-13 17:16:09 +02:00
Tim van den Eijnden
2e5184688f
fix(generator, builder): empty build and dist directories instead of remove ( #7361 )
2020-05-13 16:46:13 +02:00
renovate[bot]
c74fb41bde
chore(deps): update all non-major dependencies ( #7347 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-13 12:06:13 +02:00
Pooya Parsa
42406d6075
feat: store and replay vuex mutations for static target ( #7350 )
...
* feat: store and replay vuex mutations for static target
* test: add full-static fixture
* perf: clean store subscription before render
* fix: record mutations after nuxtServerInit and middleware
2020-05-12 13:05:24 +02:00
Clark Du
498f408d9a
chore(deps): update devdependency eslint to v7
2020-05-11 09:21:54 +01:00
renovate[bot]
8af076d5e6
chore(deps): update all non-major dependencies (dev) ( #7326 )
2020-05-11 09:14:28 +01:00
Sébastien Chopin
8e2d9764e2
fix(generator): remove trailingSlash for chunkId ( #7336 )
...
[release]
2020-05-08 18:10:06 +02:00
Pooya Parsa
631be3a1dd
fix(generator): improve error handling when build does not exists ( #7335 )
...
[release]
2020-05-08 16:37:42 +02:00
Sébastien Chopin
80396cbf41
fix(generator): avoid generating route with extension
2020-05-08 16:27:15 +02:00
Sébastien Chopin
e87bad4cce
fix(cli): add back flags for generate and add _export flag ( #7334 )
2020-05-08 16:15:26 +02:00
Sébastien Chopin
29ebccaa65
fix(generator): avoid error if nuxt/config.js does not exists in buildDir ( #7332 )
2020-05-08 13:55:39 +02:00
Sébastien Chopin
917adc0618
feat: options.target and full-static export ( #6159 )
...
* feat: add options.target
* fix(lint): lint
* fix(test): update snapshots
* fix(builder): default value for target
* fix(test): fix test
* fix(test): test fixing
* fix: use this.options.target
* fix: final test
* Update packages/vue-renderer/src/renderer.js
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
* feat: Add target option and update banner
* fix(lint): fix
* feat: Add warning when using serverMiddleware in static target
* chore(utils): add TARGETS and MODES as constants
* hotfix: lint
* chore(module): add filename as alias of fileName
* feat: introducing nuxt export and router/routes.json
* hotfix: Fix the linting lord
* chore(core): add comment for filename vs fileName
* fix: use targets constant
* chore: remove warning
* fix: unit testing
* wip: refactor and use TARGETS
* fix: lint
* feat: add target as alias for first arg value
* fix: generate only for SPA
* chore: explain to use nuxt static X
* fix: render SPA fallback on redirect for static target
* fix: lint issue
* fix: only target is useful for now
* wip
* wip: nuxt static export is looking good
* Update packages/generator/src/generator.js
Co-Authored-By: Devon Rueckner <indirectlylit@users.noreply.github.com>
* Update packages/cli/src/options/common.js
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
* feat: add options.target
* fix(lint): lint
* fix(test): update snapshots
* fix(builder): default value for target
* fix(test): fix test
* fix(test): test fixing
* fix: use this.options.target
* fix: final test
* Update packages/vue-renderer/src/renderer.js
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
* feat: Add target option and update banner
* fix(lint): fix
* feat: Add warning when using serverMiddleware in static target
* chore(utils): add TARGETS and MODES as constants
* hotfix: lint
* chore(module): add filename as alias of fileName
* feat: introducing nuxt export and router/routes.json
* hotfix: Fix the linting lord
* chore(core): add comment for filename vs fileName
* fix: use targets constant
* chore: remove warning
* fix: unit testing
* wip: refactor and use TARGETS
* fix: lint
* feat: add target as alias for first arg value
* chore: explain to use nuxt static X
* fix: render SPA fallback on redirect for static target
* fix: lint issue
* fix: only target is useful for now
* wip
* wip: nuxt static export is looking good
* Update packages/generator/src/generator.js
Co-Authored-By: Devon Rueckner <indirectlylit@users.noreply.github.com>
* Update packages/cli/src/options/common.js
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
* fix: duplicate imports
* chore: don't server render if an error happens on static target
* test: update unit and add export
* lint: fix
* lint: fix
* fix: e2e test
* fix: fallback only for static target
* fix: dev test
* feat: add generate.crawler
* fix: full static is when generate.static is given
* chore: improvements
* fix: Add isFullStatic in nuxt/config.json
* feat: handle fetch for full static
* feat: router.prefetchPayloads for full static
* chore: use fetch in async-data example
* fix: add target only if given
* fix: use created to have access to props in fetchOnServer
* chore: add console.error in dev for easy debugging
* feat: payload smart pre-fetching
* fix: remove alias for target
* fix: increment payloadFetchIndex is static set to false
* chore: lint
* chore: add serve command
* chore: rename universal to server-side
* fix: handle payloadPath on SPA fallback
* fix: lint
* chore lint again
* feat: handle spa fallback
* feat: support string for exclude
* fix: fallback only if no extension or html
* chore: use JSON.stringify() for static target
* chore: lint again, dammit
* chore: fix tests and remove too early return
* fix: early return only for server target
* fix: update tests
* fix: unit tests
* chore: add ssr option
* chore: add logic for ssr option
* fix : #6682
* chore(dx): add next command to run
* fix: lint
* fix: tests
* chore: keep old behaviour for nuxt build in spa
* fix: test again, oh boy
* fix: alright this is good now
* chore: add comment for spa fallback
* chore: move routes.json to dot nuxt dir
* chore: simplify check for promise
* chore: unique lock id
* chore: refactor isFullStatic
* fix: dont set default in build context
* chore: add test for serve
* chore: update tests
* hotfix: lint tests
* chore(dx): improve message for bundling
* feat: js payload extraction with jsonp
* fix: keep serialized session script for legacy generate
* fix: call to setPagePayload from fetchPayload
* use devalue for payload chunks
* feat: add initial load state chunk
* feat: preload payload and state scripts
* fix(vue-app): don't re-render the app if trailing slash on SSG
* hotfix: remove console.log
* chore(dx): add deploy infos for nuxt export
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
* chore: handle fetching payload.js for nuxt state
* chore(dx): error when using nuxt generate and static
* chore: remove static option for clarity
* chore: remove serverless target
* hotfix: lint
* hotfix: unit tests
* chore: update legacy js resource
* chore: remove query params from url in static target
* fix: use globalName and urlJoin
* chore: typo
* feat: previewMode 👀
* chore: rename to enablePreview
* fix: wait next tick to avoid error on spa
* chore: try 1 sec
* hotfix: test only for linux, wtf azure
* refactor: static assets
- generalize logic for modules need emit export static assets
- allow customization for version, dir and base
- serialization logic is only in ssr now
* feat: smart state chunk creates
* fix(client): ignore payload load error
* perf: avoide payload loading for spa initial
* perf: avoid loading failed chunks again
* chore(cli): add simple compression for nuxt serve
* test: update snapshots
* fix version snapshot
* fix(generator): set staticAssetsBase on context only for full static
* fix tests
* fix: honor shouldHashCspScriptSrc
* chore(dx): add log for client-side fallback creation
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
Co-authored-by: Alexander Lichter <manniL@gmx.net>
Co-authored-by: Pooya Parsa <pooya@pi0.ir>
Co-authored-by: Devon Rueckner <indirectlylit@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2020-05-07 21:08:01 +02:00
Jimmy
a0db3644f6
fix(vue-app): allow background customization for default loading template ( #7162 )
2020-05-07 13:09:39 +02:00
Xin Du (Clark)
789f0e6555
chore(dep): upgrade html-webpack-plugin to v4 ( #7119 )
2020-05-07 11:52:26 +01:00
renovate[bot]
c37c3d4da0
chore(deps): update all non-major dependencies (dev) ( #7269 )
2020-05-07 09:33:52 +01:00
Xin Du (Clark)
f1d832018a
chore(test): upgrade vue test utils to v1 ( #7321 )
2020-05-07 09:07:21 +01:00
Mathieu TUDISCO
6040257ca3
fix(webpack): allow hmr client path to be set ( #7318 )
2020-05-05 23:56:03 +02:00
Xin Du (Clark)
8c7228f1e8
test: update jest to v26 ( #7319 )
2020-05-05 23:53:07 +02:00
Yugo Ogura
37271f8ac4
feat(server): support csp report-uri
( #7307 )
2020-05-04 20:24:17 +02:00
Xin Du (Clark)
c2c7081dc2
fix(webpack): use non-eval sourcemap with csp and unsafe-eval
script policy ( #7305 )
2020-05-03 21:10:09 +02:00
Xin Du (Clark)
2bd2c3853d
feat(modern): remove inlined safari fix in csp mode ( #7306 )
2020-05-03 20:15:24 +02:00
Xin Du (Clark)
ab3ff4de00
fix(babel): not override presets if babelrc is true ( #7297 )
2020-05-01 14:23:08 +02:00
Kevin Marrec
e089ac649f
fix(vue-app): sanitizeComponent
import regression with features disabled ( #7271 )
2020-04-24 18:05:55 +02:00
Xin Du (Clark)
1ce8041abe
feat(config): add configOverrides for loadNuxt and loadNuxtConf… ( #7263 )
2020-04-24 09:59:56 +01:00
renovate[bot]
5516a2182b
chore(deps): update all non-major dependencies (dev) ( #7255 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-24 09:13:20 +01:00
renovate[bot]
67b8020c11
chore(deps): update dependency caniuse-lite to ^1.0.30001045 (d… ( #7248 )
2020-04-21 09:27:20 +01:00
renovate[bot]
3a6dbdd656
chore(deps): update all non-major dependencies (dev) ( #7234 )
2020-04-20 21:13:50 +01:00
renovate[bot]
cf205e7902
chore(deps): update all non-major dependencies ( #7188 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-17 11:26:43 +02:00
Sébastien Chopin
479e3ffefb
feat(vue-app): inject into plugins context ( #7212 )
2020-04-14 11:27:13 +02:00
Nicolas PENNEC
a2495a6873
chore: fix typos ( #7219 )
2020-04-14 11:26:40 +02:00
Nicolas PENNEC
1002d3f456
feat(server): add custom HTTP headers into error response ( #7214 )
2020-04-13 20:58:53 +02:00
Xin Du (Clark)
c02ded2d86
refactor(config): move build.crossorigin
to render.crossorigin
( #7187 )
2020-04-07 11:38:49 +02:00
Jimmy
6b1faaed80
feat(vue-renderer): add head <base>
meta for spa ( #7170 )
2020-04-07 11:11:00 +02:00
renovate[bot]
20f086d0ce
chore(deps): update all non-major dependencies (dev) ( #7179 )
2020-04-06 23:14:25 +01:00
Xin Du (Clark)
16b9c157bf
feat(webpack): add mjs to babel-loader ( #7178 )
2020-04-05 15:41:21 +02:00
renovate[bot]
21b39fc701
chore(deps): update all non-major dependencies (dev) ( #7157 )
2020-04-05 11:58:52 +01:00
Eunjae Lee
4f6f7fe1cd
feat(vue-renderer): pass renderContext
to vue-renderer:ssr:templateParams
hook ( #7168 )
2020-04-02 11:28:57 +02:00
Xin Du (Clark)
728ab8841b
feat(babel-preset-app): add bugfixes
option ( #7144 )
2020-03-30 10:48:59 +01:00
Pooya Parsa
318aad2aed
fix(server): HMR for sub-app serverMiddleware without path ( #7146 )
2020-03-27 22:30:43 +01:00
Pooya Parsa
06073697f4
fix(vue-app): sanitize layouts after resolve for splitChunks.layout
( #7139 )
2020-03-27 14:08:48 +01:00
renovate[bot]
d46c2dd4ff
chore(deps): update all non-major dependencies ( #7136 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-27 13:57:09 +01:00
Pooya Parsa
9ef58fae63
fix(core): join with os native sep in resolver ( #7131 )
2020-03-27 13:56:40 +01:00
Jt Whissel
51b5bf565b
feat(builder): ignore option to function the same as .nuxtignore
( #7132 )
2020-03-27 11:53:23 +01:00
renovate[bot]
f18e241f70
chore(deps): update all non-major dependencies (dev) ( #7125 )
2020-03-26 16:30:01 +00:00
pooya parsa
8d355956d4
v2.12.1
...
[release]
2020-03-25 20:20:50 +01:00
Pooya Parsa
0f27f80c0c
fix(vue-app): avoid multiple $fetch
calls ( #7129 )
...
Co-authored-by: Aster <duda84@gmail.com>
2020-03-25 19:40:39 +01:00
Sébastien Chopin
b82f8d1640
fix: set default name to layout to avoid multi mounted ( #7128 )
2020-03-25 19:14:17 +01:00
renovate[bot]
a474c00aae
chore(deps): update dependency webpack to ^4.42.1 ( #7121 )
2020-03-24 10:42:43 +01:00
renovate[bot]
60f1aa93bd
chore(deps): update all non-major dependencies (dev) ( #7100 )
2020-03-23 11:24:29 +00:00
Pooya Parsa
c8e7397d07
fix(vue-app): use globals.nuxt
for fetch client mixin ( #7103 )
2020-03-18 11:30:50 +01:00
pooya parsa
4b34941df8
fix(builder): ensure entry is in graph for HMR ( #7097 )
2020-03-18 11:05:37 +01:00
pooya parsa
205a089f83
v2.12.0
2020-03-17 17:43:35 +01:00
Jason Poindexter
1f5d489850
fix(vue-app): middleware not executing on double browser back navigation ( #6775 )
...
fixes #6716 .
2020-03-13 22:26:35 +01:00
Xin Du (Clark)
a7052b637b
feat(vue-app): trigger watchParam when param is changed in same route ( #6244 )
2020-03-13 21:28:42 +01:00
Xin Du (Clark)
52caef2053
feat(core): better module not found handling ( #7079 )
...
Co-authored-by: pooya parsa <pooya@pi0.ir>
2020-03-13 21:25:53 +01:00
Pooya Parsa
f20d932c4d
feat: allow disabling loading-screen ( #6272 )
2020-03-13 21:23:33 +01:00
pooya parsa
87dc99e8e5
chore(deps): update all non-major dependencies
2020-03-13 15:03:36 +01:00
Xin Du (Clark)
78bce82b2f
refactor(babel-preset-app): use @babel/helper-compilation-targets
instead of deprecated api ( #7071 )
2020-03-12 19:13:04 +01:00
renovate[bot]
29587daf1f
chore(deps): update all non-major dependencies ( #7073 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-12 18:59:48 +01:00
pooya parsa
5a6cde3ebc
regression: read prefix from handle fn as well
...
fixes #7028
2020-03-12 18:33:22 +01:00
pooya parsa
f1e2362456
chore: remove new fetch warning
2020-03-12 15:40:03 +01:00
renovate[bot]
2afddf03c1
chore(deps): update all non-major dependencies (dev) ( #7066 )
2020-03-10 22:43:29 +00:00
Xin Du (Clark)
750676dd31
fix(babel-preset-app): TypeError when import cjs in webpack building ( #7070 )
2020-03-10 22:09:46 +01:00
renovate[bot]
1a34e224d4
chore(deps): update all non-major dependencies ( #7052 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-09 14:41:20 +01:00
renovate[bot]
2c4327b867
chore(deps): update all non-major dependencies [release] ( #7039 )
2020-03-02 19:15:30 +01:00
Pooya Parsa
903c3de5b6
feat: expose webpack config ( #7029 )
2020-03-02 19:15:00 +01:00
Jonas Galvez
a3fdba885e
chore(vue-app): improve missing inject value error message ( #7032 )
2020-02-29 20:16:43 +01:00
renovate[bot]
ee2cceb9b2
chore(deps): update all non-major dependencies (dev) ( #7010 )
2020-02-27 15:09:23 +00:00
renovate[bot]
07906d0b9d
chore(deps): update all non-major dependencies ( #7003 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-26 13:22:04 +01:00
Pooya Parsa
6e09e7824d
fix(core): correct deprecated hooks ( #7002 )
2020-02-25 17:15:40 +01:00
Mark Honeychurch
084a1ca1af
chore(builder): analyze mode warning rewording ( #6924 )
2020-02-25 00:16:43 +01:00
Xin Du (Clark)
16587029d7
feat: add crossorigin for normal ssr ( #6950 )
2020-02-24 22:58:24 +00:00
renovate[bot]
c785f6e22e
chore(deps): update dependency caniuse-lite to ^1.0.30001030 ( #6994 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-24 23:49:38 +01:00
Xin Du (Clark)
10ac6aed9a
feat(wepack): support @import
using ~assets
in css files ( #6987 )
2020-02-24 23:47:43 +01:00
renovate[bot]
6d79206a68
chore(deps): update dependency serialize-javascript to v3 ( #6977 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-24 22:41:53 +01:00
HG
c325882e1f
fix(core): Provide the correct name of routeContext hook ( #6959 )
2020-02-18 17:04:02 +00:00
renovate[bot]
bfc91f9682
chore(deps): update all non-major dependencies ( #6978 )
2020-02-18 17:01:11 +00:00
renovate[bot]
19fd3e4932
chore(deps): update all non-major dependencies ( #6956 )
2020-02-16 14:58:21 +01:00
Pim
bfad1e627b
perf(vue-renderer): early return render
when redirect happens ( #6973 )
2020-02-16 14:20:08 +01:00
Sébastien Chopin
b71eaee879
chore: use data-fetch-key instead of data-ssr-key
2020-02-12 16:41:23 +01:00
Matteo Rigon
539c865533
fix(vue-app): use child transition name when navigating to parent ( #6946 )
2020-02-11 15:06:37 +01:00
Xin Du (Clark)
13cc924f02
refactor: use scope variable memo for modern utils ( #6954 )
2020-02-09 11:44:54 +00:00
Xin Du (Clark)
6ae7718a42
fix(utils): eliminate side effect from modern utils ( #6953 )
...
[release]
2020-02-09 12:17:39 +01:00
Pooya Parsa
65b97edf03
chore: add explicit dependencies
2020-02-06 14:04:51 +01:00
Pooya Parsa
39d33686f4
chore: mark jsdom as external to remove warning
2020-02-06 14:02:05 +01:00
Pooya Parsa
1df1874f8a
fix(pkg): add explicit dependencies
2020-02-06 13:57:42 +01:00
Pooya Parsa
d83f697c15
chore: sort package.json
2020-02-06 13:32:56 +01:00
renovate[bot]
917782a642
chore(deps): update all non-major dependencies ( #6941 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-04 19:36:53 +01:00
Sébastien Chopin
6db325c321
feat(vue-app): new fetch syntax ( #6880 )
2020-02-04 19:36:22 +01:00
wppd
e271aa0a0a
chore(vue-app): pass error as param to nuxt-loading fail method ( #6939 )
2020-02-03 16:41:37 +01:00
renovate[bot]
5a80599ffa
chore(deps): update all non-major dependencies ( #6932 )
2020-02-02 15:05:49 +00:00
renovate[bot]
0bd794d1c1
chore(deps): update all non-major dependencies ( #6926 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-31 00:26:49 +01:00
renovate[bot]
08a3646d47
chore(deps): update all non-major dependencies ( #6910 )
2020-01-27 20:56:45 +00:00
renovate[bot]
73a4a8081a
chore(deps): update dependency chalk to v3 ( #6673 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
2020-01-24 01:06:49 +00:00
James George
3c4f9e4574
chore(cli): display listening urls after build ( #6904 )
...
closes #6899
2020-01-23 13:13:14 +01:00
renovate[bot]
0487ac3c25
chore(deps): update all non-major dependencies ( #6898 )
...
[release]
2020-01-21 14:06:21 +01:00
Pooya Parsa
304fb488dc
fix(utils): early return if id is external
2020-01-21 14:05:48 +01:00
Pooya Parsa
d8b84fe263
fix(utils): handled undefined cjs entries
...
[release]
2020-01-21 13:51:58 +01:00
Pooya Parsa
a84f31d2a9
chore: serverMiddleware HMR improvements ( #6896 )
...
* chore(server): fallback route for resolveMiddleware
* chore(server): support express HMR
[release]
2020-01-20 19:28:52 +01:00
Clark Du
fdd9a7a051
test: avoid unexpected outside stderr assertion count
2020-01-19 10:26:44 +00:00
renovate[bot]
a715a038f4
chore(deps): update dependency extract-css-chunks-webpack-plugin to ^4.7.4 ( #6886 )
2020-01-19 09:36:13 +00:00
Pooya Parsa
00d95903c6
fix(webpack): provide global URL
and URLSearchParams
( #6864 )
2020-01-19 09:37:06 +01:00
Pooya Parsa
2707bdb37e
feat: improve programatic usage ( #6868 )
2020-01-19 09:36:06 +01:00
Pooya Parsa
8907e1553f
feat: HMR support for serverMiddleware ( #6881 )
2020-01-19 09:34:35 +01:00
renovate[bot]
6891c31d81
chore(deps): update all non-major dependencies ( #6879 )
2020-01-17 15:26:25 +01:00
Pim
708ae3018e
fix(generator): log message or full error for unhandled error without stack trace ( #6882 )
2020-01-17 10:18:12 +01:00
Vladlen
e91a441f2c
fix(vue-app): add fallback context for error ( #6854 )
...
Co-Authored-By: Sébastien Chopin <seb@nuxtjs.com>
2020-01-16 18:09:16 +01:00
renovate[bot]
e3ba6c290d
chore(deps): update dependency vue-router to ^3.1.5 ( #6876 )
2020-01-15 23:47:47 +00:00
renovate[bot]
739b53a0f8
chore(deps): update all non-major dependencies ( #6873 )
2020-01-15 10:26:13 +00:00
renovate[bot]
decb11ac28
chore(deps): update all non-major dependencies ( #6867 )
2020-01-14 21:03:42 +00:00
Pim
75e00fe69f
feat(cli): pass context when nuxt.config exports a function ( #6855 )
2020-01-13 17:35:08 +01:00
renovate[bot]
1a48059438
chore(deps): update all non-major dependencies ( #6859 )
2020-01-13 11:48:10 +01:00
renovate[bot]
9aa8db4e97
chore(deps): update all non-major dependencies ( #6849 )
2020-01-11 19:31:14 +00:00
Sébastien Chopin
c9beac3c7b
fix(vue-app): resolve leave transition on child routes ( #6803 )
2020-01-10 21:45:13 +01:00
404-NOTFOUND
af75aa86e1
perf(vue-renderer): don't serialize session when injectScripts
is false ( #6846 )
2020-01-10 21:43:50 +01:00
Renovate Bot
8a4f9a5036
chore(deps): update all non-major dependencies
2020-01-05 01:50:33 +00:00
renovate[bot]
aada6e50d9
chore(deps): update dependency consola to ^2.11.3 ( #6839 )
2020-01-01 12:42:55 +01:00
Renovate Bot
306e9602d6
chore(deps): update all non-major dependencies
2019-12-31 00:14:35 +00:00
Renovate Bot
14e6eb6b27
chore(deps): update all non-major dependencies
2019-12-29 22:19:43 +00:00
Sébastien Chopin
0cb2df73a0
fix(vue-app): move head to index to avoid global state ( #6807 )
2019-12-18 15:27:30 +01:00
Pooya Parsa
7af9ec8c23
v2.11.0
2019-12-17 11:22:18 +01:00
Pooya Parsa
311ff27ba6
test: mock semver/functions/satisfies
2019-12-17 11:00:07 +01:00
renovate[bot]
51b3163c2a
chore(deps): update dependency consola to ^2.11.1 ( #6800 )
2019-12-17 10:59:30 +01:00
renovate[bot]
929779555b
chore(deps): update dependency semver to ^7.1.0 ( #6797 )
2019-12-17 10:38:03 +01:00
Pooya Parsa
4669b6b58d
test: semver is not mockable
2019-12-16 22:59:20 +01:00
renovate[bot]
bb5f84c601
chore(deps): update all non-major dependencies ( #6779 )
2019-12-16 22:21:58 +01:00
crutch12
b2a35d21d7
fix(utils): add catch statement to non function block in serializeFunction
( #6776 ) ( #6777 )
2019-12-16 22:20:28 +01:00
renovate[bot]
0ef6c72a9c
chore(deps): update dependency semver to v7 ( #6789 )
2019-12-16 21:33:47 +01:00
Cain Hall
ae769ce763
fix(utils): flatRoutes regex for nested routes with trailing slash enabled ( #6791 )
2019-12-16 21:19:40 +01:00
Xin Du (Clark)
e999060da5
refactor(server): only append not empty allowed sources to csp ( #6771 )
2019-12-16 21:16:51 +01:00
Renovate Bot
3938e58110
chore(deps): update all non-major dependencies
2019-12-09 18:49:52 +00:00
Xin Du (Clark)
e61f9c3044
Merge branch 'dev' into allowed-sources-test
2019-12-08 10:15:19 +08:00
renovate[bot]
3cc4770c22
chore(deps): update dependency serialize-javascript to ^2.1.1 ( #6769 )
2019-12-08 10:11:48 +08:00
Xin Du (Clark)
e2a9926d3e
Merge branch 'dev' into allowed-sources-test
2019-12-08 10:02:53 +08:00
renovate[bot]
d427e4abc3
chore(deps): update all non-major dependencies ( #6761 )
2019-12-08 02:02:34 +00:00
Xin Du (Clark)
8616822804
Merge branch 'dev' into allowed-sources-test
2019-12-03 17:30:16 +00:00
renovate[bot]
4b8fc7de51
chore(deps): update all non-major dependencies ( #6748 )
...
* chore(deps): update all non-major dependencies
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
2019-12-03 16:48:25 +00:00
Daniel Roe
697407d6b4
test: pass array to allowedSources
2019-11-30 12:49:00 +00:00
renovate[bot]
81de57f11c
chore(deps): update dependency extract-css-chunks-webpack-plugi… ( #6738 )
2019-11-28 09:23:35 +00:00
Xin Du (Clark)
75a29c8b13
global name is wrongly set to nuxt-edge ( #6736 )
...
[release]
2019-11-27 20:51:48 +01:00
Xin Du (Clark)
e8aca9eb11
chore: update @nuxtjs/eslint-config to v2 and fix lint errors ( #6732 )
2019-11-26 23:42:39 +01:00
Xin Du (Clark)
d83761028e
feat(vue-app): upgrade vue-router
to 3.1.x ( #6722 )
2019-11-26 23:41:19 +01:00
renovate[bot]
dd0b7a8b0e
chore(deps): update all non-major dependencies ( #6724 )
2019-11-25 12:09:13 +00:00
Alexander Lichter
75bb0884cb
feat: optionally strip non-client or non-server code ( #6149 )
2019-11-24 16:39:45 +01:00
Rafał Chłodnicki
e9945b0896
fix(vue-app): pass router mode to getLocation
( #6658 )
2019-11-24 14:26:33 +01:00
Ahad Birang
bb9427ee74
feat(vue-renderer): support evaluation in templates ( #6505 )
2019-11-24 13:31:21 +01:00
Xin Du (Clark)
9ada4e63a9
feat(config): add ignoreOptions
for node-ignore
( #6597 )
2019-11-24 13:28:37 +01:00
renovate[bot]
2f76e8e875
chore(deps): update all non-major dependencies ( #6709 )
2019-11-23 09:06:10 +00:00
Mohammad M. Shahbazi
6cc962fa16
fix: context.route issue in plugins and splitChunks.pages === false ( #6685 )
2019-11-19 09:27:54 +00:00
renovate[bot]
587d1e9765
chore(deps): update all non-major dependencies ( #6708 )
2019-11-19 09:24:15 +00:00
renovate[bot]
f54e9b211f
chore(deps): update dependency caniuse-lite to ^1.0.30001010 ( #6694 )
2019-11-14 12:34:38 +00:00
renovate[bot]
5567d73741
chore(deps): update all non-major dependencies ( #6689 )
2019-11-13 11:03:39 +00:00
Pim
701f2d033b
fix(vue-app): apply path-to-regexp options to tokensToFunction… ( #6683 )
2019-11-12 16:39:34 +00:00