Commit Graph

2054 Commits (1ef653f0e5e722b28957b6095b66b9bd81814473)

Author SHA1 Message Date
Rich Harris 5d71b5138a
Merge pull request #2433 from sveltejs/gh-2430
6 years ago
Richard Harris c988457afa use maps for keyed each block lookups - fixes #2430
6 years ago
Mikhail Korepanov f91ba51fc4 Fix creation of debugging comment for elements without children
6 years ago
Richard Harris b2860c789d disallow duplicate slot="xxx" elements - fixes second half of #2320
6 years ago
Richard Harris 1c5c688dc5 remove renderer.slots
6 years ago
Richard Harris 922c5058e3 sanitize names
6 years ago
Richard Harris 4677c607be remove unused code
6 years ago
Richard Harris 285c92908e fix
6 years ago
Richard Harris 1d6ac5ea34 inherit default slot values in named slots in SSR mode
6 years ago
Richard Harris 45f28fbf30 receive default slot values in named slots
6 years ago
Richard Harris ff01d64791 pass default slot values through to named slots
6 years ago
Rich Harris aae969d6e2
Merge pull request #2415 from sveltejs/gh-2356
6 years ago
Richard Harris 016078d76e oops, messed up the merge
6 years ago
Richard Harris 07ecdb1849 propagate scope changes across chained slots - fixes #2359
6 years ago
Rich Harris 4e09479a9f
Merge branch 'master' into gh-2356
6 years ago
Richard Harris 5535110066 wait until flush complete before unlocking bindings - fixes #2356
6 years ago
Richard Harris b03cfcf09d only fire binding callbacks when values change
6 years ago
Conduitry a710b1311c deconflict `value` argument in component bindings (#2395)
6 years ago
Rich Harris 3f97558533
Merge pull request #2409 from sveltejs/gh-2354
6 years ago
Rich Harris 1de67e3c84
Merge pull request #2406 from sveltejs/gh-2399
6 years ago
Richard Harris aa653558d0 only create fallback content if no slot is provided - fixes #2354
6 years ago
Richard Harris cd0f535d83 better error for bindings to let: values - fixes #2301
6 years ago
Richard Harris d2568aa583 skip observedAttributes where appropriate - fixes #2399
6 years ago
Richard Harris a88749af27 allow reactive declarations to reference self - fixes #2386
6 years ago
Richard Harris d7b32fb22c inject lets for destructured reactive declarations - fixes #2396
6 years ago
Richard Harris b36d24032b optimise certain $$invalidate calls
6 years ago
Richard Harris 30c8fe0c6e allow reactive declarations without dependencies - fixes #2285
6 years ago
nhducit 984a8fd980
Fĩ type
6 years ago
Richard Harris 4177af8d59 only use explicit namespace for top-level elements
6 years ago
Richard Harris af1315b438 apply namespace to foreignObject correctly - fixes #2340
6 years ago
Rich Harris c853e44130
Merge pull request #2349 from Panya/issue-2348
6 years ago
Rich Harris c20ad22363
Merge pull request #2351 from jches/gh/2347
6 years ago
Rich Harris 1f5293810f
Merge pull request #2357 from sveltejs/conditional-text-updates-2
6 years ago
Rich Harris 2b7b1c7e91
only coerce once
6 years ago
John Chesley 614788c9e8 hoist all hoistable top-level functions
6 years ago
Jacob Wright 6ef8137b4b Update text.data only when necessary
6 years ago
John Chesley cfc1a40335 do not hoist declaration if it is exported (fixes #2347)
6 years ago
Mikhail Korepanov 609084fb3e Pass block to the render of an expression in an attribute
6 years ago
Rich Harris a07eac432a
update API reference docs (#2206)
6 years ago
Rich Harris eb2f0cc245
Merge pull request #2326 from sveltejs/gh-2325
6 years ago
Richard Harris 143117054a Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Conduitry ef9c9a626e don't preprocess tags whose names begin with script/style
6 years ago
Lukas 8eb8c707b1 add playbackrate as binding for mediaelements (#2202)
6 years ago
Conduitry ecea85891c skip array literal length optimization in presence of spread (#2325)
6 years ago
Rich Harris a59cd36a39
Merge pull request #2321 from sveltejs/gh-2295
6 years ago
Conduitry ecd7c6e9aa warn on template references to global variables (#2295)
6 years ago
Conduitry fa79a72348 disallow bindings to global variables (#2295)
6 years ago
Rich Harris 16106d113d handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298
6 years ago
Rich Harris 52c42d3252 remove unused import
6 years ago
Rich Harris 5ae5bb4b91 handle arbitrary slot names
6 years ago