Commit Graph

70 Commits (ab8ca084315afb8239751d193fb6464f0e31fa5b)

Author SHA1 Message Date
Richard Harris ab8ca08431 slots
7 years ago
Richard Harris 1d7dd6a6d3 fix some await block stuff
7 years ago
Richard Harris 7118318224 start implementing bitmask-based change tracking (#1943)
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 ed4f89d7fa Add mount condition for playbackRate and volume
7 years ago
Mattias Buelens 92710f8280 Refactor mount code rendering for bindings
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
Rich Harris 1b454bad4a
Merge pull request #3884 from sveltejs/gh-3882
7 years ago
Richard Harris 11b030b101 neaten up hydration code - fixes #3882
7 years ago
Richard Harris e3b1d467ce revert #3723, add special case for src attributes
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
Richard Harris 8aa98795a1 dont cache attribute values (ref #3579)
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 fafb39093c
Merge pull request #3534 from btk5h/gh-3455
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
Bryan Terce 63f69390fd
Remove redundant store check
7 years ago
Bryan Terce 0a4caeb7e9
Add store data to bindings
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 02e48ab4f0 alternative fix for #3495
7 years ago
Rich Harris b567eb2677
Merge pull request #3435 from sveltejs/gh-1834
7 years ago
Almaz 012ed466d7 Fixed unnecessarily style properties update
7 years ago
Richard Harris 157db0c814 lint
7 years ago
Richard Harris fa222e785a Merge branch 'master' into gh-1834
7 years ago
Richard Harris 97f3d56e0c handle important declarations in inline styles - fixes #1834
7 years ago
Rich Harris 63a7a37bb7
Merge pull request #3432 from sveltejs/gh-1830
7 years ago
Richard Harris d720f0bb00 bail out of style tag optimisation when appropriate - fixes #1830
7 years ago
Rich Harris dcd927630e dont set undefined input value - fixes #1233
7 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes #3182
7 years ago
Conduitry 64094f631f set data- attributes like regular attributes (#3337)
7 years ago