Rich Harris
9d2ce6d852
Merge pull request #563 from nolanlawson/patch-2
...
Remove unnecessary index.html file serve
2019-02-17 09:46:55 -04:00
Rich Harris
a476d21c9b
Merge pull request #561 from thgh/patch-3
...
Use getElementById to avoid querySelector error
2019-02-17 09:45:57 -04:00
Rich Harris
30b4b6660b
Merge pull request #569 from sveltejs/update-rollup
...
update Rollup, remove some superfluous deps
2019-02-17 09:45:02 -04:00
Richard Harris
cfd10c6f61
remove some more unused deps
2019-02-17 08:32:02 -05:00
Richard Harris
82a4973943
remove node 6 from ci matrix
2019-02-17 08:31:48 -05:00
Richard Harris
0609a92f3a
update Rollup, remove some superfluous deps
2019-02-17 08:23:30 -05:00
Nolan Lawson
1f1211b7b4
Remove unnecessary index.html file serve
...
As far as I can tell, `/index.html` should no longer exist (outside of `sapper export`, which doesn't apply here). After #525 was merged, we're now using `/service-worker-index.html`, but that's handled by `get_page_handler.ts`, not here. So this code is doing nothing.
2019-02-14 19:14:14 -08:00
Thomas Ghysels
acafeac1cc
Fix #561
2019-02-13 17:59:32 +01:00
Rich Harris
82e637ea7c
Merge pull request #559 from sveltejs/svelte-extension
...
Use .svelte extension
2019-02-08 11:47:37 -05: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
Rich Harris
8870b58766
bump alpha version
2019-02-08 10:42:46 -05:00
Rich Harris
54506c1eb6
bump alpha version
2019-02-07 08:47:32 -05:00
Rich Harris
4f6b2dcb7c
fix kleur thing
2019-02-07 08:47:02 -05:00
Richard Harris
0a87204593
Merge branch 'svelte-3'
2019-02-04 07:43:11 -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
Rich Harris
ca034d0857
Support Svelte 3
...
fixes #546 , #551 , #552 , #554
2019-02-03 14:29:47 -05:00
Richard Harris
96b9d19715
remove typescript in favour of sucrase
2019-02-03 14:28:59 -05:00
Richard Harris
293da8bcd1
fix a cmd-f/cmd-r mistake
2019-02-03 14:12:17 -05:00
Richard Harris
7150c7e088
-> v0.26.0-alpha.3
v0.26.0-alpha.3
2019-02-03 13:06:37 -05:00
Richard Harris
a85e1424e3
fix segments
2019-02-03 13:01:40 -05:00
Richard Harris
0628ea99ab
minor fixes
2019-02-03 12:51:29 -05:00
Richard Harris
3d7cfbbf3d
tidy up
2019-02-03 00:14:53 -05:00
Richard Harris
66be631572
remove experimentalCodeSplitting
2019-02-02 21:00:32 -05:00
Richard Harris
c964500118
implement session/preload on client
2019-02-02 16:13:07 -05:00
Richard Harris
91ea0335ae
implement session/preload on server
2019-02-02 15:44:16 -05:00
Richard Harris
11d3da3aed
add session tests
2019-02-02 15:42:35 -05:00
Richard Harris
7fefc59929
tidy up
2019-02-02 13:28:48 -05:00
Richard Harris
3521eff4f4
more tidying up
2019-02-02 13:20:53 -05:00
Richard Harris
b7fce99438
simplify
2019-02-02 13:01:55 -05:00
Richard Harris
85c86b5562
tidy up
2019-02-02 12:53:36 -05:00
Richard Harris
81bbfce448
tidy up
2019-02-02 00:15:01 -05:00
Richard Harris
6e8ba295d4
bump svelte version
2019-02-01 23:50:21 -05:00
Rich Harris
0168d8b70c
tidy up
2019-02-01 22:37:39 -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
3bab780f88
only import preload when appropriate
2019-02-01 11:09:08 -05:00
Rich Harris
263bb08334
various
2019-02-01 10:54:43 -05:00
Richard Harris
3445ec66ac
figure out if component has preload early on
2019-02-01 09:28:24 -05:00
Richard Harris
4940c5d5be
merge master -> svelte-3, fix various typescript and webpack oddities
2019-02-01 08:21:45 -05:00
Richard Harris
83c8d7f855
-> v0.25.0
v0.25.0
2019-02-01 06:45:08 -05:00
Rich Harris
fdfe282130
Merge pull request #484 from mrkishi/goto-temporary-fix
...
Ensure deepest layout is always refreshed on goto
2019-02-01 06:40:43 -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
64eb3f856a
Merge pull request #369 from sveltejs/crawl-queue
...
Don't try to crawl hundreds of pages simultaneously
2019-02-01 06:15:30 -05:00
Richard Harris
18d8e61ecb
remove unused declaration
2019-02-01 06:04:43 -05:00
Richard Harris
2a635f92a9
merge master -> crawl-queue
2019-02-01 06:04:00 -05:00
Richard Harris
44bcbeb7d6
remove redundant line
2019-02-01 05:57:17 -05:00
Rich Harris
4023831b18
Merge pull request #542 from sveltejs/gh-528
...
avoid mutating `opts.headers` in `this.fetch` (#528 )
2019-02-01 05:47:54 -05:00
Richard Harris
969169ae20
-> v0.24.3
v0.24.3
2019-02-01 05:40:58 -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