Commit Graph

53 Commits (402106330530965ff5a1a5f05fc6529403486328)

Author SHA1 Message Date
Tan Li Hau 4021063305
spread condition for input element () 5 years ago
Tan Li Hau 55c809624d
fix collapsing HTML with static content () 5 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable () 5 years ago
Ben McCann e606a0c878
Use namespaces.svg constant () 5 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread () 5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> () 5 years ago
Conduitry f111cf6881
deconflict `anchor` variable name () 5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode () 5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads () 5 years ago
Conduitry d78f32ee5a
fix arrow function precedence () 5 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too () 5 years ago
Colin Casey abe88f3b3a FIX : apply bindings and event handlers in order 5 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking () 5 years ago
Mattias Buelens f2f87d126c Add bindings for HTMLVideoElement.videoHeight and videoWidth 5 years ago
Mattias Buelens 79d3763e92 Rename internal resize event for dimension bindings 5 years ago
Rich Harris 004faf67f4
Merge pull request from MattiasBuelens/more-media-bindings 5 years ago
Tan Li Hau 8237db4422 fix text content escape html () 5 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended 5 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking 5 years ago
PaulMaly 3b148b6635
User `let` instead `var` for loop index 5 years ago
Rich Harris 5c08465cfa
Merge pull request from AlbertLucianto/fix/bind-value-fails-range-max 5 years ago
Richard Harris 11b030b101 neaten up hydration code - fixes 5 years ago
AlbertLucianto 149929b92d reorder add attributes to fix value validation 5 years ago
Tan Li Hau b22abc7936 fix undefined class with scoped-css 5 years ago
Tan Li Hau 105919e7ba feat dynamic event handler 5 years ago
Tan Li Hau 6d8fc8646f escape html quotes 5 years ago
Tan Li Hau 2b2f40d32a use textContent instead of innerHtml, preventing XSS 6 years ago
Tan Li Hau 464868bb6c feat: allow innerHtml if no dynamic dependencies 6 years ago
Conduitry 85692cbd5a
fix handling of style scoping and `class:` with spread scopes () 6 years ago
Conduitry 0419039d26
Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating () 6 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes () 6 years ago
Tan Li Hau e14197d944 remove component locator 6 years ago
Tan Li Hau 982a1937db fix binding shadow the array in each block () 6 years ago
Rich Harris b9f14846b0
Structured code generation () 6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools 6 years ago
Rich Harris 1a9f6b4a09
Merge pull request from sveltejs/gh-3524 6 years ago
Rich Harris b6905f8fa3
Merge pull request from sveltejs/gh-3526 6 years ago
Richard Harris 4ad36406bc doh 6 years ago
Richard Harris 8519003618 only use setAttribute with SVG spread props - fixes 6 years ago
Richard Harris 63ae77112c robustify bind:currentTime - fixes 6 years ago
Richard Harris 84ab1b1b8b only update attributes with dynamic dependencies - fixes 6 years ago
Richard Harris 157db0c814 lint 6 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes 6 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283 6 years ago
Richard Harris 886961b927 remove unused code 6 years ago
Conduitry 2328d5e6e8 use `change` event for `bind:files` () 6 years ago
Umang Galaiya 59ea5654a7 [Element][DOM] Set class dependencies before returning 6 years ago
Timothy Johnson 0e1cb29c1e Events for Blocks and Components 6 years ago
Rich Harris 6af23ba88c
Fix contextual bind:this () 6 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes 6 years ago