Commit Graph

2359 Commits (b957b5d1a0634d40fdc00033f1775bc3b35b22f7)

Author SHA1 Message Date
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
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
Tan Li Hau 0672678e64 allow <svelte:self> to be part of a slot (#4532)
7 years ago
Tan Li Hau ee10effb0f introduce $$restProps (#4489)
7 years ago
Conduitry a63bcba8d1 fit bitmask overflow initial dirty value in 'if' blocks (#4507)
7 years ago
Conduitry 45790bc15f add dev runtime warning for unknown slot names (#4501)
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
pushkin f636bd8a7b check for unknown props even if component doesn't have writable props (#4454)
7 years ago
Tan Li Hau 330f6c3127 fix bitmask overflow for slot (#4485)
7 years ago
Tan Li Hau 88eb91c600 mark module variables as mutated or reassigned (#4469)
7 years ago
Antony Jones 2d74f25690 site: turn fancybutton into custombutton (#4476)
7 years ago
rixo 96388e6166 exclude global variables from $capture_state (#4475)
7 years ago
Conduitry 95995482e3 deconflict `value` parameter in contextual bindings (#4452)
7 years ago
Conduitry 78d5d1a8c8 fix dev mode each block validation when using strings (#4451)
7 years ago
rixo 8930ecf59c make $capture_state/$inject_state act on entire state (#3822)
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 88f85890ce fix event handlers that are dynamic via reactive declarations or stores (#4394)
7 years ago
Conduitry 4f6e25b9bb fix invalidation in ++foo.bar (#4395)
7 years ago
Conduitry c4c0d5af20 fix tests
7 years ago
Conduitry c1cd4a63e2 fix handling of reserved keywords when parsing (#4390)
7 years ago
Tan Li Hau 8cc782c6b2 better error messages for else, elseif, then, catch with unclosed tag (#4136)
7 years ago
Conduitry f5922f7cee fix binding to module-level variables (#4352)
7 years ago
Conduitry 3581bed534 disallow simultaneous foo / {foo} / bind:foo (#4343)
7 years ago
Conduitry f6920b1449 fix detection of unused partially global CSS selectors (#4332)
7 years ago
David Kondrad 7acea7a94d Internals: Scheduler: Fix infinite loop in flush (#4316)
7 years ago
Conduitry 14555bf203 make autosubscribing to a nullish store a no-op (#4304)
7 years ago
Conduitry f498127d33 fix hydration of <title> (#4311)
7 years ago
Conduitry e11f8da5e2 disallow duplicate each keys in dev mode (#4303)
7 years ago
Conduitry 32d28312f5 fix deriving from RxJS observables (#4300)
7 years ago
Tan Li Hau a9298d0ebd fix nested block not reactive (#4294)
7 years ago
Conduitry 4edddcf705 preserve js comments where possible (#4293)
7 years ago
Conduitry 3ef467c69c failing test
7 years ago
Conduitry 434095f0b3 fix '~=' and class selectors with arbitrary whitespace (#4286)
7 years ago
Conduitry cb95f5885b fix awaited expressions that need parentheses (#4283)
7 years ago
Conduitry 2a0d3333d0 apply event modifiers to <svelte:body> events (#4279)
7 years ago
Tan Li Hau e974aff732 disallow binding variables declared in await and catch
7 years ago