Commit Graph

24 Commits (7c5109401239d6e2e89e033c3b6e90f15f5bbe47)

Author SHA1 Message Date
Rich Harris 48bd025231 fix #1621
7 years ago
Rich Harris e9b588ed51 provide more helpful error if SSR component tries to render non-SSR component
7 years ago
Rich Harris 980ed66c09 dont generate nonsensical code
7 years ago
Rich Harris 87e2241928 null out refs to dynamic components - fixes #1596
7 years ago
Rich Harris 5c6e7e878c
Merge pull request #1555 from fjorgemota/patch-1
7 years ago
Rich Harris 7678b36581 separate groupOutros from transitionsManager
7 years ago
Rich Harris bde21dad87 outro when <svelte:component> switches - #1568
7 years ago
Fernando Jorge Mota 9a0af96c44 Support invalid JS attributes when passing data to components and on binding attributes, too
7 years ago
Fernando Jorge Mota c641ce423a
Quote name of attribute to nested components
7 years ago
Pavel Malyshev 52ece0b5f0 Fix for #1538
7 years ago
Conduitry 755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515)
7 years ago
Rich Harris b57be7664e fix dynamic component bindings (#1489)
7 years ago
Rich Harris 63cd3d0601 add test, tweak codegen
7 years ago
Kiho 247cfcfc7c Don't set null to switch_instance_changes
7 years ago
Rich Harris c28f62a117 quote slot names if necessary - fixes #1461
7 years ago
Rich Harris c4937d271f fix skipped intros
7 years ago
Rich Harris 042ec54f7f nested component transitions
7 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option (#547)
7 years ago
Conduitry b45b264b72 fix handling of shorthand event handler in dynamic components
7 years ago
Rich Harris 82c9217e53 do unmount work in destroy method
7 years ago
Rich Harris 5afb73ce57 fix #1413
7 years ago
Rich Harris 6ddfc19bbc only update component props if they are dynamic - fixes #1394
7 years ago
Rich Harris 70034ea997 bind to destructured properties
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago