0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

35 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
c4ad36023c move whitespace logic out of parse and into preprocess 2017-06-25 16:32:24 -04:00
Rich Harris
21a8b1dd06 fix tests 2017-06-25 12:57:27 -04:00
Rich Harris
8d2607c37d fix server-side rendering of textareas with value/children 2017-05-27 12:30:58 -04:00
Rich-Harris
43091431d1 simplify SSR codegen 2017-05-03 21:02:17 -04:00
Rich-Harris
a2cd983e99 intro transitions in each-blocks 2017-05-01 14:41:11 -04:00
Rich-Harris
60ed068a59 move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00