Commit Graph

2077 Commits (394900935fe3dc43ef4ded19a5f5c345d31d3964)

Author SHA1 Message Date
Rich Harris 394900935f Merge pull request #2619 from sveltejs/gh-2435
7 years ago
Rich Harris e17e7807d0 Merge pull request #2631 from EmilTholin/reactive-values-fixed
7 years ago
Rich Harris 7003ecc33a Merge pull request #2634 from sveltejs/gh-2625
7 years ago
Rich Harris a3f2ae95ee Merge pull request #2637 from sveltejs/gh-2635
7 years ago
Rich Harris bd06e13dc0 Merge pull request #2649 from EmilTholin/alert-global
7 years ago
Emil Tholin 80d5c1442f Remove v1 each key parsing
7 years ago
Emil Tholin de6e4588fb Add alert, confirm, and prompt to globals
7 years ago
Conduitry 2efaf79503 fix determining which variables are initialised (#2635)
7 years ago
Conduitry 7b51a185a7 fix invalidating stores with UpdateExpression (#2625)
7 years ago
Emil Tholin 74d40e0510 Check 'injected' and 'fixed_reactive_declarations' independently
7 years ago
Conduitry 46092cbfb7 fix resubscriptions inside script block (#2435)
7 years ago
thollander be13b56643 Use the already defined type for AppendTarget
7 years ago
Richard Harris 4fcd2583b1 fix subscribe implementation, add test for unsubscribing observables
7 years ago
Richard Harris 89fe6a132e Merge branch 'rxjs-support' of https://github.com/benlesh/svelte into benlesh-rxjs-support
7 years ago
Rich Harris 8513d9527f RxJS always returns a Subscription object with an unsubscribe.
7 years ago
Ben Lesh ce209dd0ee fix: Ensure RxJS users don't create memory leaks
7 years ago
Rich Harris 72d665ba72 Merge pull request #2511 from atomAltera/fix/2506
7 years ago
Rich Harris 23778f1135 Merge pull request #2518 from sveltejs/gh-2510
7 years ago
Rich Harris f3a725176b Merge pull request #2543 from jches/gh/2542
7 years ago
Ben Lesh f2ee6458e0 perf: Reuse the same promise instance in the scheduler
7 years ago
John Chesley b2e5becb12 fix cycle check for exported functions
7 years ago
Conduitry 9e9ea411f7 handle unknown nodes in extract_identifiers (#2510) (#2514)
7 years ago
Konstantin Alikhanov d808d9ee5d Fixing issue with cursor jumping in Safari #2506
7 years ago
Rich Harris f9f2afdd15 Merge pull request #2433 from sveltejs/gh-2430
7 years ago
Richard Harris a63cdcdf94 use maps for keyed each block lookups - fixes #2430
7 years ago
Mikhail Korepanov c904e21674 Fix creation of debugging comment for elements without children
7 years ago
Richard Harris a1d35d868d disallow duplicate slot="xxx" elements - fixes second half of #2320
7 years ago
Richard Harris e44293aa64 remove renderer.slots
7 years ago
Richard Harris c08cfc2bf8 sanitize names
7 years ago
Richard Harris 0cf04988c6 remove unused code
7 years ago
Richard Harris 394556941a fix
7 years ago
Richard Harris b6ca514188 inherit default slot values in named slots in SSR mode
7 years ago
Richard Harris cf2bf05812 receive default slot values in named slots
7 years ago
Richard Harris 4c86701f92 pass default slot values through to named slots
7 years ago
Rich Harris 71dc6bddda Merge pull request #2415 from sveltejs/gh-2356
7 years ago
Richard Harris 017cbc6bd3 oops, messed up the merge
7 years ago
Richard Harris 864d9f9cfb propagate scope changes across chained slots - fixes #2359
7 years ago
Rich Harris 49330b1994 Merge branch 'master' into gh-2356
7 years ago
Richard Harris 330b9ea55a wait until flush complete before unlocking bindings - fixes #2356
7 years ago
Richard Harris cc50321f95 only fire binding callbacks when values change
7 years ago
Conduitry f328f219e5 deconflict `value` argument in component bindings (#2395)
7 years ago
Rich Harris c610e83a00 Merge pull request #2409 from sveltejs/gh-2354
7 years ago
Rich Harris 92fc5da0a5 Merge pull request #2406 from sveltejs/gh-2399
7 years ago
Richard Harris 48ac4ed1f1 only create fallback content if no slot is provided - fixes #2354
7 years ago
Richard Harris 3201e717df better error for bindings to let: values - fixes #2301
7 years ago
Richard Harris 04900e90cd skip observedAttributes where appropriate - fixes #2399
7 years ago
Richard Harris 08fab520be allow reactive declarations to reference self - fixes #2386
7 years ago
Richard Harris dda2012b4d inject lets for destructured reactive declarations - fixes #2396
7 years ago
Richard Harris 7823bb7134 optimise certain $$invalidate calls
7 years ago
Richard Harris 6b1067e8c1 allow reactive declarations without dependencies - fixes #2285
7 years ago