Xin Du (Clark)
2b3eefc3a1
refactor(vue-app): simplify scrollToTop checking ( #8621 )
2021-01-12 09:47:29 +00:00
Daniel Roe
3265e94979
fix(vue-app): check for Page.options before looking within ( #8612 )
...
closes #8234
2021-01-11 17:04:33 +00:00
renovate[bot]
db5cea1d17
chore(deps): update all non-major dependencies ( #8595 )
2021-01-11 16:54:27 +00:00
Daniel Roe
71a3df8443
fix(vue-app): don't remove req/res/query unless in full static mode ( #8611 )
...
closes #7965
2021-01-11 11:11:00 +01:00
Daniel Roe
3bba4c6a7f
fix(vue-app): check that link.__prefetch
exists before calling it ( #8608 )
...
closes #8173
2021-01-08 19:23:55 +01:00
Ahad Birang
746b14319a
fix(vue-app): add id attribute to noopApp
( #8596 )
2021-01-05 14:14:39 +01:00
Beorn Facchini
ac762299a1
fix(vue-app): scroll to top on route changes only ( #8557 )
2020-12-26 20:19:33 +01:00
Pooya Parsa
108cd8216a
chore: reorder deps
2020-12-22 18:40:31 +01:00
Pooya Parsa
7529d65d75
chore: migrate from @nuxt/ufo to ufo
2020-12-22 18:20:41 +01:00
Daniel Roe
9681a8937d
feat(config, vue-app, vue-renderer): support dynamic base
and publicPath
( #8520 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-22 18:15:59 +01:00
pooya parsa
dec8f99fc3
feat: support plug-and-play, typescript runtime and native modules ( #8389 )
...
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-22 18:07:50 +01:00
Daniel Roe
8c8793073f
fix(vue-app): set push
on router instance rather than prototype ( #8523 )
...
resolves #7479
resolves #8522
2020-12-20 12:21:20 +01:00
Daniel Roe
fb191d2fbd
fix(vue-app, vue-renderer, utils): respect trailingSlash
setting for payloads ( #8489 )
...
* fix(utils): don't inject a trailing slash on catchall routes (e.g. `/*/`)
closes #8488
* fix(vue-app, vue-renderer): respect `trailingSlash` setting for payloads
* refactor: use new ufo `parsePath` utility
Co-authored-by: pooya parsa <pyapar@gmail.com>
2020-12-17 12:51:14 +01:00
Daniel Roe
92018e586b
feat(vue-app): support custom fetchKey
for full static generation ( #8466 )
...
[release]
2020-12-17 12:49:59 +01:00
renovate[bot]
5a5161aa52
chore(deps): update dependency @nuxt/ufo to ^0.5.2 ( #8499 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-16 15:22:23 +01:00
renovate[bot]
fedba22f73
chore(deps): update all non-major dependencies ( #8463 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-16 14:42:38 +01:00
Pooya Parsa
a78427c165
v2.14.12 [hotfix] [release]
2020-12-16 14:21:30 +01:00
Pooya Parsa
bde4c5f6b0
v2.14.12
2020-12-16 14:13:06 +01:00
pooya parsa
a25bdd622d
fix: fix issues with url handling ( #8494 )
2020-12-16 14:12:16 +01:00
Daniel Roe
1269773d9d
fix(vue-app): do not preserve state when registering client-side dynamic module ( #8486 )
2020-12-14 10:52:02 +01:00
Pooya Parsa
d85f4b9264
v2.14.11 [release]
2020-12-10 00:20:26 +01:00
pooya parsa
966796fbdf
fix: fix issues with route normalization ( #8462 )
...
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-10 00:19:31 +01:00
Pooya Parsa
e97051adfa
v2.14.10 [release]
2020-12-07 11:28:46 +01:00
pooya parsa
fc51ca3330
fix: normalize routes and decode resolved query ( #8430 )
2020-12-06 18:32:39 +01:00
Pooya Parsa
e9f380c9e6
v2.14.9 [release]
2020-12-02 11:34:18 +01:00
pooya parsa
49c293b25f
fix: only encode non dynamic path params ( #8421 )
2020-12-01 16:01:25 +01:00
Pooya Parsa
68d8fb8487
v2.14.8 [release]
2020-12-01 12:05:12 +01:00
Pooya Parsa
a8cc430574
chore: remove extra import
2020-11-30 23:25:44 +01:00
renovate[bot]
8d20da91c3
chore(deps): update all non-major dependencies ( #8396 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-30 23:18:57 +01:00
pooya parsa
cc1f6d94b5
fix: handle route encoding ( #8325 )
...
Co-authored-by: farnabaz <farnabaz@users.noreply.github.com>
2020-11-30 23:10:02 +01:00
Sébastien Chopin
691f21c683
fix(vue-app): handle missing payloads on full static ( #8314 )
...
* fix(vue-app): handle missing payloads on full static
Fixes #7717
* chore: rename routesManifest to manifest
* chore: remove console.log
* chore(vue-app): don't have staticAssetsBase if undefined
* chore: add manifest option
* test: update snapshot
* chore: use foundRoute to avoid multiple vars name
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2020-11-25 15:19:29 +01:00
renovate[bot]
e635cc5044
chore(deps): update all non-major dependencies ( #8326 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-25 15:15:58 +01:00
Daniel Roe
7278b10112
fix(vue-app): warn if promises and functions are in fetch state ( #8348 )
2020-11-16 09:43:20 +01:00
Daniel Roe
b050861332
fix(generator): respect publicPath for static assets ( #8344 )
...
* fix: respect publicPath for static assets
* test: add test for correct `publicPath` URL handling
2020-11-14 23:10:16 +01:00
Pooya Parsa
8b8eb84c89
chore: pin vue-router to 3.4.8
2020-11-09 20:01:54 +01:00
renovate[bot]
63f5a0ed8c
chore(deps): update all non-major dependencies ( #8300 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-09 18:11:56 +01:00
Pim
2c6610cfb8
fix(vue-app): triggerScroll when transitions is disabled ( #8225 )
2020-11-06 09:38:08 +01:00
Daniel Roe
442b6c07c9
fix(vue-app): use nuxt globalName correctly in nuxt-link and fetch mixin ( #8289 )
2020-11-04 13:35:29 +00:00
Daniel Roe
e14b7201b4
fix(vue-app): prevent redirection loop with uri encoded path ( #8280 )
2020-11-04 13:35:12 +00:00
renovate[bot]
918b589772
chore(deps): update all non-major dependencies ( #8224 )
...
* chore(deps): update all non-major dependencies
* fix lock
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-10-29 21:47:05 +00:00
renovate[bot]
d5c05054fe
chore(deps): update all non-major dependencies ( #8211 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-19 11:59:14 +02:00
pooya parsa
265d0e7aac
v2.14.7
...
[release]
2020-10-15 18:17:49 +02:00
Daniel Roe
9c4dac3c61
fix(vue-app): use getter to provide this.$nuxt
( #8170 )
2020-10-13 12:19:08 +02:00
renovate[bot]
f0c1375477
chore(deps): update all non-major dependencies ( #8137 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:34:45 +02:00
Clark Du
61e93d01f9
Revert "fix(vue-app): use mixin to provide this.$nuxt
( #8068 )"
...
This reverts commit 8abdc177be
.
2020-09-30 12:08:57 +01:00
Daniel Roe
8abdc177be
fix(vue-app): use mixin to provide this.$nuxt
( #8068 )
...
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-09-30 11:16:16 +01:00
Dmitriy
79440f3ce5
fix(vue-app): scrollRestoration hasn't set ( #8055 )
2020-09-30 10:57:36 +01:00
renovate[bot]
3aa02cf00c
chore(deps): update all non-major dependencies ( #8131 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-30 10:55:52 +01:00
renovate[bot]
d7a8548d53
chore(deps): update all non-major dependencies ( #8101 )
2020-09-28 10:57:10 +01:00
pooya parsa
41176577ad
v2.14.6
...
[release]
2020-09-21 12:30:19 +02:00
Daniel Roe
89a64161d0
fix(vue-app): always import error layout ( #8067 )
2020-09-15 18:33:26 +02:00
Dmitriy
45b7838710
fix(vue-app): empty $fetch
function for SSR with static target ( #8053 )
2020-09-10 21:16:00 +02:00
pooya parsa
3b037720f2
v2.14.5
...
[release]
2020-09-10 14:35:08 +02:00
Dmitriy
757d5d46da
fix(vue-app): missing layout in error page with splittedChunks.layout
( #8016 )
2020-09-09 12:32:10 +02:00
renovate[bot]
0bafd77306
chore(deps): update all non-major dependencies ( #8005 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-09 10:22:44 +02:00
pooya parsa
1a77fba4eb
v2.14.4
2020-08-27 12:25:35 +02:00
Florent Catiau-Tristant
51b037fea6
fix(vue-app): var names shadowing in chrome debugger ( #7939 )
...
* fix: var names shadowing in debug
* fix: new appropriate variable name
Co-authored-by: florent.catiau <florent.catiau@veepee.com>
2020-08-25 21:31:36 +02:00
renovate[bot]
e72d03a49a
chore(deps): update all non-major dependencies ( #7929 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-25 15:11:17 +01:00
pooya parsa
5e9d759d7b
v2.14.3 [release]
2020-08-16 19:03:06 +02:00
pooya parsa
34c56722c8
v2.14.2 [release]
2020-08-16 12:57:53 +02:00
Jonas Galvez
fe0498cecd
fix(vue-app): prevent router.registerModule reallocation ( #7915 ) ( #7916 )
2020-08-15 22:29:17 +02:00
Ahad Birang
10e82b24da
fix(vue-app): use anchor to /
if route is undefined in error page ( #7877 )
2020-08-14 23:58:17 +02:00
pooya parsa
9f4d420b1f
fix(vue-app): fix regression with scrollToTop
( #7920 )
2020-08-14 23:42:04 +02:00
Ahad Birang
e03563b3dc
fix(router): resolve redirect errors ( #7912 )
2020-08-14 00:31:00 +02:00
renovate[bot]
5fdfba2279
chore(deps): update all non-major dependencies ( #7853 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:05:54 +02:00
pooya parsa
c30499d7e0
v2.14.1
...
[release]
2020-08-04 17:33:56 +02:00
Matthieu Sieben
128c9743c4
fix(vue-app): handle server-side routing errors ( #7801 )
2020-08-04 11:29:23 +02:00
pooya parsa
60f68638cb
v2.14.0 [release]
2020-07-27 19:23:49 +02:00
Yaroslav Vorobev
66b4aa2f62
fix(vue-app): nuxt-link
prefetch error on fallback page ( #7766 )
2020-07-27 15:44:10 +02:00
Sébastien Chopin
6ab65fbf4f
fix(vue-app): handle fallback on generated page ( #7718 )
...
* fix(vue-app): handle fallback on generated page
* chore: improvements and small refactor
* fix: lint
Co-authored-by: pooya parsa <pyapar@gmail.com>
* chore: add force-build option to nuxt generate
Co-authored-by: pooya parsa <pyapar@gmail.com>
[release]
2020-07-16 19:32:09 +02:00
pooya parsa
c5a4465572
feat: static target DX improvements ( #7712 )
...
[release]
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
2020-07-16 17:10:54 +02:00
Sébastien Chopin
f81c588bf6
fix(vue-app): don't fetch payload for store mutation for preview and spa fallback ( #7723 )
2020-07-16 17:10:06 +02:00
Piotr Tomiak
8d51eebe0c
feat(vue-app): add web-types.json for better code insight in WebStorm ( #7611 )
...
* feat(vue-app): add web-types.json for better code insight in WebStorm (#7607 )
* fix: add web-types to files section
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2020-07-09 13:11:20 +02:00
pooya parsa
e3821ba78c
v2.13.3 [release]
2020-07-02 20:06:42 +02:00
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
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
pooya parsa
c998072c94
v2.13.2
2020-06-26 20:58:45 +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
Sébastien Chopin
fe01ec34d3
fix(vue-app): no need to set layout on App ( #7606 )
2020-06-25 15:23:06 +02:00
pooya parsa
56b158e7d6
v2.13.1 [release]
2020-06-24 10:36:15 +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
Pooya Parsa
dbecbe4ada
v2.13.0 [release]
2020-06-18 18:48:36 +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
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]
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
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
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
Jonas Galvez
0acfc78932
fix(vue-app): prevent double layout execution ( #5703 ) ( #7442 )
2020-06-09 18:39:51 +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
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
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
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
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
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
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
Sébastien Chopin
8e2d9764e2
fix(generator): remove trailingSlash for chunkId ( #7336 )
...
[release]
2020-05-08 18:10:06 +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
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
Kevin Marrec
e089ac649f
fix(vue-app): sanitizeComponent
import regression with features disabled ( #7271 )
2020-04-24 18:05:55 +02:00
renovate[bot]
3a6dbdd656
chore(deps): update all non-major dependencies (dev) ( #7234 )
2020-04-20 21:13:50 +01: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
Pooya Parsa
06073697f4
fix(vue-app): sanitize layouts after resolve for splitChunks.layout
( #7139 )
2020-03-27 14:08:48 +01: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
Pooya Parsa
c8e7397d07
fix(vue-app): use globals.nuxt
for fetch client mixin ( #7103 )
2020-03-18 11:30:50 +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
pooya parsa
f1e2362456
chore: remove new fetch warning
2020-03-12 15:40:03 +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
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
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
Pooya Parsa
d83f697c15
chore: sort package.json
2020-02-06 13:32:56 +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
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]
decb11ac28
chore(deps): update all non-major dependencies ( #6867 )
2020-01-14 21:03:42 +00:00
renovate[bot]
1a48059438
chore(deps): update all non-major dependencies ( #6859 )
2020-01-13 11:48:10 +01:00
Sébastien Chopin
c9beac3c7b
fix(vue-app): resolve leave transition on child routes ( #6803 )
2020-01-10 21:45:13 +01: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
renovate[bot]
bb5f84c601
chore(deps): update all non-major dependencies ( #6779 )
2019-12-16 22:21:58 +01: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
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
Rafał Chłodnicki
e9945b0896
fix(vue-app): pass router mode to getLocation
( #6658 )
2019-11-24 14:26:33 +01:00
Mohammad M. Shahbazi
6cc962fa16
fix: context.route issue in plugins and splitChunks.pages === false ( #6685 )
2019-11-19 09:27:54 +00:00
Pim
701f2d033b
fix(vue-app): apply path-to-regexp options to tokensToFunction… ( #6683 )
2019-11-12 16:39:34 +00:00
renovate[bot]
abd82805a7
chore(deps): update all non-major dependencies ( #6677 )
2019-11-12 10:42:05 +00:00
Xin Du (Clark)
afb38fe492
fix(vue-app): layout in error.vue not work for Vue.extend component ( #6650 )
2019-11-05 17:53:39 +00:00