Rich Harris
|
722e1fd383
|
get name based on filename
|
2019-01-30 11:09:24 -05:00 |
|
Richard Harris
|
c2d4ce3395
|
add process to globals whitelist
|
2018-12-29 13:18:19 -05:00 |
|
Rich Harris
|
48f1f6b4d0
|
implement bind:this
|
2018-12-16 09:26:53 -05:00 |
|
Rich Harris
|
f45e2b70fd
|
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
|
2018-12-15 19:18:03 -05:00 |
|
Rich Harris
|
837d248257
|
render server bindings
|
2018-10-27 16:37:50 -04:00 |
|
Rich Harris
|
8929aebbec
|
better error for missing store - fixes #1807
|
2018-10-27 14:32:26 -04:00 |
|
Rich Harris
|
e937060de2
|
add non-spread test for attribute safety
|
2018-08-01 16:56:42 -04:00 |
|
Rich Harris
|
630bc5cbb9
|
sanitize spread attributes and disallow invalid attribute names
|
2018-08-01 16:53:45 -04:00 |
|
Conduitry
|
5e8a8b95e5
|
update some stray references to v1 syntax
|
2018-05-27 15:48:21 -04:00 |
|
Rich Harris
|
b381aa63a4
|
integrate CLI - fixes #1360
|
2018-04-29 20:25:12 -04:00 |
|
Rich Harris
|
7224ef4eff
|
all tests passing
|
2018-04-28 14:30:16 -04:00 |
|
Rich Harris
|
d2a5b366d8
|
remove redundant test
|
2018-04-16 11:41:48 -04:00 |
|
Rich Harris
|
cae4dd93bf
|
fix some more tests
|
2018-04-16 00:03:22 -04:00 |
|
Rich Harris
|
87a8e37150
|
remove cascade option
|
2018-04-15 23:53:17 -04:00 |
|
Rich Harris
|
a2759604cb
|
SSR tests
|
2018-04-15 23:27:44 -04:00 |
|
Rich Harris
|
4fe8d95a6d
|
dont typecast numeric attributes
|
2018-04-15 20:07:08 -04:00 |
|
Rich Harris
|
9037e93934
|
set arbitrary compile options when calling SSR register function
|
2018-03-12 08:14:46 -04:00 |
|
Rich Harris
|
3f7f237a9a
|
switch back to using svelte- instead of name-
|
2018-03-07 21:33:59 -05:00 |
|
Rich Harris
|
1ad28e6fe6
|
use base36 for style classes
|
2018-02-24 19:23:33 -05:00 |
|
Rich Harris
|
81743a2562
|
update more tests
|
2018-02-24 18:37:59 -05:00 |
|
Rich Harris
|
9971283671
|
update tests
|
2018-02-24 15:26:57 -05:00 |
|
Emil Ajdyna
|
f9fc7c9e91
|
Base scoping hashes on CSS content rather than entire file
|
2018-01-13 18:05:01 +01:00 |
|
Conduitry
|
fbb856ebbd
|
update test
|
2018-01-08 13:46:41 -05:00 |
|
Rich Harris
|
7026222792
|
escape HTML - fixes #1066
|
2018-01-04 22:51:28 -05:00 |
|
Rich Harris
|
f8362fe5fb
|
fix toString method in SSR output - closes #1044
|
2017-12-24 11:18:46 -05:00 |
|
Rich Harris
|
f7c540b4ed
|
get store() to work with nested components in SSR compiler
|
2017-12-15 20:58:06 -05:00 |
|
Rich Harris
|
ed44f7d1fa
|
server-side <:Head>
|
2017-12-13 19:40:32 -05:00 |
|
Rich Harris
|
50654fab88
|
remove <:Document>, implement <:Head> on client-side
|
2017-12-13 19:27:27 -05:00 |
|
Rich Harris
|
545ed7f0ed
|
generate title in SSR compiler
|
2017-12-13 09:52:04 -05:00 |
|
Rich Harris
|
0127f9f0ca
|
change server-side render method signature
|
2017-12-13 09:28:29 -05:00 |
|
Rich Harris
|
ffd06c462c
|
rename file
|
2017-12-12 08:26:18 -05:00 |
|
Rich Harris
|
774caf42ca
|
sanitize filenames before SSRing - fixes #1005
|
2017-12-11 10:11:05 -05:00 |
|
Rich Harris
|
be68cd9de2
|
use store in SSR mode
|
2017-11-24 14:49:16 -05:00 |
|
Efthymis Sarmpanis
|
4c06226a5c
|
Add support for intercepting different file extensions, other than .html, in ssr. (#940)
Proposal for #939
|
2017-11-23 11:28:28 -05:00 |
|
Rich Harris
|
d590dbe165
|
Reinstate code coverage
|
2017-11-23 08:45:22 -05:00 |
|
Rich Harris
|
5b3e8cd88f
|
support nested <slot> elements
|
2017-08-29 08:02:47 -04:00 |
|
Rich Harris
|
143d0ea753
|
dont actually render <slot> elements
|
2017-08-28 16:43:39 -04:00 |
|
Rich Harris
|
7a8c8fd577
|
replace {{yield}} with <slot/>
|
2017-08-26 15:50:19 -04:00 |
|
Rich Harris
|
65e484b6ae
|
remove reify
|
2017-07-29 23:35:12 -04:00 |
|
Rich Harris
|
7b1299904b
|
minify css and remove unused styles (#697)
|
2017-07-29 15:51:15 -04:00 |
|
Rich Harris
|
203e123d94
|
Merge pull request #676 from sveltejs/gh-608
Preserve whitespace inside nodes if necessary
|
2017-06-26 10:55:34 -04:00 |
|
Rich Harris
|
2fa784ecc3
|
handle @foo and #foo edge cases
|
2017-06-25 20:03:17 -04:00 |
|
Rich Harris
|
c4ad36023c
|
move whitespace logic out of parse and into preprocess
|
2017-06-25 16:32:24 -04:00 |
|
Rich Harris
|
d08c04d313
|
merge master -> codegen
|
2017-06-25 15:08:28 -04:00 |
|
Rich Harris
|
6751a83264
|
remove redundant try-catch
|
2017-06-25 14:24:33 -04:00 |
|
Rich Harris
|
7ad4befd25
|
deconflict name with imports (#655)
|
2017-06-25 14:15:06 -04:00 |
|
Rich Harris
|
f87c3328b5
|
Merge branch 'master' into codegen
|
2017-06-25 13:17:38 -04:00 |
|
Rich Harris
|
21a8b1dd06
|
fix tests
|
2017-06-25 12:57:27 -04:00 |
|
Rich Harris
|
334772a11d
|
use #foo instead of block.alias("foo")
|
2017-06-25 11:24:24 -04:00 |
|
Rich Harris
|
5c53f5b6a2
|
more useful presentation of failing SSR code
|
2017-06-11 15:22:36 -04:00 |
|