Commit Graph

115 Commits (ce550adef65a7e04c381b11c24f07a2ae1c25783)

Author SHA1 Message Date
Rich Harris 004faf67f4
Merge pull request #3650 from MattiasBuelens/more-media-bindings
6 years ago
Tan Li Hau 8237db4422 fix text content escape html (#3916)
6 years ago
Mattias Buelens ed4f89d7fa Add mount condition for playbackRate and volume
6 years ago
Mattias Buelens 92710f8280 Refactor mount code rendering for bindings
6 years ago
Mattias Buelens 39c009499e Add binding for HTMLMediaElement.ended
6 years ago
Mattias Buelens 5658d94545 Add binding for HTMLMediaElement.seeking
6 years ago
PaulMaly 3b148b6635
User `let` instead `var` for loop index
6 years ago
Rich Harris 5c08465cfa
Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
6 years ago
Rich Harris 1b454bad4a
Merge pull request #3884 from sveltejs/gh-3882
6 years ago
Richard Harris 11b030b101 neaten up hydration code - fixes #3882
6 years ago
Richard Harris e3b1d467ce revert #3723, add special case for src attributes
6 years ago
AlbertLucianto 149929b92d reorder add attributes to fix value validation
6 years ago
Tan Li Hau b22abc7936 fix undefined class with scoped-css
6 years ago
Tan Li Hau 105919e7ba feat dynamic event handler
6 years ago
Tan Li Hau 6d8fc8646f escape html quotes
6 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 (#3792)
6 years ago
Conduitry 0419039d26
Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
6 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
6 years ago
Tan Li Hau e14197d944 remove component locator
6 years ago
Richard Harris 8aa98795a1 dont cache attribute values (ref #3579)
6 years ago
Tan Li Hau 982a1937db fix binding shadow the array in each block (#1565)
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools
6 years ago
Rich Harris fafb39093c
Merge pull request #3534 from btk5h/gh-3455
6 years ago
Rich Harris 1a9f6b4a09
Merge pull request #3530 from sveltejs/gh-3524
6 years ago
Rich Harris b6905f8fa3
Merge pull request #3529 from sveltejs/gh-3526
6 years ago
Bryan Terce 63f69390fd
Remove redundant store check
6 years ago
Bryan Terce 0a4caeb7e9
Add store data to bindings
6 years ago
Richard Harris 4ad36406bc doh
6 years ago
Richard Harris 8519003618 only use setAttribute with SVG spread props - fixes #3522
6 years ago
Richard Harris 63ae77112c robustify bind:currentTime - fixes #3524
6 years ago
Richard Harris 84ab1b1b8b only update attributes with dynamic dependencies - fixes #3526
6 years ago
Richard Harris 02e48ab4f0 alternative fix for #3495
6 years ago
Rich Harris b567eb2677
Merge pull request #3435 from sveltejs/gh-1834
6 years ago
Almaz 012ed466d7 Fixed unnecessarily style properties update
6 years ago
Richard Harris 157db0c814 lint
6 years ago
Richard Harris fa222e785a Merge branch 'master' into gh-1834
6 years ago
Richard Harris 97f3d56e0c handle important declarations in inline styles - fixes #1834
6 years ago
Rich Harris 63a7a37bb7
Merge pull request #3432 from sveltejs/gh-1830
6 years ago
Richard Harris d720f0bb00 bail out of style tag optimisation when appropriate - fixes #1830
6 years ago
Rich Harris dcd927630e dont set undefined input value - fixes #1233
6 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes #3182
6 years ago
Conduitry 64094f631f set data- attributes like regular attributes (#3337)
6 years ago
Richard Harris a03566e4f9 prevent commas in attributes - fixes #3341
6 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283
6 years ago
Richard Harris 886961b927 remove unused code
6 years ago
Richard Harris 6d962c5d95 make code style more consistent
6 years ago
bre30kra69cs 42717e893b ref spaces
6 years ago
bre30kra69cs ccf2ad819a optimize class name runtime calc & add tests & ref
6 years ago
bre30kra69cs 9b5bbb556d fix Literally undefined class #3283
6 years ago
Conduitry 2328d5e6e8 use `change` event for `bind:files` (#3226)
6 years ago
Umang Galaiya 59ea5654a7 [Element][DOM] Set class dependencies before returning
6 years ago
Richard Harris a56c6990ad lint
6 years ago
Tibi Craciun bec64427a5 fixed #3199
6 years ago
Richard Harris 7703140793 -> v3.6.5
6 years ago
Richard Harris 8f959559d5 -> v3.6.5
6 years ago
Timothy Johnson 8e163e27ef Events for dom properties
6 years ago
Timothy Johnson 0e1cb29c1e Events for Blocks and Components
6 years ago
Rich Harris 6af23ba88c
Fix contextual bind:this (#2806)
6 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes #3027
6 years ago
43081j 5d638d32ba fix existing lint errors
6 years ago
Rich Harris 324be53a70 merge master -> snake_case
6 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago