Commit Graph

2026 Commits (cec1d6cf2dcd82ed0ead05eb624148c91fd79333)

Author SHA1 Message Date
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
Rich Harris b8bc1224bd simplify some slot_name stuff
6 years ago
Rich Harris af6f73c486 DRY out
6 years ago
Rich Harris 1de58d99c5 Merge branch 'issue-2291' of https://github.com/Panya/svelte into Panya-issue-2291
6 years ago
Rich Harris a432f73cda
Merge pull request #2309 from sveltejs/gh-2303
6 years ago
Rich Harris f6f06b3cf5
Merge pull request #2312 from sveltejs/gh-2294
6 years ago
Conduitry f063964739 subscribe to global stores from script (#2139)
6 years ago
Mikhail Korepanov 33914410aa Move slot names test to runtime. Allow slot names that start with a digit
6 years ago
Mikhail Korepanov a27a43076e Add an error for a slot name starts with a digit
6 years ago
Mikhail Korepanov 079ce998ef Don't remove digits and _ from slot names
6 years ago
Conduitry b33fd1797a note action/etc. references even when hoistable (#2294)
6 years ago
Richard Harris dbf0f6a2f3 play transitions in slots - fixes #2303
6 years ago
Richard Harris d614cfa1c7 invalidate correctly inside event handlers - fixes #2305
6 years ago
Rich Harris fa47f76447
Merge pull request #2283 from sveltejs/gh-2280
6 years ago
Richard Harris 5a452dd06c remove comment
6 years ago
Rich Harris da1e061cda
Merge pull request #2286 from sveltejs/gh-2284
6 years ago
Conduitry c06af2dd88 tidy some binding validation messages (#2300)
6 years ago
Conduitry d10fa72cf4 find this= in <svelte:component> in presence of bind:this= (#2284)
6 years ago
Richard Harris 6a7721b05f replace comment anchors with empty text nodes - fixes #2280
6 years ago
John Chesley d788bb9735 break declaration grouping on non-declaration nodes (fixes #2022)
6 years ago
Rich Harris f48c76b7f6 suppress $$props is not defined warning
6 years ago
Rich Harris 2fc07c6dfb linting
6 years ago
Rich Harris 4348727fca
Merge pull request #2258 from sveltejs/collapse-whitespace
6 years ago
Rich Harris f6aed0810b
Merge pull request #2265 from sveltejs/gh-2119
6 years ago
Rich Harris beeaa3d09b
Merge pull request #2266 from sveltejs/gh-2264
6 years ago
Rich Harris 0f4cf99bcd allow reactive declarations to only depend on $$props - fixes #2264
6 years ago
Rich Harris 977f7a6596 same but for SSR
6 years ago
Rich Harris 9955ac13ac handle assignments to store values in reactive declarations (#2119)
6 years ago
Conduitry 5c9fa293a6 fix logic for inclusion of getters/setters on components (32262)
6 years ago