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

12 Commits

Author SHA1 Message Date
Rich Harris
b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow 2018-08-05 15:35:52 -04:00
Rich Harris
c4937d271f fix skipped intros 2018-05-12 21:55:07 -04:00
Rich Harris
042ec54f7f nested component transitions 2018-05-12 16:48:05 -04:00
Rich Harris
44bb2da29b add skipIntroByDefault compiler option (#547) 2018-05-12 12:11:46 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Rich Harris
a29e2733cd update tests 2018-04-29 20:07:24 -04:00
Rich Harris
86d3476b55 minor fixes, update various tests 2018-04-28 13:41:30 -04:00
ekhaled
2e9cd4742c fix snapshots for the actual mounting code 2018-03-06 18:49:49 +00:00
ekhaled
2e3724f7d3 fix snapshots 2018-03-06 17:07:49 +00:00
Rich Harris
c0292cbca1 update tests 2018-02-11 08:24:55 -05:00
Rich Harris
4411ab116e update snapshot tests 2017-11-18 13:45:10 -05:00
esarbanis
ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
Closes #858
2017-11-16 11:39:58 +02:00