Commit Graph

2170 Commits (6e183599927396f4517e113392aa1b26bb04ee48)

Author SHA1 Message Date
Rich Harris a721d58ece extend fix to blocks with outros
7 years ago
Richard Harris 09b7ef840f fix code generation for if-else with static conditions - fixes #3505
7 years ago
Colin Casey 1ee8820148 fix reactive declaration cycle detection + clearer error on cycle
7 years ago
Arpad Borsos 40e345f35a prefer let bindings
7 years ago
Arpad Borsos ac3b9cc6e5 prefer indented blocks
7 years ago
Rich Harris 4c466071ca Merge pull request #3478 from sveltejs/gh-3447
7 years ago
Conduitry 745649bb90 update dependencies
7 years ago
Christian Kaisermann 44798f4279 Support other atrules (#2995)
7 years ago
Rich Harris 77a580114b update tests
7 years ago
Rich Harris 9834df0576 update simple if-blocks with complex but static conditions
7 years ago
Rich Harris 10548373d5 dont generate code for non-updating if block - fixes #3447
7 years ago
Almaz 239953cc13 Fixed complex {#if} behaviour
7 years ago
Rich Harris 1fd156daaa mark reassigned/mutated values as non-hoistable - fixes #2731
7 years ago
Richard Harris fb5c02e317 lint
7 years ago
Rich Harris b7ec29fb0e Merge pull request #3443 from sveltejs/gh-2569
7 years ago
Rich Harris 4eadbe4270 Merge pull request #3435 from sveltejs/gh-1834
7 years ago
Rich Harris 396b524002 Merge pull request #3438 from sveltejs/gh-2355
7 years ago
bre30kra69cs a0b3d57032 fix declaration assignment
7 years ago
Rich Harris 890bafdb40 update context if event handler uses index in keyed each block - fixes #2569
7 years ago
Rich Harris be1e249071 set context in await blocks - fixes #2443
7 years ago
Rich Harris 637b2545ca conservative updates for await blocks
7 years ago
Richard Harris 4599d4161e only reevaluate if block conditions if dependencies changed
7 years ago
Rich Harris f708d98ea9 more conservative if block updates
7 years ago
Almaz 8bf4f23baf Fixed unnecessarily style properties update
7 years ago
Richard Harris 003f59db23 lint
7 years ago
Richard Harris 4bfd90dfb7 Merge branch 'master' into gh-1834
7 years ago
Richard Harris 5548eb0e63 handle important declarations in inline styles - fixes #1834
7 years ago
Rich Harris 98121b9bf9 Merge pull request #3432 from sveltejs/gh-1830
7 years ago
Rich Harris d1d461816d Merge pull request #3430 from sveltejs/gh-1233
7 years ago
Richard Harris 3bc15c983b bail out of style tag optimisation when appropriate - fixes #1830
7 years ago
Rich Harris 38cc07628c dont set undefined input value - fixes #1233
7 years ago
Rich Harris a28cddd41b allow slots to have missing props in SSR - fixes #3322
7 years ago
Richard Harris e630ae48aa update test
7 years ago
Richard Harris e43550d1c2 Merge branch 'master' of github.com:sveltejs/svelte into closing-tags
7 years ago
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Dave Poulter 6c4605fc8a Fix namespace for svg elements inside slots
7 years ago
Richard Harris e7b846f500 -> v3.8.0
7 years ago
Richard Harris 9cb5454b58 coerce tag values to string - fixes #2290
7 years ago
Richard Harris b9347efb6d Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris dd7342790a Merge branch 'master' of https://github.com/samuelgozi/svelte into samuelgozi-master
7 years ago
Rich Harris a54b5d912a Merge pull request #3380 from Conduitry/gh-3185
7 years ago
Richard Harris 085a20c3ff remove ts-node - no typescript inside test/
7 years ago
Conduitry 984b8f46af generate valid code when spreading literal into props (#3185)
7 years ago
Sebastian Silbermann e7f86bf4b8 Add failing test for null hydration
7 years ago
Samuel Elgozi b3198f151a Tests addedt for `self` modifier
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Richard Harris e538dfe8fe failing test for #3354
7 years ago
Rich Harris a96ba1ffa2 Merge pull request #3348 from sveltejs/gh-3272
7 years ago
Rich Harris 3a65c5a899 Merge pull request #3351 from sveltejs/disable-validation
7 years ago
Rich Harris fbd0aa743c Merge pull request #2028 from aphitiel/gh-1999
7 years ago
Rich Harris 3d92929f92 Rename main.html to main.svelte
7 years ago
Richard Harris 6042fa02ea disable validation with magic comments
7 years ago
Richard Harris 2561b5038c Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris cfe3d3caca update #1844 test for v3
7 years ago
Richard Harris 285436bc0f Merge branch 'master' into aphitiel-gh-1844
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris 4223bd393c disallow global references to $$-prefixed vars
7 years ago
Richard Harris 6056f133d4 throw error if $ is referenced as global - fixes #3272
7 years ago
Richard Harris f3a9d39a91 add test for #3326
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Vadim Cebaniuc 50cd8d3f9d Merge branch 'master' into master
7 years ago
Vadim Cebaniuc c1fc9badaa Fix spread function result side effects
7 years ago
Richard Harris 1df14f6232 Merge branch 'master' into gh-3285
7 years ago
Richard Harris 24989ec4c5 rename misnamed test, remove obsolete ones
7 years ago
Conduitry 69da2cf6de set data- attributes like regular attributes (#3337)
7 years ago
Richard Harris 82abfa5922 lint
7 years ago
Richard Harris 51516a97a9 prevent commas in attributes - fixes #3341
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Rich Harris 342154d593 Merge pull request #3336 from Conduitry/gh-3274
7 years ago
Rich Harris 8f32e0e346 Merge pull request #3335 from Conduitry/gh-3281
7 years ago
Rich Harris 133b1167ae Merge pull request #3333 from Conduitry/gh-3179
7 years ago
Rich Harris 44fefdf870 Merge pull request #3332 from Conduitry/gh-3331
7 years ago
Conduitry 505717e636 don't warn when using each index in key (#3274)
7 years ago
Conduitry d7caf24923 use bindings when matching attribute selector against element (#3281)
7 years ago
Conduitry 5e64cb391a preserve async/generator-ness of hoisted function expressions (#3179)
7 years ago
Conduitry 457497efe5 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Richard Harris 41e865f1f6 failing SSR test, plus some adjacent changes
7 years ago
Richard Harris fc9b261c1e failing test for #3285
7 years ago
bre30kra69cs 0315b723b0 optimize class name runtime calc & add tests & ref
7 years ago
bre30kra69cs 867e61e501 fix Literally undefined class #3283
7 years ago
Conduitry daa7ab664d add test
7 years ago
Rich Harris db1a1875c2 quote props if necessary in SSR mode - fixes #3312
7 years ago
Rich Harris 2249bc7aa0 Merge pull request #3305 from Conduitry/gh-3226
7 years ago
Rich Harris 7b33c9c10f Merge pull request #3295 from sveltejs/gh-3286
7 years ago
Vadim Cebaniuc 74c19cf63c Fix non-object spread
7 years ago
Conduitry 624d145a82 use `change` event for `bind:files` (#3226)
7 years ago
Richard Harris 4ccb96d1ca always update reactive declarations with $$props - fixes #3286
7 years ago
Richard Harris fb9684dfa9 reuse unchanged spread levels - fixes #3289
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Rich Harris ca8b48f6b2 Merge pull request #3250 from davemo/fix/1705-root-pseudo-selector-prefix-exemption
7 years ago
Rich Harris 9584ce09c6 Merge pull request #3242 from umanghome/v3-class-deps-fix
7 years ago
David Mosher 7ff7a5e220 bugfix: exempt the :root selector from prefix
7 years ago
Umang Galaiya 8ca6df376b [Test] Add test for class directive with spread attributes
7 years ago
Umang Galaiya cd2580c61f [Test] Add test for class with spread attributes
7 years ago
pynnl 36903c83f8 fix global keyframes with no elements
7 years ago
Rich Harris 851ad5c3df prevent outro groups getting muddled up - fixes #2086
7 years ago
Rich Harris 369ca827c4 new failing test for #2086
7 years ago
Rich Harris 8402607a97 add test from gh-2086
7 years ago
Rich Harris 014b25f625 Merge branch 'master' into gh-3113
7 years ago
Richard Harris 6f3150a328 fix test
7 years ago