Commit Graph

2775 Commits (0f43ad40abea15295eac26f389d6de24ec888fe4)

Author SHA1 Message Date
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block (#4945)
5 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable (#4861)
5 years ago
Antony Jones 0f5fe6552d
use common linting configuration (#4942)
5 years ago
Ben McCann e606a0c878
Use namespaces.svg constant (#4952)
5 years ago
pushkin 0da70f46b9
handle line ending differences in tests (#4915)
5 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> (#4863)
5 years ago
Tan Li Hau 11967804af
fix reactivity when binding to each context (#4878)
5 years ago
Rich Harris 3330c3fbab
only add event listeners when a block is first mounted (#4860)
5 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread (#4894)
5 years ago
Tan Li Hau e34f208843
reselect <select> when the option values change (#4885)
5 years ago
Tan Li Hau 7834ca3c5b
fix slot with context overflow + without let (#4862)
5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
5 years ago
André Lins f7d1bf35a0
A11y rule no-onchange (#4788)
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
Billy Levin a9fd168da3
update for ARIA 1.2 working draft (#4845)
5 years ago
Pat Cavit ef2a886c83
fix: cache value & cancel tween for instant-set (#4847)
5 years ago
Daniel Imfeld 81ade59797
fix check for uninitialized `condition` (#4841)
5 years ago
Daniel Imfeld 40d0ea6702
set .value while setting .__value during spread (#4809)
5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring (#4596)
5 years ago
Conduitry bdabd89f09
fix exception with empty alt attribute (#4778)
5 years ago
Doga Genc ba89c29b98
fix img-reduntant-alt bug (#4771)
5 years ago
Th0rN13 a73be39a80
fix contextual dynamic bind:this in {#each} (#4759)
5 years ago
André Lins 153b128fe2
a11y: implement img-redundant-alt (#4750)
5 years ago
Pat Cavit a08a94ac33
make setting tweened with duration=0 instantly update (#4766)
5 years ago
Conduitry f111cf6881
deconflict `anchor` variable name (#4769)
5 years ago
Billy Levin 3d811311b7
disable loop protection inside generators (#4716)
5 years ago
André Lins 07242f994c
a11y: do not warn about <a name> / <a id> (#4739)
5 years ago
Kalan 56d1af493b
a11y: warn about href="javascript:..." (#4733)
5 years ago
nomnomnomnom cf72b41575
fix misaligned line numbers in sourcemaps (#4738)
5 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable (#4713)
5 years ago
pushkin 3ed11fa29d
add if_block existence check in block.p (#4633)
5 years ago
pushkin 8d8db4e836
ensure if_block dependency is dirty to cancel outro (#4634)
5 years ago
Daniel Imfeld ddfb751fc9
prevent illegal attribute names at compile time (#4650)
5 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs (#4689)
5 years ago
pushkin 51c6aaff0b
fix parent in slot wrapper (#4705)
5 years ago
Tan Li Hau 77ec48deba
add await catch shorthand (#4490)
5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
5 years ago
pushkin 7dcbc5173b
remove unused variable (#4638)
6 years ago
Игорь Фролов 085897c799
feat(internal): Support globalThis in modern environments (#4628)
6 years ago
Tan Li Hau cc1f2c6c9e
remove unneeded fragment block (#4568)
6 years ago
Tan Li Hau a0749f6adb
fix creating debugging comment for HTML comment (#4567)
6 years ago
Tan Li Hau cdc0270ef1
fix deconflicting variable name for slot fallback (#4564)
6 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount (#4493)
6 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
6 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component (#4509)
6 years ago
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary (#4514)
6 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes (#3625)
6 years ago
vlasy e06a900b23
throw compiler error when binding directly to const variables (#4506)
6 years ago