Commit Graph

200 Commits (710237d548beae6f2fd47a040954a10da3f8f26c)

Author SHA1 Message Date
Antony Jones 710237d548 Fix lint warnings (#5263)
6 years ago
Irshad PI 408d09a803 Await: re-throw error when there is no catch block and promise is rejected (#5149)
6 years ago
Tan Li Hau 82a6d30c28 expose which slots are present in $$slots (#4602)
6 years ago
Tan Li Hau ce29091cf8 fix not passing child_ctx for catch block (#5261)
6 years ago
Tan Li Hau 3e00514345 fix reference for namespaced component (#5256)
6 years ago
Carlos Roso 338312bfd6 Fix transitions for each-else blocks (#5179)
6 years ago
Tan Li Hau 7d6d17c8d1 fix bind:group contextual reference (#5199)
6 years ago
Tan Li Hau 1256e44807 invalidate $$props and $$restProps only when there are changes (#5123)
6 years ago
Tan Li Hau 87cd165134 fix $$props reactive for slots (#5125)
6 years ago
Tan Li Hau 655ad6c3ab spread condition for input element (#5004)
6 years ago
Tan Li Hau 9153c11a87 html anchor in head (#5071)
6 years ago
Tan Li Hau b4fb50d8da fix collapsing HTML with static content (#5059)
6 years ago
Tan Li Hau 475a759bb6 fix bind:this, skip checking before adding to binding_callbacks (#5072)
6 years ago
Tan Li Hau 694e352980 add further cases where {@html} uses an anchor (#5061)
6 years ago
Tan Li Hau 24f8c2ab78 fix <select> one-way bind when options change (#5054)
6 years ago
Tan Li Hau fd1e7e9964 deconflict bind:this variable (#4949)
6 years ago
Tan Li Hau 8728a9df8c fix bind:group in each (#4868)
6 years ago
Tan Li Hau ab561238a8 fix bind:group with duplicated values (#4877)
6 years ago
Tan Li Hau 1e1939dd82 fix binding for each block local variable (#4861)
6 years ago
Ben McCann ebad857fc4 Use namespaces.svg constant (#4952)
6 years ago
Rich Harris 4ebb4a5395 fix `{@html}` assuming it lives inside a <div> (#4863)
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
Daniel Imfeld ada0d15eec fix check for uninitialized `condition` (#4841)
6 years ago
Tan Li Hau 4597d72460 dry {#each}/{#await} destructuring (#4596)
6 years ago
Th0rN13 109e99ad3b fix contextual dynamic bind:this in {#each} (#4759)
6 years ago
Conduitry 938869e03f deconflict `anchor` variable name (#4769)
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
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
Maurício Kishi fab8f2d5ff support dimension bindings in cross-origin mode (#2989)
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 1bae772d0a support destructuring in await (#4548)
7 years ago
Tan Li Hau 8025246550 do not initialise slot fallback fragment unless necessary (#4514)
7 years ago
Tan Li Hau 1f5af90f74 fix else-block update in keyed each-block (#4558)
7 years ago
Tan Li Hau b5fe3c999b fix lazy code breaks in build
7 years ago
Conduitry a63bcba8d1 fit bitmask overflow initial dirty value in 'if' blocks (#4507)
7 years ago
Tan Li Hau 5e6dc186c3 fix render fallback slot content due to whitespace (#4500)
7 years ago
Tan Li Hau 05270ff1a2 in spread, distinguish never-updating and always-updating props (#4487)
7 years ago
Conduitry 95995482e3 deconflict `value` parameter in contextual bindings (#4452)
7 years ago
swyx 5a880ecd28 implement Dev mode validation of {#each} block argument (#4419)
7 years ago
Tan Li Hau 533d9ac909 warn if component is expected to be reactive (#4409)
7 years ago
Tan Li Hau 8102c4d2e2 perform dirty check before updating keyed each blocks (#4413)
7 years ago
Conduitry d41d4d50ab fix indirect bindings on elements with spreads (#4398)
7 years ago
Conduitry cbfed9614b fix arrow function precedence (#4385)
7 years ago