Commit Graph

939 Commits (8b6abcf5e8f7294f4a853f59ab95b0ff16681191)

Author SHA1 Message Date
Tan Li Hau c5c5822f9a feat: allow innerHtml if no dynamic dependencies
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Mike Lewis cb2aceaa5c add regression test for missing class on elem with bind and spread (#3668)
7 years ago
Conduitry 42427e86b1 Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
7 years ago
Tan Li Hau b502ec0afc allow solo for test suite (#3747)
7 years ago
Conduitry 8741a65c16 Fix boolean attributes in presence of spread attributes (#3775)
7 years ago
Conduitry dde89f8f66 add sigil-expression-function-body test against regression (#3756)
7 years ago
Tan Li Hau 3ff5eb78d1 deconflict with builtins (#3724)
7 years ago
Conduitry a9d7ef4804 fix compound ifs with outros and no dependencies (#3595)
7 years ago
Maurício Kishi 32808fd11f fix store validation code generation (#3735)
7 years ago
Conduitry 58a92fc38b fix `bind:this` binding to a store (#3591)
7 years ago
Richard Harris 99554404e6 Merge branch 'tanhauhau/exported-variable-could-be-reassigned' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/exported-variable-could-be-reassigned
7 years ago
Conduitry 1f826c14b9 add each-block-keyed-iife test against regression (#3436)
7 years ago
Conduitry f531c65df2 preserve `$:` label in reactive blocks in SSR mode (#2828) (#3469)
7 years ago
Tan Li Hau 3c48191b11 resubscribe props if reassigned
7 years ago
Rich Harris 444533d0c7 Merge pull request #3666 from tanhauhau/tanhauhau/show-output-if-test-error-does-not-match
7 years ago
Tan Li Hau ba1660ad5a fix binding shadow the array in each block (#1565)
7 years ago
Conduitry 93b10089a7 add destructuring-between-exports test against regression (#3628)
7 years ago
Conduitry 6a5efd1066 add semicolon-hoisting test against regression (#2292)
7 years ago
Conduitry 2765d3806c add reactive-value-coerce-precedence test against regression (#3564)
7 years ago
Conduitry 9101be023b add deconflict-ctx test against regression (#3556)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Tan Li Hau a119ba1239 fix globals shadowing template scope (#3674)
7 years ago
pngwn 3fcce37732 Prevent element property set from throwing errors for readonly properties. Fixes #3681.
7 years ago
Tan Li Hau 8a789852d0 fix reactive updates not reflected when handle promise (#3660)
7 years ago
Tan Li Hau 7378d0b615 show generated output if the error message does not match
7 years ago
Peter Maatman 6c625b6668 fix compound assignment dependencies in reactive statements (#3634)
7 years ago
Conduitry 7a0ae142e5 escape `@` sigils in dev tooling events (#3545)
7 years ago
Rich Harris dc0df93372 Merge pull request #3306 from cvlab/master
7 years ago
Richard Harris 76a6d32536 invalidate store values in <script> block - fixes #3537
7 years ago
Rich Harris d442ad822d Merge pull request #3533 from sveltejs/gh-3512
7 years ago
Rich Harris 6aa005445f Merge pull request #3534 from btk5h/gh-3455
7 years ago
Rich Harris fd6b072642 Merge pull request #3518 from sveltejs/gh-3505
7 years ago
Bryan Terce 7237296222 Test typos
7 years ago
Bryan Terce d861522036 Remove unused variables
7 years ago
Bryan Terce 3920f93168 Add destructuring tests
7 years ago
Bryan Terce ad827a6db4 Add tests
7 years ago
Richard Harris 6d67e018fe inline $$invalidate calls - fixes #3512
7 years ago
Richard Harris e264dd54b2 only use setAttribute with SVG spread props - fixes #3522
7 years ago
Richard Harris a89f80d80e move tests to runtime section
7 years ago
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
Rich Harris 4c466071ca Merge pull request #3478 from sveltejs/gh-3447
7 years ago
Rich Harris 9834df0576 update simple if-blocks with complex but static conditions
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