Commit Graph

158 Commits (2703f609a5f0930cf7913dcd26fddf2837169a8d)

Author SHA1 Message Date
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
8 years ago
Rich Harris b57be7664e fix dynamic component bindings (#1489)
8 years ago
Rich Harris b45b2415f2 nested components skip intro on initial render - fixes #1460
8 years ago
Rich Harris a9d258b9a5
Merge pull request #1468 from sveltejs/gh-1458
8 years ago
Rich Harris 63cd3d0601 add test, tweak codegen
8 years ago
Kiho 247cfcfc7c Don't set null to switch_instance_changes
8 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes #1458
8 years ago
Rich Harris c28f62a117 quote slot names if necessary - fixes #1461
8 years ago
Rich Harris a75b0b71c5 pass in destroy method
8 years ago
Rich Harris b56e3e22df position nodes absolutely when outroing, if animations are present
8 years ago
Rich Harris 5848cc3204 use unique name for rects
8 years ago
Rich Harris 1b57779eb6 implement js transitions, albeit messily
8 years ago
Rich Harris 98e63b37e9 groundwork for animations (#1431)
8 years ago
Rich Harris c4937d271f fix skipped intros
8 years ago
Rich Harris 042ec54f7f nested component transitions
8 years ago
Rich Harris 3623c4abc9 nested await block outros
8 years ago
Rich Harris 64fa48e699 outroing each blocks
8 years ago
Rich Harris 0a230d1c9d WIP towards nested transitions
8 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris e8a780676d
Abort outro if block is recreated — fixes #1425
8 years ago
Rich Harris e1db82773d
Group outro callbacks — fixes #648
8 years ago
Conduitry b45b264b72 fix handling of shorthand event handler in dynamic components
8 years ago
Rich Harris c7c46dec29
Merge pull request #1422 from sveltejs/each-object-create
8 years ago
Rich Harris 3f906fbfdb
Merge pull request #1424 from sveltejs/single-outrocallback
8 years ago
Rich Harris 2d8d27afb5 simpler code for case where there is only one outro in a block
8 years ago
Rich Harris fabfc78620 fix duplicate events on range input bindings (#1419)
8 years ago
Rich Harris d85b60a09c use Object.create for each block child contexts
8 years ago
Rich Harris a18be79887 simplify handling of html blocks
8 years ago
Rich Harris 103f278cfc update tests
8 years ago
Rich Harris 82c9217e53 do unmount work in destroy method
8 years ago
Rich Harris 47fa476569 remove now-misplaced comment
8 years ago
Rich Harris c355b02b8c support transitions in await blocks - fixes #956
8 years ago
Rich Harris 8d772b163b fix #1417
8 years ago
Rich Harris f6a100863b tidy up
8 years ago
Rich Harris 46c6b4bfe3 handle await block promises in a shared helper
8 years ago
Rich Harris 5afb73ce57 fix #1413
8 years ago
Conduitry aba5929697 mark elements with refs as ineligible for innerhtml (#1407)
8 years ago
Rich Harris eff431965e
Merge pull request #1402 from sveltejs/gh-1397
8 years ago
Rich Harris 3f012bbdb8 create key before testing for the existence of key. doh
8 years ago
Rich Harris 6ddfc19bbc only update component props if they are dynamic - fixes #1394
8 years ago
Rich Harris 7f58701085 evaluate each block key in child scope - fixes #1397
8 years ago
Rich Harris 49a09ef847 only overwrite this in event handlers for custom events - fixes #1390
8 years ago
Rich Harris 541ec6c397 bind to dimensions
8 years ago
Rich Harris f00d08427e Merge branch 'master' into gh-984
8 years ago
Rich Harris 2866b11c7d WIP towards #984
8 years ago
Rich Harris 70034ea997 bind to destructured properties
8 years ago
Rich Harris 506ab3952e destructuring
8 years ago
Rich Harris f5048fcf10 deduplicate each block context generation for keyed blocks
8 years ago
Rich Harris dc0cb60bfc Merge branch 'master' into gh-1287
8 years ago
Rich Harris 61ee380e26 deduplicate each block context generation (#1287)
8 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
8 years ago
Rich Harris bf58a20909
Merge pull request #1376 from sveltejs/gh-1297
8 years ago
Rich Harris 7246997dd5
Merge pull request #1378 from sveltejs/gh-1286
8 years ago
Rich Harris 5fd4965b64 preserve outer context for await blocks - fixes #1251
8 years ago
Rich Harris f0bf1ef8d5 recalculate each block values lazily - fixes #1286
8 years ago
Rich Harris 1fb4041519 overwrite this in custom event handlers - fixes #1297
8 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
8 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
8 years ago