Commit Graph

106 Commits (f39d026137039a39fc48055f7d65c78ed46d45df)

Author SHA1 Message Date
Jacob Wright f39d026137 Change actions to init on mount rather than hydrate
8 years ago
Rich Harris 961f9c2f54 add sourcemaps to debug tags
8 years ago
Rich Harris 165343056f only add debugger statements in dev mode
8 years ago
Rich Harris 9d3ed61516 handle single identifiers in {@debug} tags
8 years ago
Rich Harris c2294ffa0f Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug
8 years ago
Admin 868eb7b0af Adds tests for valid and invalid debug tag usage.
8 years ago
Admin 9f3d64dd25 Changes {@debug _ } to {@debug}
8 years ago
Rich Harris 4b293ed6db Merge pull request #1637 from sveltejs/list-whitespace
8 years ago
Admin 7a0577206c Fixes small issue with Element's booleanAttributes
8 years ago
Admin cadaca24c7 Adds debug all option to debug tag
8 years ago
Admin 9de67ce320 Adds DebugTag
8 years ago
Rich Harris 65112181e7 preserve whitespace inside lists
8 years ago
Rich Harris 6df0aa7a18 replace appendNode(node, parent) with append(parent, node) - easier to follow
8 years ago
Rich Harris 011a6a207c use props when passing data to custom elements (#875)
8 years ago
Rich Harris 34df2de822 fix #1621
8 years ago
Rich Harris 45b3b4132a stringify values before setting text data - fixes #1598
8 years ago
ekhaled 8380b6f9f9 closes #1589
8 years ago
Rich Harris 42579d4d64 provide more helpful error if SSR component tries to render non-SSR component
8 years ago
Rich Harris 661bbe2c24 dont generate nonsensical code
8 years ago
Rich Harris 86c2e847b2 null out refs to dynamic components - fixes #1596
8 years ago
Conduitry fe1908ee84 tidying
8 years ago
Conduitry cd5ebd2a3c in each-else, use mount/intro according to that branch's contents (#1586)
8 years ago
Conduitry 3f334171ce unique name for select_block_type in IfBlock#buildCompoundWithOutros
8 years ago
Conduitry 8e95c29a77 fix determing whether an attribute should prevent innerHTML optimization
8 years ago
Rich Harris 61266fb225 use template.content in place of template where appropriate - fixes #1571
8 years ago
Rich Harris f70073720a Merge pull request #1572 from sveltejs/gh-1561
8 years ago
Rich Harris e19bddb8be Merge pull request #1555 from fjorgemota/patch-1
8 years ago
Rich Harris dddad36b77 abort transition on detach - alternative fix for #1561
8 years ago
Rich Harris 877e408781 separate groupOutros from transitionsManager
8 years ago
Rich Harris d6b4ab1770 outro when <svelte:component> switches - #1568
8 years ago
Fernando Jorge Mota a27160c5fa Support invalid JS attributes when passing data to components and on binding attributes, too
8 years ago
Rich Harris 152dd63f8f Revert "Fix for #1553"
8 years ago
Pavel Malyshev a777312c8d Fix for #1553
8 years ago
Fernando Jorge Mota cd59ed6184 Quote name of attribute to nested components
8 years ago
Pavel Malyshev c3835c08d3 Fix for #1538
8 years ago
Rich Harris 82cc81b183 fix the bugs
8 years ago
Conduitry 95377be635 fix spread when an attribute or prop has multiple dependencies (#1515)
8 years ago
Rich Harris 6e21fa87f6 Merge pull request #1501 from sveltejs/gh-1499
8 years ago
Rich Harris 1b6cef0873 prevent possibility of conflicts with __file
8 years ago
Rich Harris 19d257f630 Merge pull request #1503 from sveltejs/gh-1502
8 years ago
Conduitry 141f4a052b update some stray references to v1 syntax
8 years ago
Conduitry 4af6c63f49 fix bind:online in dev mode (#1502)
8 years ago
Rich Harris ad27d5471e add location info to nodes - fixes #1499
8 years ago
Rich Harris 327c38fd5f Merge pull request #1498 from sveltejs/gh-1497
8 years ago
Rich Harris 9398528525 fix nested outro transitions
8 years ago
Rich Harris ba9fc59da5 Merge pull request #1494 from sveltejs/gh-1230
8 years ago
Rich Harris 50f10fabc2 fix #1497
8 years ago
Conduitry fccbcc74ae use CSS classes for ref:* selectors (#1230)
8 years ago
Rich Harris 4c8e0922a9 separate hasOutros from hasOutroMethod - fixes #1492
8 years ago
Rich Harris b444c96c38 fix dynamic component bindings (#1489)
8 years ago