Commit Graph

84 Commits (59b7c4400ee9bedf1938a0289abc006ac732a81b)

Author SHA1 Message Date
Tan Li Hau 787ece66a4
fix bind:group with duplicated values (#4877)
5 years ago
Aria Stewart 0dceb2c281
work around Edge issue when removing attributes during hydration (#4911)
5 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> (#4863)
5 years ago
Pat Cavit 40dca5252b
WIP: Don't attempt to unsub if the iframe is destroyed (#4782)
5 years ago
Richard Harris 081f7cd878 dont coerce all falsy values to empty strings
5 years ago
Jeremy Bernier d8fb0bb62c
Fix input with bind:value displaying "undefined"
5 years ago
Daniel Imfeld 40d0ea6702
set .value while setting .__value during spread (#4809)
5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
6 years ago
Conduitry 91e0d1b720 fix removing attributes during hydration (#1733)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
pngwn e4078f14a8 Add aria-hidden to resize listener object. Fixes #3948.
6 years ago
Richard Harris 9d118275d3 add has_prop helper
6 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
6 years ago
Rich Harris 99911c31f5
Merge pull request #3579 from tcrowe/set-attribute-only-if-different
6 years ago
pngwn 57aeddcf85 Prevent element property set from throwing errors for readonly properties. Fixes #3681.
6 years ago
Tony Crowe 552f19b327 check if the attribute value is different before setting it
6 years ago
Richard Harris 3f33d35573 handle special null case when hydrating
6 years ago
Richard Harris 8519003618 only use setAttribute with SVG spread props - fixes #3522
6 years ago
Arpad Borsos fe8ca05865 Introduce a `claim_space` helper
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 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
Richard Harris d9206fb3cc simplify self function, use this instead of el
6 years ago
Samuel Elgozi 7342d484f1 feat: #3372 added a new `self` event modifier
6 years ago
Richard Harris 0c9ed46196 correctly set mount anchor for HTML tags - fixes #2711
6 years ago
Richard Harris 4d0256874e remove unused helpers
6 years ago
Richard Harris 016158b692 more robust handling of html tags - fixes #3285
6 years ago
Dale 1cfaacb02a make resize listener object element unfocusable
6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
6 years ago
Richard Harris 7e3b91e3ee Merge branch 'master' into folder-structure
6 years ago
Richard Harris 5161dfb950 update folder structure - #2790
6 years ago