Commit Graph

2289 Commits (6dcf4d91f8c1e6e522a44493c1bfd1c0ba4cb29b)

Author SHA1 Message Date
Richard Harris afe3445444 Merge branch 'master' of github.com:sveltejs/svelte into fix/bind-out-of-sync
7 years ago
Richard Harris 5b36489095 helperise loop protection
7 years ago
Tan Li Hau 3f4155da2e prevent infinite loop
7 years ago
Conduitry 9692524372 fix tests
7 years ago
AlbertLucianto 56b6a62a8d fix binding out of sync on reactive update
7 years ago
Rich Harris 749ababf85 Merge pull request #3884 from sveltejs/gh-3882
7 years ago
Richard Harris 1b4ee64f09 neaten up hydration code - fixes #3882
7 years ago
Richard Harris bad771fa17 revert #3723, add special case for src attributes
7 years ago
Rich Harris 3d771a46ff Merge pull request #3876 from tanhauhau/tanhauhau/scoped-css-with-undefined-class
7 years ago
Rich Harris 9192eff9b6 Merge pull request #3870 from sveltejs/gh-3855
7 years ago
AlbertLucianto 48263676b9 add await blowback reactive test case
7 years ago
Richard Harris 49ecc0872d update code-red, enable all tests
7 years ago
Richard Harris c3dfafa859 update tests
7 years ago
AlbertLucianto efcab56fbd reorder add attributes to fix value validation
7 years ago
Tan Li Hau d56ae38bd9 fix undefined class with scoped-css
7 years ago
Tan Li Hau 81873673b6 update test snapshot with --update flag
7 years ago
Rich Harris 4466dc5fa6 update test
7 years ago
Tan Li Hau a7aafb25be skip missing input files
7 years ago
Tan Li Hau 9600a41214 feat dynamic event handler
7 years ago
Rich Harris 9fc3d33702 Merge pull request #3825 from tanhauhau/tanhauhau/unused-css-string-concat
7 years ago
Rich Harris 2af80f977f Merge pull request #3831 from tanhauhau/tanhauhau/no-create-fragment-if-not-needed
7 years ago
Rich Harris da7e392766 Merge pull request #3849 from AlbertLucianto/fix/file-input-binding-declared-last
7 years ago
Tan Li Hau 7643873a8d escape html quotes
7 years ago
AlbertLucianto a47838630f fix input binding fails if type declared last
7 years ago
Tan Li Hau 821021e9e7 reenable skipped test due to jsdom
7 years ago
Tan Li Hau 57955a999e fix window bindings to store (#3835)
7 years ago
Tan Li Hau d06284788b swapped out expected and actual for asserts in error
7 years ago
Tan Li Hau 474de99404 Don't create a fragment at all for DOM-less components
7 years ago
Tan Li Hau bfb39d6969 feat unused css selector understands string concat
7 years ago
Rich Harris af6d010844 Merge pull request #3811 from sveltejs/gh-3508-alt
7 years ago
Rich Harris 66de45a085 Merge pull request #3818 from sveltejs/gh-3801
7 years ago
Richard Harris 334a5ce7a7 error on empty css declarations - fixes #3801
7 years ago
Rich Harris 9d7e826624 Revert "remove empty value declaration from style tree"
7 years ago
Rich Harris bc31a93c17 Merge pull request #3812 from tanhauhau/tanhauhau/remove-empty-value-declaration
7 years ago
Rich Harris 52ada05fcc Merge pull request #3814 from tanhauhau/tanhauhau/unify-solo-for-test-folder
7 years ago
Rich Harris 661b474ef3 Merge pull request #3816 from tanhauhau/tanhauhau/text-content-instead-of-inner-html
7 years ago
Tan Li Hau 55b7fd210d add a xss test case
7 years ago
Tan Li Hau 948527a609 use textContent instead of innerHtml, preventing XSS
7 years ago
Rich Harris 28a277bb91 Merge pull request #3762 from sveltejs/gh-3761
7 years ago
Tan Li Hau 14070ca553 look for test folder name for solo mode as well
7 years ago
Tan Li Hau 7b1e4dac3f remove empty value declaration from style tree
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Conduitry 296a2c8d14 add test
7 years ago
Rich Harris 2e4db17303 Merge pull request #3802 from tanhauhau/tanhauhau/warn-unused-exports
7 years ago
Rich Harris 8a3239b6ba Merge pull request #3808 from tanhauhau/tanhauhau/mustache-tag-can-use-inner-html
7 years ago
Tan Li Hau c5c5822f9a feat: allow innerHtml if no dynamic dependencies
7 years ago
Conduitry d42a09440b fix SSR spread with boolean attributes (#3797)
7 years ago
Tan Li Hau 7c037a304d feat: warn unused exports
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Richard Harris 2fb869deab tweak text of warning
7 years ago
Richard Harris c0116dee30 Merge branch 'tanhauhau/warn-when-using-tag-without-compile-options' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/warn-when-using-tag-without-compile-options
7 years ago
Jesse Skinner 0cf18ead30 allow multiple ancestors to be scoped with class (#3544)
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 1d0bd1a802 warn if using svelte:options tag without compile_options.customElement
7 years ago
Conduitry f64aa53720 tidy up core test.js script
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
Rich Harris 276bcb879a allow spring/tweened values to be initially undefined - closes #3761
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 16eac1aa02 Merge branch 'tanhauhau/await-then-catch-block' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/await-then-catch-block
7 years ago
Richard Harris b4fbbd3d55 fix test
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
Li Hau Tan 6e18359992 then and catch block expect await, optional then block
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
Richard Harris 2603aeba1f dont cache attribute values (ref #3579)
7 years ago
Richard Harris 2c555b143b Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 73371bdbbb typos
7 years ago
Richard Harris ca2f4bbb3c merge master -> tanhauhau/debugging-with-no-dependencies
7 years ago
das d1b95041ff continue inlining $$invalidate calls (#3548)
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 99a99376ae fix debugging with no dependencies
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 5ca7b48b66 rework attribute selector matching to not use regexes (#1710)
7 years ago
Conduitry 7a0ae142e5 escape `@` sigils in dev tooling events (#3545)
7 years ago
Rich Harris e167300844 Merge pull request #3005 from RedHatter/devtools
7 years ago
Rich Harris dc0df93372 Merge pull request #3306 from cvlab/master
7 years ago
Richard Harris aaac15bafa remove $unsafe_set in favour of modified $inject_state
7 years ago
Richard Harris a8f318571e update tests
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Rich Harris 8fabd206f5 Merge pull request #3538 from sveltejs/gh-3537
7 years ago
Richard Harris 5981c9ebe6 update test
7 years ago
Richard Harris e4e04e590c Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr
7 years ago
Richard Harris 76a6d32536 invalidate store values in <script> block - fixes #3537
7 years ago