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

501 Commits

Author SHA1 Message Date
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
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
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
b91ae93cae update keyed each-block outro test to check div order 2017-05-04 22:06:40 -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
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
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
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
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
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
c1a1a01bf0 generate less code for if-blocks with else-blocks (closes #540) 2017-05-03 17:30:13 -04:00
Conduitry
e6d2571e34 label <style> element with id instead of with attribute, for performance 2017-05-03 14:31:14 -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
dee8694e3b merge master -> gh-7 2017-05-03 11:39:25 -04:00
Rich-Harris
22ac50abb6 outros on keyed each-blocks 2017-05-01 15:52:41 -04:00
Rich-Harris
f06eced938 unkeyed each-blocks with outros 2017-05-01 15:33:00 -04:00
Rich-Harris
42af2bb32b fix mount order of keyed each-block with intros 2017-05-01 15:01:19 -04:00
Rich-Harris
a2cd983e99 intro transitions in each-blocks 2017-05-01 14:41:11 -04:00
Zirro
552c62aa56 Use .querySelector(':checked'), enable several <select> tests 2017-05-01 20:31:13 +02:00
Rich-Harris
f76fac2973 tighten up transition tests 2017-05-01 13:59:20 -04:00
Rich-Harris
dfe00d8627 support dynamic simple if-blocks 2017-05-01 08:48:42 -04:00
Rich-Harris
26ed67267c some more transition tests, albeit somewhat ugly 2017-04-30 23:14:47 -04:00
Rich-Harris
5bee31fde6 get basic intro transition test passing 2017-04-30 22:44:23 -04:00
Rich-Harris
7f76ab24f9 Merge branch 'master' into gh-7 2017-04-30 08:27:38 -04:00
Rich Harris
e80edf8386 Merge pull request #529 from sveltejs/bind-checked
Provide second argument to validator.error with bind:checked errors
2017-04-30 08:24:36 -04:00
Rich-Harris
5e042c4c8e add test 2017-04-30 08:01:18 -04:00
Rich Harris
ca3fd8d96e Merge pull request #536 from sveltejs/gh-534
fix parsing of expressions wrapped in parentheses (#534)
2017-04-30 07:57:02 -04:00
Conduitry
a5dce59735 fix parsing of expressions wrapped in parentheses (#534) 2017-04-29 22:51:10 -04:00
Conduitry
f74941b293 fix simple if blocks with top-level or conditions (#532) 2017-04-27 22:58:53 -04:00
Rich-Harris
53c5c32da3 allow parameter-less transitions 2017-04-26 14:33:44 -04:00
Rich-Harris
6ed2a6c785 update tests 2017-04-26 12:38:43 -04:00
Rich-Harris
9df2243784 Merge branch 'master' into gh-7 2017-04-25 17:24:41 -04:00