Commit Graph

196 Commits (3255f8b662defe4c655ea47e2fba1d67ed6b8362)

Author SHA1 Message Date
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)
6 years ago
Irshad PI e0e434234d
Await: re-throw error when there is no catch block and promise is rejected (#5149)
6 years ago
Tan Li Hau 0ac341d2c6
expose which slots are present in $$slots (#4602)
6 years ago
Simon H aa7e5e32b1
add typings for createEventDispatcher (#5260)
6 years ago
pngwn d81cb83ae0
Add type param to setContext and getContext (#5224)
6 years ago
Tan Li Hau ec0f79c5af
add updating guard to binding callback (#5126)
6 years ago
Tan Li Hau d472bd2f5e
invalidate $$props and $$restProps only when there are changes (#5123)
6 years ago
Bassam Ismail ce3d0461e9
fix(5018): compare wholeText instead of data (#5028)
6 years ago
Bob Fanger 3dfb178739
fix: Parameters with default values are optional (#5083)
6 years ago
Bassam Ismail 46fe407478
make tweened options optional in types (#5068)
6 years ago
Tan Li Hau 787ece66a4
fix bind:group with duplicated values (#4877)
6 years ago
Aria Stewart 0dceb2c281
work around Edge issue when removing attributes during hydration (#4911)
6 years ago
Antony Jones 0f5fe6552d
use common linting configuration (#4942)
6 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
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names (#4501)
6 years ago
Tan Li Hau 8feb85a61f
fix bitmask overflow for slot (#4485)
6 years ago
Conduitry 138213ca3c
fix dev mode each block validation when using strings (#4451)
6 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state (#3822)
6 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument (#4419)
6 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads (#4398)
6 years ago
Jordan Gensler 4b04b16fe0 avoid using .shift() in flush() (#4356)
6 years ago
David Kondrad 8e245dc30e Internals: Scheduler: Fix infinite loop in flush (#4316)
6 years ago
Conduitry f01bb639be make autosubscribing to a nullish store a no-op (#4304)
6 years ago
Conduitry 1a343b165c
disallow duplicate each keys in dev mode (#4303)
6 years ago
Conduitry 5107ad38b6
fix deriving from RxJS observables (#4300)
6 years ago
Conduitry 91e0d1b720 fix removing attributes during hydration (#1733)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Jesse Skinner e3d66869df fix stringifying of attributes in presence of spread in SSR (#4247)
6 years ago
Tan Li Hau ef56a70acb SSR should only render one <title> (#4250)
6 years ago
Conduitry 3b0c6a1c56 fix $$invalidate getting confused by an undefined third argument (#4170)
6 years ago
Timothy Johnson 646c3df3c6 Pass compiler version in dev events
6 years ago
Tan Li Hau 52dbc882a7 feat order attributes + actions too (#4156)
6 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
6 years ago
Tan Li Hau 0bb40196db fix invalidate while update
6 years ago