Commit Graph

1799 Commits (c3b4e6c792e3a77ad89143e6a6213af73a773396)

Author SHA1 Message Date
Rich Harris a3a2e51352 move test
6 years ago
Rich Harris ca0e8a34e9 test for conflicting slot names
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 45cd960568
Merge pull request #2310 from sveltejs/gh-2296
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 f3cb540ce6 update readable signature to match writable - fixes #2296
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
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
Richard Harris 86bee90d8a failing test for #2022
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
Conduitry d769924b4e add test
6 years ago
Rich Harris 0f4cf99bcd allow reactive declarations to only depend on $$props - fixes #2264
6 years ago
Rich Harris 9955ac13ac handle assignments to store values in reactive declarations (#2119)
6 years ago
Conduitry a8e59d7fd7 update tests
6 years ago
Rich Harris 3e2366d360
Merge pull request #2261 from sveltejs/gh-2253
6 years ago
Rich Harris 8feef5edfc fix
6 years ago
Conduitry 6354c66890 fix renamed instance exports (#2253)
6 years ago
Rich Harris 003a56b348 implement bind:online
6 years ago
Richard Harris 2b1aa77f29 collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
6 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
6 years ago
Richard Harris 3e4dbc630f update stores when assigning to store values - fixes #2170
6 years ago
Rich Harris e87976dc21
Merge pull request #2249 from sveltejs/gh-2182
6 years ago
Richard Harris 5d6333aa8f merge master -> slot-runtime-hasupdatemethod and add a test
6 years ago
Richard Harris 138e5b6709 set/unset parent component correctly in SSR - fixes #2182
6 years ago
Rich Harris 81d33a2fb0
Merge pull request #2245 from sveltejs/gh-2236
6 years ago
Richard Harris 2ba37882a8 prevent overwriting export consts - fixes #2236
6 years ago
Rich Harris f6607bea40
Merge pull request #2242 from sveltejs/gh-2144
6 years ago
Rich Harris 8620b1f62a
Merge pull request #2235 from sveltejs/gh-2139
6 years ago
Richard Harris 83a9b6af23 default to accessors: false (#2144)
6 years ago
Richard Harris 3775f5d6ed call deferred transition function at correct time - fixes #2159
6 years ago
Rich Harris 474bde15e0
Merge pull request #2239 from sveltejs/gh-2158
6 years ago
Richard Harris e3ee808cc1 dispatch transition events inside render callback - fixes #2158
6 years ago
Richard Harris bd4d561fec update test
6 years ago
Richard Harris 170f52ab17 fix repeated animations (#2098)
6 years ago
Richard Harris 6d3e47812d subscribe to global stores (#2139)
6 years ago
Rich Harris 66af332f75
Merge pull request #2232 from sveltejs/gh-2222
6 years ago
Rich Harris 5b172d8a61
Merge pull request #2234 from sveltejs/gh-2163
6 years ago
Richard Harris 0535b3340c make it a runtime test, not a js one
6 years ago