Commit Graph

2773 Commits (c99b277dbaa24dc21096c06290733aba91fabfae)

Author SHA1 Message Date
Antony Jones c99b277dba use common linting configuration (#4942)
6 years ago
Ben McCann ebad857fc4 Use namespaces.svg constant (#4952)
6 years ago
pushkin 75764955b1 handle line ending differences in tests (#4915)
6 years ago
Rich Harris 4ebb4a5395 fix `{@html}` assuming it lives inside a <div> (#4863)
6 years ago
Tan Li Hau fadb58f093 fix reactivity when binding to each context (#4878)
6 years ago
Rich Harris 3fc04c63f9 only add event listeners when a block is first mounted (#4860)
6 years ago
Tan Li Hau 92689d7a6c set select multiple value with spread (#4894)
6 years ago
Tan Li Hau f898769386 reselect <select> when the option values change (#4885)
6 years ago
Tan Li Hau 0a37211793 fix slot with context overflow + without let (#4862)
6 years ago
Robert Hall f083a1bb0a Property "muted" for <audio> and <video> (#4690)
6 years ago
André Lins 4486480150 A11y rule no-onchange (#4788)
6 years ago
Pat Cavit 347eaffd4a WIP: Don't attempt to unsub if the iframe is destroyed (#4782)
6 years ago
Richard Harris d5b58bb394 dont coerce all falsy values to empty strings
6 years ago
Jeremy Bernier 6a0224cece Fix input with bind:value displaying "undefined"
6 years ago
Billy Levin 060ea4c493 update for ARIA 1.2 working draft (#4845)
6 years ago
Pat Cavit 8771d17d24 fix: cache value & cancel tween for instant-set (#4847)
6 years ago
Daniel Imfeld ada0d15eec fix check for uninitialized `condition` (#4841)
6 years ago
Daniel Imfeld c2e22229f9 set .value while setting .__value during spread (#4809)
6 years ago
Tan Li Hau 4597d72460 dry {#each}/{#await} destructuring (#4596)
6 years ago
Conduitry f5f1903826 fix exception with empty alt attribute (#4778)
6 years ago
Doga Genc f1968460bb fix img-reduntant-alt bug (#4771)
6 years ago
Th0rN13 109e99ad3b fix contextual dynamic bind:this in {#each} (#4759)
6 years ago
André Lins 709c9aa8e8 a11y: implement img-redundant-alt (#4750)
6 years ago
Pat Cavit 7a79a28cf6 make setting tweened with duration=0 instantly update (#4766)
6 years ago
Conduitry 938869e03f deconflict `anchor` variable name (#4769)
6 years ago
Billy Levin 21a8eda8fb disable loop protection inside generators (#4716)
6 years ago
André Lins 75b8ac3719 a11y: do not warn about <a name> / <a id> (#4739)
6 years ago
Kalan 5a7737b2d6 a11y: warn about href="javascript:..." (#4733)
6 years ago
nomnomnomnom 9916a80cd7 fix misaligned line numbers in sourcemaps (#4738)
6 years ago
Tan Li Hau b712ab0c04 fix mutation to imported variable (#4713)
6 years ago
pushkin 411d506996 add if_block existence check in block.p (#4633)
6 years ago
pushkin b09d61fce2 ensure if_block dependency is dirty to cancel outro (#4634)
6 years ago
Daniel Imfeld b8564ed657 prevent illegal attribute names at compile time (#4650)
6 years ago
pushkin f2bd347266 use value check instead of guard for number inputs (#4689)
6 years ago
pushkin 29e03d2a9f fix parent in slot wrapper (#4705)
6 years ago
Tan Li Hau b957b5d1a0 add await catch shorthand (#4490)
6 years ago
Maurício Kishi fab8f2d5ff support dimension bindings in cross-origin mode (#2989)
6 years ago
pushkin fca285a187 remove unused variable (#4638)
6 years ago
Игорь Фролов 255a18f654 feat(internal): Support globalThis in modern environments (#4628)
6 years ago
Tan Li Hau 2501ba3d74 remove unneeded fragment block (#4568)
7 years ago
Tan Li Hau f0f4118c8a fix creating debugging comment for HTML comment (#4567)
7 years ago
Tan Li Hau d0924fbfb4 fix deconflicting variable name for slot fallback (#4564)
7 years ago
Tan Li Hau 5cea55ecb8 clean up event handlers on re-mount (#4493)
7 years ago
Tan Li Hau 1bae772d0a support destructuring in await (#4548)
7 years ago
Tan Li Hau 5da0de4ce0 complain if named slots other than direct descendant of component (#4509)
7 years ago
Tan Li Hau 8025246550 do not initialise slot fallback fragment unless necessary (#4514)
7 years ago
Jacob Wright 6c81672712 allow transitions and animations to work within iframes (#3625)
7 years ago
vlasy c2e090e651 throw compiler error when binding directly to const variables (#4506)
7 years ago
Tan Li Hau 1f5af90f74 fix else-block update in keyed each-block (#4558)
7 years ago
Tan Li Hau d98cdf2242 fix hydration of top-level content (#4550)
7 years ago