Commit Graph

108 Commits (f001107711d072892133a3c4964b7eced900d9ca)

Author SHA1 Message Date
Alfred Ringstad f001107711 Implement svelte:element for dynamically setting HTML DOM type
5 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
6 years ago
J Delaney 4f05cc3e3c
don't create class update functions when dependencies aren't reactive (#5926)
6 years ago
Ben McCann 37b1a20c17
Add spaces next to infix operators (#5902)
6 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
6 years ago
Tan Li Hau 63669330f6
maintain context for keyed each (#5840)
6 years ago
Tan Li Hau 662d9b44e6
fix checkbox bind:group when index depends on another context (#5835)
6 years ago
Tan Li Hau 9331398299
support spread into slot props (#5616)
6 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement (#5647)
6 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes (#5585)
6 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 (#5541)
6 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
6 years ago
Tan Li Hau 8056829a91
allow <slot> to be part of a slot (#4295)
6 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier (#5442)
6 years ago
Tan Li Hau 338cf877bc
maintain context for transition (#5392)
6 years ago
Tan Li Hau 8a28d1bb38
valid XHTML syntax in innerHTML for static elements (#5317)
6 years ago
Tan Li Hau c752ed3527
handle undefined input value with spread (#5291)
6 years ago
Antony Jones 82dc26a31c
Fix lint warnings (#5263)
6 years ago
Tan Li Hau 4021063305
spread condition for input element (#5004)
6 years ago
Tan Li Hau 55c809624d
fix collapsing HTML with static content (#5059)
6 years ago
Tan Li Hau 6289dfcdcd
fix <select> one-way bind when options change (#5054)
6 years ago
Tan Li Hau 38de3b2e9f
fix bind:group in each (#4868)
6 years ago
Tan Li Hau 787ece66a4
fix bind:group with duplicated values (#4877)
6 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable (#4861)
6 years ago
Ben McCann e606a0c878
Use namespaces.svg constant (#4952)
6 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread (#4894)
6 years ago
Tan Li Hau e34f208843
reselect <select> when the option values change (#4885)
6 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
6 years ago
Conduitry f111cf6881
deconflict `anchor` variable name (#4769)
6 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs (#4689)
6 years ago
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
Conduitry b39282a918
apply event modifiers to <svelte:body> events (#4279)
7 years ago
Tan Li Hau 7fb35dd0dc fix safari input jumping
7 years ago
David Kondrad 8a596936d2 dynamic events: validate handler before executing (#4105)
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
das 2b0762f930 Tidy up (#4005)
7 years ago
Timothy Johnson ce0a169689 Fix listen_dev argument 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 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