Commit Graph

1069 Commits (3db74bff28e7ca6f5851589fcda5059d7c668135)
 

Author SHA1 Message Date
Conduitry 7969409ae6 Merge branch 'master' into gh-3
9 years ago
Rich Harris 42cd0593f5 Merge pull request #511 from sveltejs/gh-507
9 years ago
Rich Harris b05dbdb9e2 Update expected.js
9 years ago
Rich Harris a52f40eb82 Merge branch 'master' into gh-507
9 years ago
Rich Harris 68a446c156 Merge pull request #510 from sveltejs/gh-509
9 years ago
Rich Harris eb6f6aa7ba Merge pull request #506 from sveltejs/gh-504
9 years ago
Rich-Harris aafadd9bc1 reduce indirection
9 years ago
Rich-Harris e11c991023 yield blocks never need an anchor
9 years ago
Rich-Harris 84cac6bbd9 anchor-less each blocks
9 years ago
Rich-Harris e903ff69fc only create anchors for if blocks when necessary
9 years ago
Rich-Harris 12f211c6a8 populate state in preprocess step, including naming DOM nodes
9 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
9 years ago
Rich-Harris be5dcd5631 null out else block references when they are destroyed — fixes #509
9 years ago
Rich-Harris 64195209d1 -> v1.17.0
9 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
9 years ago
Rich Harris d4c64d9f82 Merge pull request #503 from sveltejs/restart-audio
9 years ago
Rich Harris d17de8c51d Merge pull request #501 from sveltejs/gh-498-b
9 years ago
Rich Harris 425aec2bf5 Merge pull request #500 from sveltejs/gh-498
9 years ago
Rich Harris f591a5e844 Merge pull request #499 from sveltejs/gh-495
9 years ago
Rich-Harris 2833cda8b4 use existing node.initialUpdate mechanism
9 years ago
Rich-Harris 834c94b861 formatting
9 years ago
Rich-Harris 79d99b9170 Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
9 years ago
Rich-Harris 8fbb373548 prevent bindings interfering with each other on the same element
9 years ago
Taylor Zane Glaeser 2205f5ce36 Added block to create method that will initialize a select element with the value bound to `value`.
9 years ago
Rich-Harris 430037cb9c whoops
9 years ago
Rich-Harris c6aa61ae1f allow dynamic each-block to have static else-block
9 years ago
Rich-Harris 07166c3d8a use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498
9 years ago
Rich-Harris 5591443103 failing test for #498
9 years ago
Rich-Harris 0d459b949c ensure var names in binding callbacks are unique — fixes #495
9 years ago
Rich-Harris d65a0e58c5 Merge branch 'master' into gh-495
9 years ago
Rich-Harris 29e81c3d0a fix annoying SSR test failures with solo tests
9 years ago
Rich-Harris 2c760223d0 failing test for #495
9 years ago
Rich Harris 3e6127ccd5 Merge pull request #496 from sveltejs/gh-406
9 years ago
Rich Harris 89ddb184af Merge branch 'master' into gh-406
9 years ago
Rich Harris 5a63c6accf Merge pull request #497 from sveltejs/window-events
9 years ago
Rich Harris 64e61fa309 Merge pull request #494 from sveltejs/validate-bindings
9 years ago
Rich-Harris 6c6a03f3a1 use map rather than object
9 years ago
Tobias Davis cb095325e4 add failing test for bound select elements
9 years ago
Rich-Harris efcf4b318b dont try to test audio stuff in JSDOM
9 years ago
Rich-Harris f141d8d185 prevent audio restarting when it reaches the end
9 years ago
Rich-Harris c3312b50b0 prevent timer proliferation
9 years ago
Rich-Harris a7e7fb6423 Merge branch 'window-events' into gh-406
9 years ago
Rich-Harris 1ad1cd8a78 reenable all tests
9 years ago
Rich-Harris 509328ceb2 allow window events to access state
9 years ago
Rich-Harris ce060c1679 implement bind:duration and bind:paused
9 years ago
Rich-Harris 20ef3734fa implement bind:currentTime
9 years ago
Rich-Harris 5534e565bd validate bindings
9 years ago
Rich Harris 28187fbb9b Merge pull request #493 from sveltejs/gh-492
9 years ago
Rich-Harris 6e89ce0bfb make all tests run
9 years ago
Rich-Harris eb76a28f8d helpers should not be considered dependencies — fixes #492
9 years ago