Rich Harris
|
c36780fdc8
|
prevent client-side navigation to server routes - fixes #145
|
2018-02-28 14:23:19 -05:00 |
|
Rich Harris
|
cb12231053
|
implement this.error
|
2018-02-18 09:48:32 -05:00 |
|
Rich Harris
|
bff6f550be
|
implement this.redirect in preload (#83)
|
2018-02-17 22:56:47 -05:00 |
|
Rich Harris
|
9fe0ca2c22
|
remove 4xx and 5xx pages when initing
|
2018-02-17 19:00:06 -05:00 |
|
Rich Harris
|
6ee092f8d4
|
Merge pull request #107 from lukastaegert/fix-search-param-handling
Fix query param handling
|
2018-02-03 12:05:57 -05:00 |
|
Rich Harris
|
b20c1c029f
|
Merge branch 'thgh-patch-1'
|
2018-02-03 11:50:37 -05:00 |
|
Lukas Taegert
|
297f4276de
|
Fix query param handling by
* not using a for-of loop on an iterator that is transpiled wrongly
* not using URL.searchParams which is only supported by rather new
browsers
|
2018-01-26 23:29:34 +01:00 |
|
Thomas Ghysels
|
b53ee061c0
|
Fix DOMException when location.hash is invalid selector
|
2018-01-26 02:24:49 +01:00 |
|
Rich Harris
|
a09c33d6a5
|
return a promise from init - fixes #99
|
2018-01-20 19:49:41 -05:00 |
|
Alex Berg
|
90cd347112
|
Fix typo
|
2018-01-19 01:25:20 -06:00 |
|
Alex Berg
|
5adfdd6fe0
|
Hydrate on first load, not destroy
|
2018-01-19 01:22:08 -06:00 |
|
Rich Harris
|
44285cdb2f
|
serialized preloaded data and send to client as initial payload - fixes #3
|
2018-01-14 11:22:00 -05:00 |
|
Emil Tholin
|
e87ac1f367
|
Export prefetch
|
2018-01-03 18:39:51 +01:00 |
|
Rich Harris
|
502dd547d1
|
only preload once - fixes #49
|
2017-12-25 18:06:27 -05:00 |
|
Rich Harris
|
b3027c5816
|
port runtime to typescript, move runtime/app.js to runtime.js
|
2017-12-25 17:14:39 -05:00 |
|