Commit Graph

468 Commits (0d890b1359ac5dfd04310c7ac9e6118f49d9d01c)

Author SHA1 Message Date
Conduitry 0d890b1359 fix resubscriptions inside script block (#2435)
7 years ago
thollander c965abc884 Use the already defined type for AppendTarget
7 years ago
Rich Harris 48ebaac3ef
Merge pull request #2511 from atomAltera/fix/2506
7 years ago
Rich Harris c97ee00b4e
Merge pull request #2518 from sveltejs/gh-2510
7 years ago
John Chesley 73aca457d3 fix cycle check for exported functions
7 years ago
Conduitry 51f2a3b231 handle unknown nodes in extract_identifiers (#2510) (#2514)
7 years ago
Konstantin Alikhanov 791b12776e Fixing issue with cursor jumping in Safari #2506
7 years ago
Rich Harris 5d71b5138a
Merge pull request #2433 from sveltejs/gh-2430
7 years ago
Richard Harris c988457afa use maps for keyed each block lookups - fixes #2430
7 years ago
Mikhail Korepanov f91ba51fc4 Fix creation of debugging comment for elements without children
7 years ago
Richard Harris b2860c789d disallow duplicate slot="xxx" elements - fixes second half of #2320
7 years ago
Richard Harris 1c5c688dc5 remove renderer.slots
7 years ago
Richard Harris 922c5058e3 sanitize names
7 years ago
Richard Harris 4677c607be remove unused code
7 years ago
Richard Harris 285c92908e fix
7 years ago
Richard Harris 1d6ac5ea34 inherit default slot values in named slots in SSR mode
7 years ago
Richard Harris 45f28fbf30 receive default slot values in named slots
7 years ago
Richard Harris ff01d64791 pass default slot values through to named slots
7 years ago
Rich Harris aae969d6e2
Merge pull request #2415 from sveltejs/gh-2356
7 years ago
Richard Harris 016078d76e oops, messed up the merge
7 years ago
Richard Harris 07ecdb1849 propagate scope changes across chained slots - fixes #2359
7 years ago
Rich Harris 4e09479a9f
Merge branch 'master' into gh-2356
7 years ago
Richard Harris 5535110066 wait until flush complete before unlocking bindings - fixes #2356
7 years ago
Conduitry a710b1311c deconflict `value` argument in component bindings (#2395)
7 years ago
Rich Harris 3f97558533
Merge pull request #2409 from sveltejs/gh-2354
7 years ago
Rich Harris 1de67e3c84
Merge pull request #2406 from sveltejs/gh-2399
7 years ago
Richard Harris aa653558d0 only create fallback content if no slot is provided - fixes #2354
7 years ago
Richard Harris cd0f535d83 better error for bindings to let: values - fixes #2301
7 years ago
Richard Harris d2568aa583 skip observedAttributes where appropriate - fixes #2399
7 years ago
Richard Harris a88749af27 allow reactive declarations to reference self - fixes #2386
7 years ago
Richard Harris d7b32fb22c inject lets for destructured reactive declarations - fixes #2396
7 years ago
Richard Harris b36d24032b optimise certain $$invalidate calls
7 years ago
Richard Harris 30c8fe0c6e allow reactive declarations without dependencies - fixes #2285
7 years ago
nhducit 984a8fd980
Fĩ type
8 years ago
Richard Harris 4177af8d59 only use explicit namespace for top-level elements
8 years ago
Richard Harris af1315b438 apply namespace to foreignObject correctly - fixes #2340
8 years ago
Rich Harris c853e44130
Merge pull request #2349 from Panya/issue-2348
8 years ago
Rich Harris c20ad22363
Merge pull request #2351 from jches/gh/2347
8 years ago
John Chesley 614788c9e8 hoist all hoistable top-level functions
8 years ago
John Chesley cfc1a40335 do not hoist declaration if it is exported (fixes #2347)
8 years ago
Mikhail Korepanov 609084fb3e Pass block to the render of an expression in an attribute
8 years ago
Rich Harris a07eac432a
update API reference docs (#2206)
8 years ago
Rich Harris eb2f0cc245
Merge pull request #2326 from sveltejs/gh-2325
8 years ago
Lukas 8eb8c707b1 add playbackrate as binding for mediaelements (#2202)
8 years ago
Conduitry ecea85891c skip array literal length optimization in presence of spread (#2325)
8 years ago
Rich Harris a59cd36a39
Merge pull request #2321 from sveltejs/gh-2295
8 years ago
Conduitry ecd7c6e9aa warn on template references to global variables (#2295)
8 years ago
Conduitry fa79a72348 disallow bindings to global variables (#2295)
8 years ago
Rich Harris 16106d113d handle foreignObject correctly, default to svg namespace for top-level svg elements - fixes #2298
8 years ago
Rich Harris 52c42d3252 remove unused import
8 years ago