0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

61 Commits

Author SHA1 Message Date
Rich-Harris
77b600d726 add {{else}} tests 2016-11-22 11:56:09 -05:00
Rich-Harris
61c9105c2a enable console.group 2016-11-22 11:55:34 -05:00
Rich-Harris
632a980948 wrap script block in IIFE to prevent pollution 2016-11-22 07:41:59 -05:00
Rich-Harris
370db7d269 scoped css 2016-11-21 20:01:22 -05:00
Rich-Harris
24e768e4d2 component events 2016-11-21 17:33:29 -05:00
Rich-Harris
abd8b77106 test custom events 2016-11-21 16:41:47 -05:00
Rich-Harris
6eeff1960c add on and fire methods 2016-11-21 16:36:55 -05:00
Rich-Harris
2686508af3 dynamic component data 2016-11-21 16:17:42 -05:00
Rich-Harris
d27e99d239 support static data and refs on components 2016-11-21 15:25:16 -05:00
Rich-Harris
7adfd51649 failing component test 2016-11-21 13:05:14 -05:00
Rich-Harris
0d4728faf2 fix entities in attributes 2016-11-21 11:26:54 -05:00
Rich-Harris
4ce0f2fd58 handle unquoted attribute values 2016-11-21 08:23:48 -05:00
Rich-Harris
1eb3b7373e test inline expression parse errors 2016-11-21 07:54:27 -05:00
Rich-Harris
4e3e6a45b6 test leading whitespace in template 2016-11-21 07:47:17 -05:00
Rich-Harris
a82b2e9e05 add parser.error coverage 2016-11-21 07:22:07 -05:00
Rich-Harris
4a5d4f482b constructors not factories – closes #2 2016-11-20 22:52:42 -05:00
Rich-Harris
1fcaf01566 fix tests 2016-11-20 22:44:43 -05:00
Rich-Harris
c205761fe1 rename .svelte to .html in test files - better idea i think 2016-11-20 22:42:20 -05:00
Rich-Harris
55f3ba1a30 support SVG 2016-11-20 16:25:23 -05:00
Rich-Harris
4206127f1f mocha.opts needs to be in project root 2016-11-20 13:15:27 -05:00
Rich-Harris
ee1444d2f0 -> v0.0.2 2016-11-20 13:14:34 -05:00
Rich-Harris
b743e54c24 autofocus 2016-11-20 12:56:13 -05:00
Rich-Harris
c2daa66b3c remove elements at end of teardown sequence 2016-11-20 12:40:37 -05:00
Rich-Harris
44a2fd31f6 refs 2016-11-20 12:09:42 -05:00
Rich-Harris
ce79d3eca5 targeted updates of deep contextual bindings 2016-11-20 11:52:04 -05:00
Rich-Harris
240b00dd68 custom events 2016-11-20 10:42:06 -05:00
Rich-Harris
48fb01cf7e deep/contextual binding 2016-11-20 09:58:08 -05:00
Rich-Harris
2aeaaa24b6 more binding stuff 2016-11-20 07:26:04 -05:00
Rich-Harris
263a08f155 first stab at deep two-way binding 2016-11-19 22:56:37 -05:00
Rich-Harris
fa60968ae1 basic two-way binding 2016-11-19 22:25:02 -05:00
Rich-Harris
3560bbe85e fix insertion bug 2016-11-19 21:32:10 -05:00
Rich-Harris
5d9ebb9a39 simplify lifecycle 2016-11-19 19:33:16 -05:00
Rich-Harris
b8ddb16d5f lifecycle methods 2016-11-19 19:25:57 -05:00
Rich-Harris
7569cf60c0 fix dynamic attributes 2016-11-19 19:06:17 -05:00
Rich-Harris
f136f951b3 helpers 2016-11-19 18:32:33 -05:00
Rich-Harris
c1204e57b0 expressions in if and each blocks 2016-11-19 17:52:23 -05:00
Rich-Harris
c02e849cb5 parse comments 2016-11-19 17:14:15 -05:00
Rich-Harris
7950d0a275 fix attributes with mustache tag as final chunk 2016-11-19 17:08:49 -05:00
Rich-Harris
43c257b62e index in each blocks 2016-11-19 16:08:46 -05:00
Rich-Harris
8c8b6ccfa4 parse each block index 2016-11-19 15:56:58 -05:00
Rich-Harris
4a32e59f2e allow multiple attributes 2016-11-19 15:22:26 -05:00
Rich-Harris
3ef3229075 complex dynamic attributes 2016-11-19 15:08:12 -05:00
Rich-Harris
cb9b00254b more attribute parsing 2016-11-19 14:53:00 -05:00
Rich-Harris
e3e91d45ea parse attributes 2016-11-19 13:10:20 -05:00
Rich-Harris
9fd6c3d408 inline expressions 2016-11-19 12:12:56 -05:00
Rich-Harris
9ff58cdb41 computed values 2016-11-19 11:52:08 -05:00
Rich-Harris
2f62a5aaca more whitespace stuff 2016-11-19 10:59:11 -05:00
Rich-Harris
83f0f7d202 custom methods 2016-11-19 09:17:09 -05:00
Rich-Harris
6dbc777797 start using magic-string 2016-11-18 22:58:32 -05:00
Rich-Harris
b173384cfc events half-way implemented 2016-11-18 20:49:46 -05:00