Commit Graph

216 Commits (0d19f67ec40e4ba4275e837451f28b97755ce12f)

Author SHA1 Message Date
Tan Li Hau 5949c4a594
fix await outro race condition (#5850)
5 years ago
Nick Vincent f7d4eef55d
use iframe z-index: -1 in resize listener (#5742)
5 years ago
Ben McCann 391455c58e
Upgrade eslint (#5747)
5 years ago
Simon H 79214ccb0d
Revert typed SvelteComponent, add SvelteComponentTyped instead (#5738)
5 years ago
Tan Li Hau ccc61a71d8
add missing export for hasContext (#5727)
5 years ago
pushkin 94b985effb
make unused `transition_out` parameters optional (#5587)
5 years ago
Tan Li Hau 9331398299
support spread into slot props (#5616)
5 years ago
Simon H 99000ef42e
typed SvelteComponent(Dev) interface (#5431)
5 years ago
pushkin 01ead95cbe
add hasContext lifecycle function (#5690)
5 years ago
Tan Li Hau 7949d8efac
support $$slots in custom elements (#5619)
5 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement (#5647)
5 years ago
Tan Li Hau 6fa3e91b5d
support $$props and $$restProps for custom elements (#5608)
5 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes (#5585)
5 years ago
Andreas Ehrencrona 46690473ef
only allow passing functions to lifecycle functions (#5529)
5 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 (#5541)
5 years ago
Bob Fanger 3fa15b9688
fix: typing get svelte/store (#5483)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
orange4glace fd0c6ee4d8
fix unmounting components delayed bidirectional transitions (#5353)
5 years ago
Tan Li Hau 2c5f1c466e
add typings to `get_store_value` (#5269)
5 years ago
Tan Li Hau 87ed0b2f42
fix await stuck indefinitely without catch (#5402)
5 years ago
Th0rN13 4b59491ea4
Fix: input type number warning in browsers (#4772)
5 years ago
rdb 211fc92e69
Fix current component not being cleared after component update (#4909)
5 years ago
Antony Jones 82dc26a31c
Fix lint warnings (#5263)
5 years ago
Irshad PI e0e434234d
Await: re-throw error when there is no catch block and promise is rejected (#5149)
5 years ago
Tan Li Hau 0ac341d2c6
expose which slots are present in $$slots (#4602)
5 years ago
Simon H aa7e5e32b1
add typings for createEventDispatcher (#5260)
5 years ago
pngwn d81cb83ae0
Add type param to setContext and getContext (#5224)
5 years ago
Tan Li Hau ec0f79c5af
add updating guard to binding callback (#5126)
5 years ago
Tan Li Hau d472bd2f5e
invalidate $$props and $$restProps only when there are changes (#5123)
5 years ago
Bassam Ismail ce3d0461e9
fix(5018): compare wholeText instead of data (#5028)
5 years ago
Bob Fanger 3dfb178739
fix: Parameters with default values are optional (#5083)
5 years ago
Bassam Ismail 46fe407478
make tweened options optional in types (#5068)
5 years ago
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
Antony Jones 0f5fe6552d
use common linting configuration (#4942)
5 years ago
Rich Harris b0377cc4e4
fix `{@html}` assuming it lives inside a <div> (#4863)
6 years ago
Rich Harris 3330c3fbab
only add event listeners when a block is first mounted (#4860)
6 years ago
Tan Li Hau 7834ca3c5b
fix slot with context overflow + without let (#4862)
6 years ago
Pat Cavit 40dca5252b
WIP: Don't attempt to unsub if the iframe is destroyed (#4782)
6 years ago
Richard Harris 081f7cd878 dont coerce all falsy values to empty strings
6 years ago
Jeremy Bernier d8fb0bb62c
Fix input with bind:value displaying "undefined"
6 years ago
Pat Cavit ef2a886c83
fix: cache value & cancel tween for instant-set (#4847)
6 years ago
Daniel Imfeld 40d0ea6702
set .value while setting .__value during spread (#4809)
6 years ago
Pat Cavit a08a94ac33
make setting tweened with duration=0 instantly update (#4766)
6 years ago
Maurício Kishi ff5f25249e
support dimension bindings in cross-origin mode (#2989)
6 years ago
Игорь Фролов 085897c799
feat(internal): Support globalThis in modern environments (#4628)
6 years ago
Tan Li Hau b4b57c39a2
clean up event handlers on re-mount (#4493)
6 years ago
Jacob Wright 966aae3420
allow transitions and animations to work within iframes (#3625)
6 years ago
Tan Li Hau ec3589e314
fix hydration of top-level content (#4550)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago