Commit Graph

974 Commits (df771016ff9aa4f58a8eb4ccf6f8b02de4aee556)

Author SHA1 Message Date
Tan Li Hau df771016ff fix: loop-guard scope leak
7 years ago
Conduitry 32f43b125b fix child context in await blocks with no `then` variable (#4022)
7 years ago
mrkishi 2fcfe2547e use raf's time for smoother transitions
7 years ago
Conduitry 2b967c041b add regression test against #3966
7 years ago
Tan Li Hau 9492211e5e fix handle marking global variable as dependency
7 years ago
Tan Li Hau dc67d6aa50 fix context export not working if conflicts with instance variable
7 years ago
Tan Li Hau 0678ca9172 no missing prop warning for non-writable props
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
pngwn 7b4c796199 Add aria-hidden to resize listener object. Fixes #3948.
7 years ago
Richard Harris 1e4dcaf3cf regression test for #3939
7 years ago
Richard Harris 3f3fb832f3 remove samples/_ directories, used for local experiments
7 years ago
Tan Li Hau 01cc5b0a15 fix dynamic event handler expression
7 years ago
Conduitry e9dcce76cc Deconflict dev mode block function names again (#3907)
7 years ago
Tan Li Hau 3f8dc7104a fix text content escape html (#3916)
7 years ago
Rich Harris 2d7b40412f update deps, prevent naming conflict seen in #3891
7 years ago
Tan Li Hau fe0e002872 add loopGuardTimeout options
7 years ago
Rich Harris 46125bbbdc Merge pull request #3886 from AlbertLucianto/fix/bind-out-of-sync
7 years ago
Rich Harris df742e37ca Merge pull request #3871 from AlbertLucianto/fix/bind-value-fails-range-max
7 years ago
Richard Harris afe3445444 Merge branch 'master' of github.com:sveltejs/svelte into fix/bind-out-of-sync
7 years ago
Tan Li Hau 3f4155da2e prevent infinite loop
7 years ago
AlbertLucianto 56b6a62a8d fix binding out of sync on reactive update
7 years ago
AlbertLucianto 48263676b9 add await blowback reactive test case
7 years ago
AlbertLucianto efcab56fbd reorder add attributes to fix value validation
7 years ago
Tan Li Hau 9600a41214 feat dynamic event handler
7 years ago
Rich Harris 2af80f977f Merge pull request #3831 from tanhauhau/tanhauhau/no-create-fragment-if-not-needed
7 years ago
Tan Li Hau 7643873a8d escape html quotes
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
Rich Harris af6d010844 Merge pull request #3811 from sveltejs/gh-3508-alt
7 years ago
Rich Harris 52ada05fcc Merge pull request #3814 from tanhauhau/tanhauhau/unify-solo-for-test-folder
7 years ago
Tan Li Hau 55b7fd210d add a xss test case
7 years ago
Tan Li Hau 14070ca553 look for test folder name for solo mode as well
7 years ago
Conduitry 296a2c8d14 add test
7 years ago
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