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

1095 Commits

Author SHA1 Message Date
Rich-Harris
4e58bd06ff -> v1.20.2 2017-05-06 17:22:37 -04:00
Rich Harris
a43115cb4e Merge pull request #572 from sveltejs/compound-if-block-outros
fix destruction of compound if blocks with outros
2017-05-06 17:21:47 -04:00
Rich-Harris
e8c07e8b0c fix destruction of compound if blocks with outros 2017-05-06 17:15:15 -04:00
Rich-Harris
35d820f391 -> v1.20.1 2017-05-06 16:13:17 -04:00
Rich Harris
86e05aaf74 Merge pull request #571 from sveltejs/gh-569
Fix insertion order of if blocks and their anchors
2017-05-06 16:12:32 -04:00
Rich-Harris
6dfb568d2a fix insertion order of if blocks and their anchors 2017-05-06 16:02:49 -04:00
Rich-Harris
90a67d26c0 -> v1.20.0 2017-05-06 15:35:46 -04:00
Rich Harris
8bf9e0d4bb Merge pull request #568 from sveltejs/gh-543
ensure outroing each block iterations don't jump to the top
2017-05-06 15:25:44 -04:00
Rich-Harris
b0a31dda15 reintro unkeyed each block iterations as necessary 2017-05-06 13:02:12 -04:00
Rich-Harris
f8e73c1f36 get rid of hardcoded variable names 2017-05-06 11:48:52 -04:00
Rich-Harris
23331e605a dont store keyed block iterations in an array 2017-05-06 11:33:08 -04:00
Conduitry
c0b7156318 failing test for #569 2017-05-06 09:35:47 -04:00
Rich-Harris
1f161f7fa8 update dynamic keyed each blocks 2017-05-06 02:20:13 -04:00
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