Commit Graph

1046 Commits (18a4281ee4cc4aa882448d1b54f0ee5ffd167f38)
 

Author SHA1 Message Date
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
Rich-Harris a1b191fce9 style consistency
9 years ago
Rich-Harris 87d3fb216d -> v1.16.0
9 years ago
Rich Harris d55c95f57f Merge pull request #491 from sveltejs/misc-fixes
9 years ago
Rich-Harris adaccacc32 optimise simple if-blocks
9 years ago
Rich-Harris b69f62c752 implement block.alias, so consecutive each-blocks dont get i, i_1, i_2...
9 years ago
Rich-Harris dc6fa6ff24 collapse text around comments
9 years ago
Rich-Harris b4115ac2ec separate if statements in codebuilder
9 years ago
Rich-Harris 6f5f961c8a exclude indexes from dependencies
9 years ago
Rich-Harris df468e3afb use correct dependencies for each-block updates
9 years ago
Rich-Harris 29b660e5e7 dont create yield block for childless component
9 years ago
Rich Harris b632ece655 Merge pull request #490 from sveltejs/gh-472
9 years ago
Rich Harris caaa091912 Merge pull request #489 from sveltejs/gh-381
9 years ago
Rich-Harris aa67df7fbb simplify if-block switching code
9 years ago
Rich-Harris eebd933427 remove some unused code
9 years ago
Rich-Harris 874f241bfb dont recompute dependencies
9 years ago
Rich-Harris 5d986f56bd contextualise is only called once per expression
9 years ago
Rich-Harris 796ee21cc2 rename some variables so that they make more sense
9 years ago
Rich-Harris b50ad08506 get rid of tmp variable, we dont need it
9 years ago
Rich-Harris f75a2f0aba dont update static subtrees, even with a noop
9 years ago
Rich-Harris 35a45799f2 more tidying up
9 years ago
Rich-Harris 2fe7539a01 create all blocks in preprocess step
9 years ago
Rich-Harris 1edfe23803 create each-block else child blocks in preprocess step
9 years ago
Rich-Harris 423f48f2c5 tidy up
9 years ago