Commit Graph

106 Commits (0342fb2c68110d02d59c29a49b14afa04eaf9ce4)

Author SHA1 Message Date
Rich Harris 9964a77565 stringify values before setting text data - fixes #1598
7 years ago
Rich Harris 45c52c5eb2 remove console log
7 years ago
Rich Harris 630bc5cbb9 sanitize spread attributes and disallow invalid attribute names
7 years ago
ekhaled 295675d7f1 closes #1589
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
Conduitry de1edddf0e tidying
7 years ago
Conduitry 26dfb9afa7
in each-else, use mount/intro according to that branch's contents (#1586)
7 years ago
Conduitry a2368cde46 unique name for select_block_type in IfBlock#buildCompoundWithOutros
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 faa07e8d57
Merge pull request #1572 from sveltejs/gh-1561
7 years ago
Rich Harris 5c6e7e878c
Merge pull request #1555 from fjorgemota/patch-1
7 years ago
Rich Harris f3e4f04a54 abort transition on detach - alternative fix for #1561
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
Rich Harris ce575e1065
Revert "Fix for #1553"
7 years ago
Pavel Malyshev f1fc81a49f Fix for #1553
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
Rich Harris 3b928b36a9 fix the bugs
7 years ago
Rich Harris 1cd55d1f2b avoid double intro
7 years ago
Conduitry 755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515)
7 years ago
Rich Harris 5375af53f1
Merge pull request #1501 from sveltejs/gh-1499
7 years ago
Rich Harris 04ef203787 prevent possibility of conflicts with __file
7 years ago
Rich Harris 2537864293
Merge pull request #1503 from sveltejs/gh-1502
7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
7 years ago
Conduitry cf2be1be63 fix bind:online in dev mode (#1502)
7 years ago
Rich Harris 63a712ccd9 add location info to nodes - fixes #1499
7 years ago
Rich Harris c5544b7faf
Merge pull request #1498 from sveltejs/gh-1497
7 years ago
Rich Harris 04fc83d791 fix nested outro transitions
7 years ago
Rich Harris 29ec07eefe
Merge pull request #1494 from sveltejs/gh-1230
7 years ago
Rich Harris ac7f591f60 fix #1497
7 years ago
Conduitry 2b3e9a3523 use CSS classes for ref:* selectors (#1230)
7 years ago
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
7 years ago
Rich Harris b57be7664e fix dynamic component bindings (#1489)
7 years ago
Rich Harris 8b20837e2a
Merge pull request #1479 from sveltejs/gh-1470
7 years ago
Rich Harris f97601ff1d always create outro method for top-level block - fixes #1470
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 63cd3d0601 add test, tweak codegen
7 years ago
Kiho 247cfcfc7c Don't set null to switch_instance_changes
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 a75b0b71c5 pass in destroy method
7 years ago
Rich Harris b56e3e22df position nodes absolutely when outroing, if animations are present
7 years ago
Rich Harris 5848cc3204 use unique name for rects
7 years ago
Rich Harris 1b57779eb6 implement js transitions, albeit messily
7 years ago