Commit Graph

34 Commits (2703f609a5f0930cf7913dcd26fddf2837169a8d)

Author SHA1 Message Date
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Jacob Wright 67d4d60c3a Fixes keyed each blocks for outro
7 years ago
Jacob Wright 4c2b9603a1 Fix for each-blocks preventing outros from completing
7 years ago
Conduitry 26dfb9afa7
in each-else, use mount/intro according to that branch's contents (#1586)
7 years ago
Rich Harris 7678b36581 separate groupOutros from transitionsManager
7 years ago
Rich Harris 04fc83d791 fix nested outro transitions
7 years ago
Rich Harris ac7f591f60 fix #1497
7 years ago
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
7 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes #1458
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 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 e8a780676d
Abort outro if block is recreated — fixes #1425
8 years ago
Rich Harris e1db82773d
Group outro callbacks — fixes #648
8 years ago
Rich Harris d85b60a09c use Object.create for each block child contexts
8 years ago
Rich Harris 82c9217e53 do unmount work in destroy method
8 years ago
Rich Harris 3f012bbdb8 create key before testing for the existence of key. doh
8 years ago
Rich Harris 7f58701085 evaluate each block key in child scope - fixes #1397
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 f0bf1ef8d5 recalculate each block values lazily - fixes #1286
8 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
8 years ago