Nabarun Gogoi
|
28dede9687
|
pull request for issue #3018
|
2018-03-14 15:33:17 +05:30 |
|
Sébastien Chopin
|
ca13b6bfbb
|
fix: Comment line since we use _dataRefresh
|
2018-02-28 16:46:48 +01:00 |
|
Sébastien Chopin
|
8903db1c27
|
fix: Fix watchQuery on reused page component
|
2018-02-28 16:40:59 +01:00 |
|
Sébastien Chopin
|
1ab4be456f
|
fix: Handle redirect in middleware, fix #542 and #2665
|
2018-01-26 12:16:53 +01:00 |
|
Clark Du
|
94bb02901c
|
fix: multiple components in one route
|
2018-01-24 14:33:27 +08:00 |
|
Pooya Parsa
|
24185c97e7
|
fix: redirect without unresolved promise
|
2018-01-16 10:04:40 +03:30 |
|
Sébastien Chopin
|
e33d502696
|
fix: Handle redirects for loading bar
|
2018-01-12 16:10:30 +01:00 |
|
Sébastien Chopin
|
5dd7591e3f
|
misc: Refacto to use less chars
|
2018-01-11 12:56:37 +01:00 |
|
Clark Du
|
4ec99ef6f6
|
fix: nested redirect in spa
|
2018-01-11 17:00:40 +08:00 |
|
Sébastien Chopin
|
39ef28ca2a
|
fix: Don't call fixPrepatch on non-dynamic routes
|
2018-01-04 16:40:34 +01:00 |
|
Sébastien Chopin
|
ab56a29ee6
|
Merge pull request #2105 from clarkdo/spa_layout
fix(spa): redundant laoding default layout when custom layout specified
|
2017-11-14 10:04:03 +01:00 |
|
Clark Du
|
fafe6d0a81
|
fix(spa): redundant laoding default layout when custom layout specified
|
2017-11-14 16:53:01 +08:00 |
|
Atinux
|
932fbfddfd
|
minor: Call routeChanged event with a 3rd argument if an error happened
|
2017-11-07 16:26:19 +01:00 |
|
Atinux
|
312ce81a6e
|
fix: Remove console.log
|
2017-11-07 11:51:46 +01:00 |
|
Clark Du
|
3ccc57502b
|
fix: basic.csr /head error
|
2017-11-07 12:04:21 +08:00 |
|
Atinux
|
3d49d8d290
|
feat: Add Page.watchQuery
|
2017-11-06 18:30:37 +01:00 |
|
Atinux
|
23919a9e01
|
feat: Add middleware as function
|
2017-11-03 17:14:05 +01:00 |
|
Atinux
|
a2cc3afe60
|
fix: Dont call pages asyncData/fetch if middleware redirected or errored
|
2017-11-02 17:47:33 +01:00 |
|
Sébastien Chopin
|
6e44afedb8
|
router: Don't call middleware and asyncData on query changes
|
2017-11-01 16:44:57 +01:00 |
|
Atinux
|
76aca28cdc
|
fix: Fix context undefined
|
2017-10-31 18:32:42 +01:00 |
|
Sébastien Chopin
|
e15c92f1c8
|
Merge pull request #1914 from dotneet/fix-1408
fix unexpected state resetting #1408
|
2017-10-31 15:05:22 +01:00 |
|
devneko
|
4b5a0352ff
|
fix: Fix regression bug related to setContext()
|
2017-10-30 20:05:12 +09:00 |
|
devneko
|
f186cadba6
|
fix unexpected state reset #1408
|
2017-10-29 11:02:48 +09:00 |
|
devneko
|
65d645d54c
|
fix regression in dev mode
|
2017-10-29 10:42:38 +09:00 |
|
Sébastien Chopin
|
e02e8df224
|
fix: Fix tests in generate mode with redirect
|
2017-10-28 22:42:51 +02:00 |
|
Sébastien Chopin
|
3b9f293e40
|
fix: Fix Hot reloading
|
2017-10-28 14:09:33 +02:00 |
|
Sébastien Chopin
|
83c25084f1
|
Refacto client app
|
2017-10-20 10:52:07 +02:00 |
|
Sebastien Chopin
|
9e4f864e4d
|
Fix issue #1629
|
2017-09-22 16:05:59 +02:00 |
|
Mouti'a Benachour
|
3c7273c5b0
|
fix error handler if error message is readonly (#1673)
|
2017-09-17 22:53:17 +04:30 |
|
Sebastien Chopin
|
03348c85cd
|
hotfix: applyAsyncData only if data is set
|
2017-09-07 14:44:13 +02:00 |
|
Pooya Parsa
|
4d5255e805
|
fix NUXT.data for SPA
|
2017-09-07 17:06:45 +04:30 |
|
Sebastien Chopin
|
9a28b8be25
|
Fix tests
|
2017-09-07 14:17:53 +02:00 |
|
Sebastien Chopin
|
74bc12da51
|
fix: Handle synchronous route component
|
2017-09-07 13:40:10 +02:00 |
|
Pooya Parsa
|
0d4bbf0b03
|
allow customize all messages for i18n
|
2017-09-01 21:00:49 +04:30 |
|
Clark Du
|
5616f1acba
|
match correct route when resolveComponents in hash mode
|
2017-08-30 18:13:01 +08:00 |
|
Sebastien Chopin
|
4ac14054f2
|
context: hotReload -> isHMR
|
2017-08-23 13:41:37 +02:00 |
|
Sebastien Chopin
|
fed644ddf6
|
Fix #1423
|
2017-08-21 13:54:41 +02:00 |
|
Pooya Parsa
|
690cfe2114
|
improve spa errors
|
2017-08-20 17:43:42 +04:30 |
|
Pooya Parsa
|
b4847b7656
|
Handle when transition fn not returning anything
fix for #1406
|
2017-08-18 00:30:49 +04:30 |
|
Pooya Parsa
|
4d74840177
|
disable clientside sourceMapSupport
|
2017-08-10 15:18:53 +04:30 |
|
Pooya Parsa
|
71ebf02c6b
|
disable browser-source-map-support
|
2017-08-10 14:46:13 +04:30 |
|
Pooya Parsa
|
400363860a
|
feat(app): enable global vue error handler only in dev
With production builds, some Vue warns are being changed to errors this may lead to unwanted error pages.
|
2017-08-10 14:12:06 +04:30 |
|
Pooya Parsa
|
b78b189aea
|
spa errors source map support
|
2017-08-06 02:03:46 +04:30 |
|
Pooya Parsa
|
e70d0ba7d0
|
add title for spa error handler
|
2017-08-05 16:40:47 +04:30 |
|
Pooya Parsa
|
a0cb08e451
|
spa global error handler
prevents white screens on critical vue errors and shows nuxt error page
|
2017-08-05 16:23:19 +04:30 |
|
Sebastien Chopin
|
28d0e72641
|
Fix context.app in client-side
|
2017-07-28 10:21:58 +02:00 |
|
Sebastien Chopin
|
6c6e6e55aa
|
Fix layout not declared
|
2017-07-27 16:26:36 +02:00 |
|
Sébastien Chopin
|
03aa65a888
|
context: Add on client-side
|
2017-07-20 21:04:23 +02:00 |
|
Sébastien Chopin
|
a870896c67
|
Merge branch 'dev' of github.com:Atinux/nuxt.js into dev
Conflicts:
lib/app/client.js
lib/app/server.js
|
2017-07-10 09:02:35 +02:00 |
|
Pooya Parsa
|
518692b2f4
|
chore: minor fixes
|
2017-07-10 04:27:50 +04:30 |
|