Richard Harris
b6e2736eb0
always re-run preload functions when query string changes - fixes #701
2019-05-20 23:45:39 -04:00
Richard Harris
aa31e3ca6a
refactor slightly
2019-05-20 23:11:50 -04:00
Richard Harris
8b310dd458
Merge branch 'issues/688' of https://github.com/btakita/sapper into btakita-issues/688
2019-05-20 23:08:58 -04:00
Brian Takita
5460896228
Checking the current_branch[i] route match against the current request's route match.
...
current_branch[i].match.slice(1, i+2) compared to match.slice(1, i+2)
Fixes https://github.com/sveltejs/sapper/issues/688
2019-05-20 23:03:08 -04:00
Conduitry
b59d9003f9
leave anchor scrolling on initial load to browser ( #331 )
2019-05-13 08:56:21 -04:00
mrkishi
54e92c3b99
Regularize page and server routes
...
Treats both page and server routes similarly in regards to indexes.
It's a (somewhat) breaking change: server routes will accept trailing
slashes to match page routes behavior, but only if there's no extension.
We still need a stronger support for dealing with different clean urls
rules.
2019-05-08 12:24:45 -03:00
Richard Harris
c0ada5c52f
handle skipped segments
2019-05-05 11:36:02 -04:00
Rich Harris
afeedf6bb2
give each app its own page, preloading and session stores, using context
2019-04-29 14:52:19 -04:00
Rich Harris
02e0aeb8a2
merge master -> artemjackson-patch-3
2019-04-29 11:22:21 -04:00
Rich Harris
6cb4030b2b
Merge branch 'master' into navigate_fix
2019-04-27 11:11:27 -04:00
Artyom Stepanishchev
06eee32ee5
Fix for #618
...
`query-string` is used as example
see https://github.com/sindresorhus/query-string/blob/master/index.js#L186
2019-04-08 22:56:35 +03:00
cudr
9bb8bfa884
receive preloaded root_data
2019-04-08 20:07:42 +03:00
cudr
9e60a71cf5
clean up
2019-04-06 02:50:00 +03:00
cudr
3a9d457389
execute error page hooks
2019-04-06 02:32:11 +03:00
cudr
0dd2d2eb4a
complete fix
2019-03-15 04:57:10 +03:00
Rich Harris
e0de230e13
Slot-based routing ( #573 )
2019-02-21 16:34:07 -05:00
Thomas Ghysels
acafeac1cc
Fix #561
2019-02-13 17:59:32 +01:00
Rich Harris
84a0ae562f
support .svelte or .html extensions
2019-02-08 11:34:33 -05:00
Rich Harris
ca034d0857
Support Svelte 3
...
fixes #546 , #551 , #552 , #554
2019-02-03 14:29:47 -05:00