Commit Graph

57 Commits (3a84b2e1ba6be5edc2ec4ac865addb367d7903db)

Author SHA1 Message Date
Tan Li Hau 3a84b2e1ba maintain context for transition (#5392)
6 years ago
Tan Li Hau 999f8a0a72 valid XHTML syntax in innerHTML for static elements (#5317)
6 years ago
Tan Li Hau 8295ec3dfe handle undefined input value with spread (#5291)
6 years ago
Antony Jones 710237d548 Fix lint warnings (#5263)
6 years ago
Tan Li Hau 655ad6c3ab spread condition for input element (#5004)
6 years ago
Tan Li Hau b4fb50d8da fix collapsing HTML with static content (#5059)
6 years ago
Tan Li Hau 1e1939dd82 fix binding for each block local variable (#4861)
6 years ago
Ben McCann ebad857fc4 Use namespaces.svg constant (#4952)
6 years ago
Tan Li Hau 92689d7a6c set select multiple value with spread (#4894)
6 years ago
Robert Hall f083a1bb0a Property "muted" for <audio> and <video> (#4690)
6 years ago
Conduitry 938869e03f deconflict `anchor` variable name (#4769)
6 years ago
Maurício Kishi fab8f2d5ff support dimension bindings in cross-origin mode (#2989)
6 years ago
Conduitry d41d4d50ab fix indirect bindings on elements with spreads (#4398)
7 years ago
Conduitry cbfed9614b fix arrow function precedence (#4385)
7 years ago
Tan Li Hau 3c57b36b29 feat order attributes + actions too (#4156)
7 years ago
Colin Casey 6dcf4d91f8 FIX #2446: apply bindings and event handlers in order
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
Mattias Buelens 28b1304d20 Add bindings for HTMLVideoElement.videoHeight and videoWidth
7 years ago
Mattias Buelens c16e1d7f52 Rename internal resize event for dimension bindings
7 years ago
Rich Harris 772e81ab39 Merge pull request #3650 from MattiasBuelens/more-media-bindings
7 years ago
Tan Li Hau 3f8dc7104a fix text content escape html (#3916)
7 years ago
Mattias Buelens c228807c64 Add binding for HTMLMediaElement.ended
7 years ago
Mattias Buelens 8b09833611 Add binding for HTMLMediaElement.seeking
7 years ago
PaulMaly 1d407228d9 User `let` instead `var` for loop index
7 years ago
Rich Harris df742e37ca Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
7 years ago
Richard Harris 1b4ee64f09 neaten up hydration code - fixes #3882
7 years ago
AlbertLucianto efcab56fbd reorder add attributes to fix value validation
7 years ago
Tan Li Hau d56ae38bd9 fix undefined class with scoped-css
7 years ago
Tan Li Hau 9600a41214 feat dynamic event handler
7 years ago
Tan Li Hau 7643873a8d escape html quotes
7 years ago
Tan Li Hau 948527a609 use textContent instead of innerHtml, preventing XSS
7 years ago
Tan Li Hau c5c5822f9a feat: allow innerHtml if no dynamic dependencies
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Conduitry 42427e86b1 Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
7 years ago
Conduitry 8741a65c16 Fix boolean attributes in presence of spread attributes (#3775)
7 years ago
Tan Li Hau 56c439e57d remove component locator
7 years ago
Tan Li Hau ba1660ad5a fix binding shadow the array in each block (#1565)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Rich Harris c6b18c412f Merge pull request #3530 from sveltejs/gh-3524
7 years ago
Rich Harris 1154afda52 Merge pull request #3529 from sveltejs/gh-3526
7 years ago
Richard Harris d02ed7e130 doh
7 years ago
Richard Harris e264dd54b2 only use setAttribute with SVG spread props - fixes #3522
7 years ago
Richard Harris 7b7db17b2e robustify bind:currentTime - fixes #3524
7 years ago
Richard Harris 35cba45c0c only update attributes with dynamic dependencies - fixes #3526
7 years ago
Richard Harris 003f59db23 lint
7 years ago
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Richard Harris cbddd2f961 remove unused code
7 years ago
Conduitry 624d145a82 use `change` event for `bind:files` (#3226)
7 years ago