Commit Graph

76 Commits (63a712ccd9e43078697a4f5ffb814f76ab288eef)

Author SHA1 Message Date
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
8 years ago
Rich Harris c5544b7faf
Merge pull request #1498 from sveltejs/gh-1497
8 years ago
Rich Harris 04fc83d791 fix nested outro transitions
8 years ago
Rich Harris 29ec07eefe
Merge pull request #1494 from sveltejs/gh-1230
8 years ago
Rich Harris ac7f591f60 fix #1497
8 years ago
Conduitry 2b3e9a3523 use CSS classes for ref:* selectors (#1230)
8 years ago
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 8b20837e2a
Merge pull request #1479 from sveltejs/gh-1470
8 years ago
Rich Harris f97601ff1d always create outro method for top-level block - fixes #1470
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 6aa254ab0b add missing Block property
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