Commit Graph

435 Commits (a52f40eb822bb5a2f7fdb2328a9a851c3b04d281)

Author SHA1 Message Date
Rich Harris a52f40eb82 Merge branch 'master' into gh-507
10 years ago
Rich Harris 68a446c156 Merge pull request #510 from sveltejs/gh-509
10 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
10 years ago
Rich-Harris be5dcd5631 null out else block references when they are destroyed — fixes #509
10 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
10 years ago
Rich Harris d17de8c51d Merge pull request #501 from sveltejs/gh-498-b
10 years ago
Rich Harris 425aec2bf5 Merge pull request #500 from sveltejs/gh-498
10 years ago
Rich Harris f591a5e844 Merge pull request #499 from sveltejs/gh-495
10 years ago
Rich-Harris 834c94b861 formatting
10 years ago
Rich-Harris 79d99b9170 Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
10 years ago
Rich-Harris 430037cb9c whoops
10 years ago
Rich-Harris c6aa61ae1f allow dynamic each-block to have static else-block
10 years ago
Rich-Harris 5591443103 failing test for #498
10 years ago
Rich-Harris 0d459b949c ensure var names in binding callbacks are unique — fixes #495
10 years ago
Rich-Harris d65a0e58c5 Merge branch 'master' into gh-495
10 years ago
Rich-Harris 29e81c3d0a fix annoying SSR test failures with solo tests
10 years ago
Rich-Harris 2c760223d0 failing test for #495
10 years ago
Tobias Davis cb095325e4 add failing test for bound select elements
10 years ago
Rich-Harris efcf4b318b dont try to test audio stuff in JSDOM
10 years ago
Rich-Harris a7e7fb6423 Merge branch 'window-events' into gh-406
10 years ago
Rich-Harris 1ad1cd8a78 reenable all tests
10 years ago
Rich-Harris 509328ceb2 allow window events to access state
10 years ago
Rich-Harris ce060c1679 implement bind:duration and bind:paused
10 years ago
Rich-Harris 20ef3734fa implement bind:currentTime
10 years ago
Rich-Harris 5534e565bd validate bindings
10 years ago
Rich-Harris 6e89ce0bfb make all tests run
10 years ago
Rich-Harris eb76a28f8d helpers should not be considered dependencies — fixes #492
10 years ago
Rich-Harris adaccacc32 optimise simple if-blocks
10 years ago
Rich-Harris dc6fa6ff24 collapse text around comments
10 years ago
Rich-Harris 6f5f961c8a exclude indexes from dependencies
10 years ago
Rich-Harris df468e3afb use correct dependencies for each-block updates
10 years ago
Rich-Harris aa67df7fbb simplify if-block switching code
10 years ago
Rich-Harris 796ee21cc2 rename some variables so that they make more sense
10 years ago
Rich-Harris b50ad08506 get rid of tmp variable, we dont need it
10 years ago
Rich-Harris f75a2f0aba dont update static subtrees, even with a noop
10 years ago
Rich-Harris 35a45799f2 more tidying up
10 years ago
Rich-Harris 9818346e86 conditionalise each-block updates
10 years ago
Rich-Harris 73318de59b failing test for #381
10 years ago
Rich-Harris d027851e43 wait this is actually way easier
10 years ago
Rich-Harris d0d17bfde7 prevent component binding blowback on initial render
10 years ago
Rich-Harris 134e9b6f9d ensure binding event handlers precede normal ones (fixes #486)
10 years ago
Rich-Harris 4c927c0c26 clone before set — fixes #479
10 years ago
Rich Harris 3ba49f07bc Merge pull request #478 from sveltejs/gh-476
10 years ago
Rich Harris bbf2b12bfc Merge pull request #473 from sveltejs/gh-166
10 years ago
Rich-Harris 04db04cbd5 update select value bindings at the end of the cycle (fixes #476)
10 years ago
Conduitry 11dcbc1e68 only warn on missing properties in dev mode, do not warn on whitelisted globals
10 years ago
Rich Harris bdf58ee3c2 handle this.get special case in helpers
10 years ago
Rich Harris 3f7f643816 enforce helper function purity
10 years ago
Rich Harris 453cb1e806 check that event handler callee corresponds to a valid method
10 years ago
Rich Harris 97e0dd62bd validate namespaces
10 years ago