Commit Graph

46 Commits (12a2f70b59f8260cfab433e8538cada5431ed752)

Author SHA1 Message Date
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
6 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
7 years ago
Conduitry d78f32ee5a
fix arrow function precedence (#4385)
7 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
7 years ago
Colin Casey abe88f3b3a FIX #2446: apply bindings and event handlers in order
7 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
7 years ago
Mattias Buelens f2f87d126c Add bindings for HTMLVideoElement.videoHeight and videoWidth
7 years ago
Mattias Buelens 79d3763e92 Rename internal resize event for dimension bindings
7 years ago
Rich Harris 004faf67f4
Merge pull request #3650 from MattiasBuelens/more-media-bindings
7 years ago
Tan Li Hau 8237db4422 fix text content escape html (#3916)
7 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended
7 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking
7 years ago
PaulMaly 3b148b6635
User `let` instead `var` for loop index
7 years ago
Rich Harris 5c08465cfa
Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
7 years ago
Richard Harris 11b030b101 neaten up hydration code - fixes #3882
7 years ago
AlbertLucianto 149929b92d reorder add attributes to fix value validation
7 years ago
Tan Li Hau b22abc7936 fix undefined class with scoped-css
7 years ago
Tan Li Hau 105919e7ba feat dynamic event handler
7 years ago
Tan Li Hau 6d8fc8646f escape html quotes
7 years ago
Tan Li Hau 2b2f40d32a use textContent instead of innerHtml, preventing XSS
7 years ago
Tan Li Hau 464868bb6c feat: allow innerHtml if no dynamic dependencies
7 years ago
Conduitry 85692cbd5a
fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Conduitry 0419039d26
Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
7 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
7 years ago
Tan Li Hau e14197d944 remove component locator
7 years ago
Tan Li Hau 982a1937db fix binding shadow the array in each block (#1565)
7 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
7 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools
7 years ago
Rich Harris 1a9f6b4a09
Merge pull request #3530 from sveltejs/gh-3524
7 years ago
Rich Harris b6905f8fa3
Merge pull request #3529 from sveltejs/gh-3526
7 years ago
Richard Harris 4ad36406bc doh
7 years ago
Richard Harris 8519003618 only use setAttribute with SVG spread props - fixes #3522
7 years ago
Richard Harris 63ae77112c robustify bind:currentTime - fixes #3524
7 years ago
Richard Harris 84ab1b1b8b only update attributes with dynamic dependencies - fixes #3526
7 years ago
Richard Harris 157db0c814 lint
7 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes #3182
7 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283
7 years ago
Richard Harris 886961b927 remove unused code
7 years ago
Conduitry 2328d5e6e8 use `change` event for `bind:files` (#3226)
7 years ago
Umang Galaiya 59ea5654a7 [Element][DOM] Set class dependencies before returning
7 years ago
Timothy Johnson 0e1cb29c1e Events for Blocks and Components
7 years ago
Rich Harris 6af23ba88c
Fix contextual bind:this (#2806)
7 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes #3027
7 years ago
43081j 5d638d32ba fix existing lint errors
7 years ago
Rich Harris 324be53a70 merge master -> snake_case
7 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
7 years ago