Commit Graph

1132 Commits (c4b68ca8cb07bfa1868dd993a86a2bec14e4e28b)
 

Author SHA1 Message Date
Tobias Davis d00bd8ac67 add failing test for bound select elements
8 years ago
Rich-Harris f0b6bec298 dont try to test audio stuff in JSDOM
8 years ago
Rich-Harris ed1ac48c00 prevent audio restarting when it reaches the end
8 years ago
Rich-Harris fffd9ffd64 prevent timer proliferation
8 years ago
Rich-Harris 14826b76e5 Merge branch 'window-events' into gh-406
8 years ago
Rich-Harris a4ba3e4acf reenable all tests
8 years ago
Rich-Harris f1bef92e9b allow window events to access state
8 years ago
Rich-Harris 1040db97cb implement bind:duration and bind:paused
8 years ago
Rich-Harris 359e67617d implement bind:currentTime
8 years ago
Rich-Harris b914a2294a validate bindings
8 years ago
Rich Harris 3d576582da Merge pull request #493 from sveltejs/gh-492
8 years ago
Rich-Harris b9e097f830 make all tests run
8 years ago
Rich-Harris a010778ac6 helpers should not be considered dependencies — fixes #492
8 years ago
Rich-Harris d8cec7f414 style consistency
8 years ago
Rich-Harris 7f2dab6b4f -> v1.16.0
8 years ago
Rich Harris ffe040a990 Merge pull request #491 from sveltejs/misc-fixes
8 years ago
Rich-Harris 86413ef4fa optimise simple if-blocks
8 years ago
Rich-Harris 67fa013604 implement block.alias, so consecutive each-blocks dont get i, i_1, i_2...
8 years ago
Rich-Harris 9f2bd988a0 collapse text around comments
8 years ago
Rich-Harris a59e017fad separate if statements in codebuilder
8 years ago
Rich-Harris 3629c9e9a1 exclude indexes from dependencies
8 years ago
Rich-Harris 0c013cfd9b use correct dependencies for each-block updates
8 years ago
Rich-Harris 9f2a20763a dont create yield block for childless component
8 years ago
Rich Harris fc31d39a64 Merge pull request #490 from sveltejs/gh-472
8 years ago
Rich Harris aeedb94d97 Merge pull request #489 from sveltejs/gh-381
8 years ago
Rich-Harris 080afc99a8 simplify if-block switching code
8 years ago
Rich-Harris b7a40879a7 remove some unused code
8 years ago
Rich-Harris 49bea1b489 dont recompute dependencies
8 years ago
Rich-Harris f8f32a13ba contextualise is only called once per expression
8 years ago
Rich-Harris c9a2bf98a5 rename some variables so that they make more sense
8 years ago
Rich-Harris 2e7a429684 get rid of tmp variable, we dont need it
8 years ago
Rich-Harris 950f2ce2fd dont update static subtrees, even with a noop
8 years ago
Rich-Harris 92b49eed4e more tidying up
8 years ago
Rich-Harris c7f15738ee create all blocks in preprocess step
8 years ago
Rich-Harris 906b5319e6 create each-block else child blocks in preprocess step
8 years ago
Rich-Harris 3cfb823076 tidy up
8 years ago
Rich-Harris 7132551183 factor in attributes and bindings
8 years ago
Rich-Harris b574c405eb conditionalise each-block updates
8 years ago
Rich-Harris ab19649dfa preprocess template, so that we can discover dependencies ahead of time
8 years ago
Rich-Harris d00348d3d6 reduce noise a bit
8 years ago
Rich-Harris 30d4c1c166 less indirection when mounting
8 years ago
Rich-Harris 1d5018bf1e tame each-block code a bit
8 years ago
Rich-Harris 3d259f46ee rename some things so they make more sense
8 years ago
Rich-Harris db7fe861b2 failing test for #381
8 years ago
Rich Harris a9f18b5e9f Merge pull request #488 from sveltejs/component-binding-blowback
8 years ago
Rich-Harris 34622a8a5a tidy up
8 years ago
Rich-Harris 7a3611b5df wait this is actually way easier
8 years ago
Rich-Harris 227ce7928c alternative approach - dont init observer if data has not changed
8 years ago
Rich-Harris 4c3aa0a36f prevent component binding blowback on initial render
8 years ago
Rich-Harris 850c4745c8 -> v1.15.1
8 years ago