Commit Graph

42 Commits (b94d7adfece8d9d630707928edcd1d8a4dba854f)

Author SHA1 Message Date
Rich Harris b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow 7 years ago
Rich Harris 9964a77565 stringify values before setting text data - fixes 7 years ago
ekhaled 259f77d015 closes 7 years ago
Rich Harris 82c9217e53 do unmount work in destroy method 7 years ago
Rich Harris 7e8329379c allow destruction of components with bind:offsetWidth etc 7 years ago
Rich Harris 541ec6c397 bind to dimensions 7 years ago
Rich Harris 2866b11c7d WIP towards 7 years ago
Rich-Harris 7c47cc19f7 handle boolean attributes 7 years ago
Rich-Harris 40cf29b2b7 basic attribute spreading on elements 7 years ago
mrkishi b5102f4f1b Add spread -- rough idea 7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes 7 years ago
Rich Harris 2b2a1b40ce use short method names 8 years ago
Rich Harris c8f094cf80 remove unused destroyEach and destroy arguments 8 years ago
P 072f541855 Change let -> var, solves 8 years ago
Rich Harris d75ab8544e remove requestAnimationFrame stuff, convert time ranges to {start, end} objects 8 years ago
Rich Harris 186b770ef4 use helper for setting styles 8 years ago
Rich Harris d1a6f9c11e only use comments around <slot> as necessary 8 years ago
Rich Harris 6499d4714d only use noscript if necessary 8 years ago
Rich Harris 143d0ea753 dont actually render <slot> elements 8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/> 8 years ago
Rich Harris f7b829820f add legacy option, use it for setInputType () 8 years ago
Rich Harris d10ddc0c51 fix most non-hydration tests 8 years ago
Rich Harris dc29b2d466 fix component hydration 8 years ago
Rich Harris 0bbd917442 more hydration 8 years ago
Rich Harris 14fe89eae8 hydration working with elements, text nodes, tags and if blocks 8 years ago
Rich Harris dceb2b533b first, very incorrect stab at hydration 8 years ago
Rich Harris b7ea045a04 rename addEventListener and removeEventListener () 8 years ago
Rich Harris 84595fb381 run prettier on src, update tests 8 years ago
Rich Harris 3b70920991 merge master -> gh-592 8 years ago
Rich Harris 6ae01b6682 coerce empty string in number/range inputs to undefined - closes 8 years ago
Rich Harris 8a57ae8b54 tidy up 8 years ago
Rich-Harris b0a31dda15 reintro unkeyed each block iterations as necessary 8 years ago
Rich-Harris d8cec7f414 style consistency 8 years ago
Rich Harris 1e2c8593f2 hoist some event handlers, rewrite non-hoisted ones to avoid binding 8 years ago
Rich Harris 3006a245af more consistent naming 8 years ago
Rich Harris 7b057e4fc2 implement bind:group for checkbox inputs () 8 years ago
Rich Harris 23296996ce Merge pull request from sveltejs/gh-264 8 years ago
Rich Harris fa70530261 handle xlink attributes 8 years ago
Conduitry cdb4a3568d use empty comments as anchors 8 years ago
Arpad Borsos 01cc3564be
Move EachBlock and RawMustache detach code into shared 8 years ago
Conduitry 7340b7fcdb make addEventListener, removeEventListener, setAttribute shared 8 years ago
Rich-Harris 9d37ae4f4b move methods out of constructor 8 years ago