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

205 Commits

Author SHA1 Message Date
Rich Harris
03e3ed441f don't mark skip-ssr tests as skipped, omit them altogether 2017-01-24 12:04:20 -05:00
Paul Sauve
2673c10998 Work on skipping some tests 2017-01-23 15:43:47 -06:00
Rich-Harris
da2e78d6fa run tests with SSR compiler, where possible 2017-01-17 13:46:37 -05:00
Arpad Borsos
20e1b05c45
correctly update yield fragment inside each, #230 2017-01-05 20:15:54 +01:00
Rich Harris
d5dfe4dfb9 reenable all tests 2017-01-04 14:12:27 -05:00
Rich Harris
c34842b8c1 fail CI if any tests have solo: true 2017-01-04 14:07:05 -05:00
Rich Harris
00db8419d2 Merge pull request #242 from sveltejs/gh-231
make yield renderer names globally unique
2017-01-04 13:45:14 -05:00
Rich Harris
57ba95e898 fix component yields inside each blocks (#230) 2017-01-04 13:34:45 -05:00
Rich Harris
45cea1fab5 make yield renderer names globally unique (#231) 2017-01-04 12:03:47 -05:00
Rich Harris
5ba51be341 dont use properties when setting <svg> element attributes (fixes #233) 2017-01-04 11:49:18 -05:00
Paul Sauve
ca2f0a5bbb Fix partial numbers being detected as numbers 2016-12-30 21:33:05 -06:00
Rich-Harris
11dc7dc380 handle component directives at positions other than end (fixes #221) 2016-12-24 14:31:32 -05:00
Rich Harris
620b9ae5e8 Merge pull request #225 from sveltejs/gh-224
provide useful feedback on encountering void element closing tag
2016-12-24 14:23:48 -05:00
Rich-Harris
fc977a2abe provide useful feedback on encountering void element closing tag 2016-12-24 13:18:57 -05:00
Arpad Borsos
91551b9d43
make html validators work inside else blocks 2016-12-21 19:09:06 +01:00
Rich-Harris
3905683e64 allow custom path for helpers (#218) 2016-12-20 18:23:05 -05:00
Rich-Harris
e7dd885ecf handle directives on components (fixes #216) 2016-12-20 17:57:12 -05:00
Rich-Harris
46abb9c712 fix test failure caused by clearing cache 2016-12-20 12:22:00 -05:00
Rich-Harris
ccba20bac9 non-standalone mode (#9) 2016-12-20 12:07:18 -05:00
Rich-Harris
0d89f6478d failing test for #81 2016-12-17 17:58:54 -05:00
Rich-Harris
8340583fa1 parse @id for keyed each blocks (#81) 2016-12-17 17:48:41 -05:00
Rich-Harris
b90ad17ad1 throw if options.name is illegal 2016-12-17 16:55:40 -05:00
Rich-Harris
c84991217d merge master -> gh-202 2016-12-17 12:09:49 -05:00
Rich Harris
4df7cfa0f8 use shared generator for SSR compiler 2016-12-16 16:17:31 -05:00
Conduitry
010b4cff29 stop prepending CSS with spaces (fixes #140) 2016-12-16 07:41:29 -05:00
Rich Harris
92ec869b6c dont self-close elements - fixes #200 2016-12-15 18:10:05 -05:00
Rich Harris
e016b200ef include filename in error/warning objects 2016-12-15 14:52:37 -05:00
Rich Harris
bdba7531df allow local data to override globals 2016-12-15 13:06:52 -05:00
Rich Harris
6444e8da29 merge master -> gh-185 2016-12-15 12:55:15 -05:00
Rich Harris
c453ae5dd0 increase patch coverage, again 2016-12-15 12:45:29 -05:00
Rich Harris
c09a02caf2 increase patch coverage 2016-12-15 12:36:17 -05:00
Rich Harris
c8b232f431 implement triples in SSR compiler, and escape HTML for regular tags 2016-12-15 10:55:39 -05:00
Rich Harris
212a3560ee Merge pull request #183 from sveltejs/builder
CodeBuilder
2016-12-12 08:46:08 -05:00
Rich Harris
9f04d46ffe Merge pull request #187 from sveltejs/gh-178
use setAttribute() for list attributes
2016-12-12 08:31:34 -05:00
Rich-Harris
a35c516350 bump coverage – duplicate default export is handled by acorn 2016-12-11 15:13:18 -05:00
Rich-Harris
4a610f7073 throw if default export is not an object literal 2016-12-11 14:57:59 -05:00
Rich-Harris
be6b950abc use setAttribute() for list attributes – fixes #178 2016-12-11 14:10:36 -05:00
Rich-Harris
c353aa2447 allow whitelisted globals (#185) 2016-12-11 13:22:56 -05:00
Rich-Harris
017b67aa38 ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
Rich-Harris
a6c648b086 error if method is an arrow function expression and uses this or arguments (#179) 2016-12-11 10:34:50 -05:00
Rich-Harris
5fa2cd24c4 use builders everywhere 2016-12-10 14:38:20 -05:00
Rich-Harris
fbe130835d add support for declared namespaces – fixes #147 2016-12-10 11:07:11 -05:00
Rich Harris
25e12f8597 Merge pull request #169 from sveltejs/gh-167
omit attributes for SSR
2016-12-09 15:27:51 -05:00
Rich Harris
72dc86aa5e Merge pull request #170 from sveltejs/gh-162
Allow event handlers to call methods of `event` and `this`
2016-12-09 15:27:41 -05:00
Rich-Harris
05c38bc872 Merge branch 'master' of https://github.com/sveltejs/svelte 2016-12-09 14:26:31 -05:00
Rich-Harris
65a99c9161 support node methods in event handlers (#162) 2016-12-09 09:10:42 -05:00
Rich-Harris
8529e28c11 allow event handlers to call event methods e.g. stopPropagation – closes #162 2016-12-09 09:00:02 -05:00
Rich-Harris
284224cb4f omit attributes for SSR – fixes #163 2016-12-09 08:43:39 -05:00
Rich-Harris
941de39523 test importing non-component 2016-12-09 08:41:08 -05:00
Rich Harris
4a7bb8ca8a implement Comment in SSR compiler – fixes #165 2016-12-08 15:34:28 -05:00