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

1082 Commits

Author SHA1 Message Date
Rich-Harris
d829eb94ef handle bidirectional transitions 2017-05-06 02:06:07 -04:00
Rich-Harris
00c41e2092 Merge branch 'master' into gh-543 2017-05-06 01:40:11 -04:00
Rich Harris
2faf78804d Merge pull request #567 from sveltejs/gh-562
Fix delays on bidirectional transitions
2017-05-06 01:39:51 -04:00
Rich Harris
89e26a7bd9 Merge pull request #566 from sveltejs/gh-564
validate transition directives
2017-05-06 01:39:40 -04:00
Rich-Harris
e9def64d14 use anchor when updating 2017-05-06 01:39:26 -04:00
Rich-Harris
5937aef3a6 ok, i think it actually works now 2017-05-06 00:28:30 -04:00
Rich-Harris
c9dba817fb another crack at the algorithm. outros not currently applied 2017-05-05 16:50:10 -04:00
Rich-Harris
776b68ff71 fix bug in assert.htmlEqual 2017-05-05 12:10:37 -04:00
Rich-Harris
24c4a7c9f0 mostly working list diffing algorithm 2017-05-05 00:25:33 -04:00
Rich-Harris
08f7321d69 create start anchors for each-blocks that need them 2017-05-04 23:39:13 -04:00
Rich-Harris
b91ae93cae update keyed each-block outro test to check div order 2017-05-04 22:06:40 -04:00
Rich-Harris
cfd5d3e3c7 minor tidy up 2017-05-04 17:57:04 -04:00
Rich-Harris
1a92398101 apply delays to bidirectional transitions - fixes #562 2017-05-04 17:47:22 -04:00
Rich-Harris
642b414c9c validate transition directives - closes #564 2017-05-04 14:06:50 -04:00
Rich Harris
90d2e7f883 Merge pull request #563 from sveltejs/gh-561
Fix yield block placement
2017-05-04 13:26:06 -04:00
Rich Harris
cedd318945 Merge pull request #565 from sveltejs/coverage
[WIP] increase test coverage
2017-05-04 13:25:54 -04:00
Rich-Harris
b342f2e8b7 fix outros on compound if blocks, get IfBlock.js coverage to 100% 2017-05-04 13:16:53 -04:00
Rich-Harris
37749bd3e4 validate <:Window> 2017-05-04 12:25:20 -04:00
Rich-Harris
a85b6002a7 test @rules in css 2017-05-04 11:23:49 -04:00
Rich-Harris
da9af1dfbf exclude src/shared/** from coverage reports 2017-05-04 11:15:54 -04:00
Rich-Harris
0d7b16e4e8 some more html entity stuff, the bits i understand at least 2017-05-04 11:03:40 -04:00
Rich-Harris
2d8c34de39 add complete list of html entities 2017-05-04 10:46:30 -04:00
Rich-Harris
7db27152fb increase test coverage 2017-05-04 10:17:15 -04:00
Rich-Harris
dd2e5e8b2b mount yield blocks immediately, if yield has a parent node (fixes #561) 2017-05-04 09:34:07 -04:00
Rich-Harris
b55797666a failing test for #561 2017-05-04 09:23:09 -04:00
Rich Harris
3a7f7e29c2 Merge pull request #559 from sveltejs/simpler-codegen
Simpler codegen
2017-05-04 09:04:38 -04:00
Rich Harris
c71cb29d39 Merge pull request #556 from sveltejs/gh-540
generate less code for if-blocks with else-blocks
2017-05-04 09:04:04 -04:00
Rich Harris
53dda25764 Merge pull request #560 from sveltejs/gh-546
abort intros before restarting them
2017-05-04 09:03:35 -04:00
Rich-Harris
5d5bd632eb oops 2017-05-03 22:23:30 -04:00
Rich-Harris
58504a36ff abort intros before restarting them - fixes #546 2017-05-03 22:14:49 -04:00
Rich-Harris
d8364f6e0a remove unnecessary if statement 2017-05-03 21:35:15 -04:00
Rich-Harris
fa80261ae2 more simplification 2017-05-03 21:28:33 -04:00
Rich-Harris
0d67026904 more simplification 2017-05-03 21:19:48 -04:00
Rich-Harris
43091431d1 simplify SSR codegen 2017-05-03 21:02:17 -04:00
Rich-Harris
3efb5ab993 fix test 2017-05-03 19:27:50 -04:00
Rich-Harris
a5f7fe79ea collapse constructor block into builders.main 2017-05-03 19:22:16 -04:00
Rich-Harris
4bff8d049b more codebuilder consolidation 2017-05-03 19:10:13 -04:00
Rich-Harris
3201a21a36 build _set method in one place 2017-05-03 17:48:19 -04:00
Rich-Harris
c1a1a01bf0 generate less code for if-blocks with else-blocks (closes #540) 2017-05-03 17:30:13 -04:00
Rich Harris
c712ad502a Merge pull request #555 from sveltejs/gh-554
Always check whether we need to add CSS
2017-05-03 17:07:32 -04:00
Conduitry
e6d2571e34 label <style> element with id instead of with attribute, for performance 2017-05-03 14:31:14 -04:00
Rich-Harris
fb7af38eb8 -> v1.19.1 2017-05-03 13:15:32 -04:00
Rich-Harris
409043bb9b export generateKeyframes 2017-05-03 13:13:04 -04:00
Conduitry
a1c8ada088 when creating a component, always check whether its css is still in the dom (#554) 2017-05-03 13:07:05 -04:00
Rich-Harris
4f96b51e55 -> v1.19.0 2017-05-03 12:52:10 -04:00
Rich Harris
1078bae696 Merge pull request #525 from sveltejs/gh-7
Transitions
2017-05-03 12:48:56 -04:00
Rich-Harris
90adb3bda8 gah node 4 2017-05-03 12:40:09 -04:00
Rich-Harris
d7b3f2e5aa lint after build 2017-05-03 12:29:03 -04:00
Rich-Harris
bdfa01bcd1 fix script path, duh 2017-05-03 12:27:55 -04:00
Rich-Harris
e796fefcee stringify helpers before bundling 2017-05-03 12:10:07 -04:00