Commit Graph

1052 Commits (b32bcccee49086b39c97af9f7d6516ead08e1ce0)

Author SHA1 Message Date
Tan Li Hau 787ece66a4
fix bind:group with duplicated values () 5 years ago
Tan Li Hau 0f43ad40ab
fix reactivity with assigning item in each block () 5 years ago
Tan Li Hau bf6c74fb17
fix binding for each block local variable () 5 years ago
James Hegedus 8fc85f0ef6
fix: dirname of test for select spread () 5 years ago
pushkin 0da70f46b9
handle line ending differences in tests () 5 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> () 5 years ago
Tan Li Hau 11967804af
fix reactivity when binding to each context () 5 years ago
Rich Harris 3330c3fbab
only add event listeners when a block is first mounted () 5 years ago
Tan Li Hau 24ef4e1181
set select multiple value with spread () 5 years ago
Tan Li Hau e34f208843
reselect <select> when the option values change () 5 years ago
Tan Li Hau 7834ca3c5b
fix slot with context overflow + without let () 5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> () 5 years ago
Richard Harris 6397588e50 add test for and similar situations 5 years ago
Daniel Imfeld 81ade59797
fix check for uninitialized `condition` () 5 years ago
Daniel Imfeld 40d0ea6702
set .value while setting .__value during spread () 5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring () 5 years ago
Th0rN13 a73be39a80
fix contextual dynamic bind:this in {#each} () 5 years ago
Conduitry f111cf6881
deconflict `anchor` variable name () 5 years ago
Daniel Imfeld a658fedb83
docs/tests: use event.key instead of event.which () 5 years ago
Billy Levin 3d811311b7
disable loop protection inside generators () 5 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable () 5 years ago
pushkin 8d8db4e836
ensure if_block dependency is dirty to cancel outro () 5 years ago
Tan Li Hau 2bf8fc7e6b
fix slot fallback update parent () 5 years ago
pushkin 7ac3e6021a
use value check instead of guard for number inputs () 5 years ago
pushkin 51c6aaff0b
fix parent in slot wrapper () 5 years ago
Tan Li Hau 77ec48deba
add await catch shorthand () 5 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode () 5 years ago
Tan Li Hau a0749f6adb
fix creating debugging comment for HTML comment () 5 years ago
Tan Li Hau cdc0270ef1
fix deconflicting variable name for slot fallback () 5 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount () 5 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await () 5 years ago
Tan Li Hau 5bb5ba4c76
complain if named slots other than direct descendant of component () 5 years ago
Tan Li Hau 82dce0c8fc
do not initialise slot fallback fragment unless necessary () 5 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes () 5 years ago
Tan Li Hau 404ed3dbfe
fix else-block update in keyed each-block () 5 years ago
Tan Li Hau a66437b3c1
allow <svelte:self> to be part of a slot () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
Conduitry a8291227ce
fit bitmask overflow initial dirty value in 'if' blocks () 5 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names () 5 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace () 5 years ago
Tan Li Hau d802c3b266
in spread, distinguish never-updating and always-updating props () 5 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props () 5 years ago
Tan Li Hau 8feb85a61f
fix bitmask overflow for slot () 5 years ago
Conduitry 3bfa0e5cd6
deconflict `value` parameter in contextual bindings () 5 years ago
Conduitry 138213ca3c
fix dev mode each block validation when using strings () 5 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument () 5 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks () 5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads () 5 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores () 5 years ago
Conduitry 0625fc218b
fix invalidation in ++foo.bar () 5 years ago