Commit Graph

39 Commits (bda2310bcff08a654184215364d60a29fc536838)

Author SHA1 Message Date
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Jacob Wright 51a3972ad5 Fixes shorthand class directives which do not have classes
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Yury Zhuravlev d7bd924bbd Fix binding input with event in each and add test case.
7 years ago
Jacob Wright fb734a349e Use existing property quoting function
7 years ago
Jacob Wright 22f4b3d4cb Remove camel-casing, but account for dashed parameters still.
7 years ago
Jacob Wright 4ec85bb8cc Adds class directive shortcut
7 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
7 years ago
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
8 years ago
Rich Harris a9d258b9a5
Merge pull request #1468 from sveltejs/gh-1458
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 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 64fa48e699 outroing each blocks
8 years ago
Rich Harris 0a230d1c9d WIP towards nested transitions
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 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 82c9217e53 do unmount work in destroy method
8 years ago
Conduitry aba5929697 mark elements with refs as ineligible for innerhtml (#1407)
8 years ago
Rich Harris 541ec6c397 bind to dimensions
8 years ago
Rich Harris 2866b11c7d WIP towards #984
8 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
8 years ago