Commit Graph

31 Commits (b6e51ddc32c2985976937a85876fd199929038f3)

Author SHA1 Message Date
Jacob Wright b6e51ddc32 Change actions to init on mount rather than hydrate
7 years ago
Rich Harris a5967fa118 Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug
7 years ago
Admin 79c023e604 Fixes small issue with Element's booleanAttributes
7 years ago
Admin 7e5f008a78 Adds DebugTag
7 years ago
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow
7 years ago
Conduitry 909536dac9 fix determing whether an attribute should prevent innerHTML optimization
7 years ago
Rich Harris 5ff7cb51dc use template.content in place of template where appropriate - fixes #1571
7 years ago
Rich Harris f3e4f04a54 abort transition on detach - alternative fix for #1561
7 years ago
Conduitry 755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515)
7 years ago
Rich Harris 04ef203787 prevent possibility of conflicts with __file
7 years ago
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
7 years ago
Conduitry 2b3e9a3523 use CSS classes for ref:* selectors (#1230)
7 years ago
Rich Harris b45b2415f2 nested components skip intro on initial render - fixes #1460
7 years ago
Rich Harris a9d258b9a5
Merge pull request #1468 from sveltejs/gh-1458
7 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes #1458
7 years ago
Rich Harris c28f62a117 quote slot names if necessary - fixes #1461
7 years ago
Rich Harris 98e63b37e9 groundwork for animations (#1431)
7 years ago
Rich Harris c4937d271f fix skipped intros
7 years ago
Rich Harris 042ec54f7f nested component transitions
7 years ago
Rich Harris 64fa48e699 outroing each blocks
7 years ago
Rich Harris 0a230d1c9d WIP towards nested transitions
7 years ago
Rich Harris e8a780676d
Abort outro if block is recreated — fixes #1425
7 years ago
Rich Harris e1db82773d
Group outro callbacks — fixes #648
7 years ago
Rich Harris 3f906fbfdb
Merge pull request #1424 from sveltejs/single-outrocallback
7 years ago
Rich Harris 2d8d27afb5 simpler code for case where there is only one outro in a block
7 years ago
Rich Harris fabfc78620 fix duplicate events on range input bindings (#1419)
7 years ago
Rich Harris 82c9217e53 do unmount work in destroy method
7 years ago
Conduitry aba5929697 mark elements with refs as ineligible for innerhtml (#1407)
7 years ago
Rich Harris 541ec6c397 bind to dimensions
7 years ago
Rich Harris 2866b11c7d WIP towards #984
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago