cudr
|
54efe7235a
|
fix comparator sort && add more tests
|
2019-04-28 00:14:27 +03:00 |
|
Rich Harris
|
8c7ce2c6bb
|
Merge branch 'master' into spread_routes
|
2019-04-27 13:09:54 -04:00 |
|
Rich Harris
|
90ec61f14d
|
Merge pull request #603 from sveltejs/gh-602
fix handling of empty hrefs during export
|
2019-04-27 12:18:45 -04:00 |
|
Rich Harris
|
4f9919e95c
|
Merge pull request #610 from cudr/navigate_fix
Navigate from /a/[id] to /b/[id] fix
|
2019-04-27 11:56:03 -04:00 |
|
Rich Harris
|
83e427178e
|
Merge branch 'master' into spread_routes
|
2019-04-27 11:16:18 -04:00 |
|
Rich Harris
|
b089ca42ff
|
Merge pull request #608 from cudr/preload_return_fix
Don't crash if preload return empty
|
2019-04-27 11:15:14 -04:00 |
|
Rich Harris
|
6cb4030b2b
|
Merge branch 'master' into navigate_fix
|
2019-04-27 11:11:27 -04:00 |
|
Rich Harris
|
96a068245b
|
Merge pull request #620 from cudr/error_page_hooks
Error page lifecycle
|
2019-04-27 11:06:28 -04:00 |
|
Richard Harris
|
0862d0e2c8
|
add a test for server-route-as-middleware
|
2019-04-27 10:55:22 -04:00 |
|
cudr
|
dcf726a89b
|
add missed semicolon
|
2019-04-06 02:51:05 +03:00 |
|
cudr
|
3a9d457389
|
execute error page hooks
|
2019-04-06 02:32:11 +03:00 |
|
cudr
|
d2cda4b6c0
|
add test
|
2019-03-15 05:13:18 +03:00 |
|
cudr
|
6bf3dd04dd
|
fix empty preload
|
2019-03-13 15:18:23 +03:00 |
|
cudr
|
81f80e6215
|
spread routes
|
2019-03-13 15:14:06 +03:00 |
|
Conduitry
|
6d5aa9a35d
|
fix handling of empty hrefs during export (#602)
|
2019-03-11 10:39:35 -04:00 |
|
Rich Harris
|
e0de230e13
|
Slot-based routing (#573)
|
2019-02-21 16:34:07 -05:00 |
|
Nolan Lawson
|
37780656fd
|
fix incorrect test
|
2019-02-16 00:13:27 -08:00 |
|
Nolan Lawson
|
351ab13d29
|
fix: add link rel=preload for exported sites
|
2019-02-16 00:07:06 -08:00 |
|
Rich Harris
|
14ace57612
|
rename .html files to .svelte
|
2019-02-08 11:40:30 -05:00 |
|
Rich Harris
|
84a0ae562f
|
support .svelte or .html extensions
|
2019-02-08 11:34:33 -05:00 |
|
Richard Harris
|
720cf8a859
|
treat foo.html and foo/index.html the same when generating manifest
|
2019-02-04 07:42:45 -05:00 |
|
Richard Harris
|
66be631572
|
remove experimentalCodeSplitting
|
2019-02-02 21:00:32 -05:00 |
|
Richard Harris
|
11d3da3aed
|
add session tests
|
2019-02-02 15:42:35 -05:00 |
|
Rich Harris
|
548de702ac
|
move all page info to app-level stores
|
2019-02-01 22:28:47 -05:00 |
|
Rich Harris
|
7ba1a0a9fa
|
fix test
|
2019-02-01 11:09:15 -05:00 |
|
Rich Harris
|
263bb08334
|
various
|
2019-02-01 10:54:43 -05:00 |
|
Richard Harris
|
4940c5d5be
|
merge master -> svelte-3, fix various typescript and webpack oddities
|
2019-02-01 08:21:45 -05:00 |
|
Rich Harris
|
b5fbc7e0e8
|
Merge pull request #539 from cudr/nested-routes-navigate-fix
Fix nested routes navigates
|
2019-02-01 06:39:25 -05:00 |
|
Rich Harris
|
79fa15da3d
|
Merge pull request #525 from nolanlawson/nolan/sw-index-html
add service-worker-index.html
|
2019-02-01 05:36:08 -05:00 |
|
Rich Harris
|
f587161d7d
|
first crack at context-driven store
|
2019-01-31 21:42:29 -05:00 |
|
Rich Harris
|
d486542a8b
|
update store test
|
2019-01-31 11:32:51 -05:00 |
|
Rich Harris
|
90f3393ebf
|
default to generating app in src/node_modules/@sapper - fixes #551
|
2019-01-31 10:35:14 -05:00 |
|
Rich Harris
|
76ce7f227f
|
tidy up test
|
2019-01-30 16:27:13 -05:00 |
|
Rich Harris
|
1f9efd353c
|
fix scrolling to deep links
|
2019-01-30 15:43:42 -05:00 |
|
Rich Harris
|
da540ef15f
|
update some tests
|
2019-01-30 10:21:55 -05:00 |
|
cudr
|
b6bc90cea9
|
add test
|
2018-12-26 14:12:49 +03:00 |
|
Nolan Lawson
|
f97400caaa
|
Do not include sourcemap files in Service Worker shell
Fixes #534
|
2018-12-16 11:48:54 -08:00 |
|
Nolan Lawson
|
03af9b1a16
|
add service-worker-index.html
fixes #422
|
2018-12-12 18:30:16 +00:00 |
|
Artyom Stepanishchev
|
ed19a19fed
|
Fixed tests for node 6
|
2018-12-09 17:28:59 +03:00 |
|
Rich Harris
|
6655b1b49d
|
Merge pull request #503 from sveltejs/gh-490
redirect to external URLs
|
2018-10-27 12:36:10 -04:00 |
|
Rich Harris
|
eebf076f23
|
Merge pull request #501 from sveltejs/gh-497
consistent query parameter handling between client and server
|
2018-10-27 12:35:58 -04:00 |
|
Rich Harris
|
e69cb3639a
|
redirect to external URLs - closes #490
|
2018-10-27 12:14:28 -04:00 |
|
Rich Harris
|
f50f83c4a4
|
strip leading slash from basepath - fixes #495
|
2018-10-27 11:41:02 -04:00 |
|
Rich Harris
|
eadefd996b
|
consistent query parameter handling between client and server - fixes #497
|
2018-10-27 11:36:18 -04:00 |
|
Rich Harris
|
c5a80543b3
|
reduce flakiness of unrelated test
|
2018-10-27 11:12:10 -04:00 |
|
Rich Harris
|
28186227a9
|
add tests
|
2018-10-24 21:20:27 -04:00 |
|
Rich Harris
|
65128118c7
|
Merge branch '487-async-route-errors' of https://github.com/nikku/sapper into nikku-487-async-route-errors
|
2018-10-24 20:58:52 -04:00 |
|
Rich Harris
|
410c52df41
|
fix lazy css bug, add tests
|
2018-10-24 18:48:38 -04:00 |
|
Rich Harris
|
281e183c61
|
ignore empty anchors when exporting
|
2018-10-24 15:38:45 -04:00 |
|
Nico Rehwaldt
|
3fe7b55955
|
async -> Promise.reject
|
2018-10-20 22:46:42 +02:00 |
|