Commit Graph

961 Commits (4cb1578147c83d8a5266dd1ba9609418733b466f)
 

Author SHA1 Message Date
Rich-Harris 4cb1578147 reduce indirection
9 years ago
Rich-Harris 6587cbdbac yield blocks never need an anchor
9 years ago
Rich-Harris 9480f349ec anchor-less each blocks
9 years ago
Rich-Harris d274d08734 only create anchors for if blocks when necessary
9 years ago
Rich-Harris 162281ef4f populate state in preprocess step, including naming DOM nodes
9 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
9 years ago
Rich-Harris 4012414fa7 -> v1.17.0
9 years ago
Rich Harris cf86d8cff6 Merge pull request #503 from sveltejs/restart-audio
9 years ago
Rich Harris 6b2c9279cb Merge pull request #501 from sveltejs/gh-498-b
9 years ago
Rich Harris 1a96dd3e5c Merge pull request #500 from sveltejs/gh-498
9 years ago
Rich Harris 0ed26a8076 Merge pull request #499 from sveltejs/gh-495
9 years ago
Rich-Harris 1dfd72cc28 use existing node.initialUpdate mechanism
9 years ago
Rich-Harris 634ea662d3 formatting
9 years ago
Rich-Harris 472a5f752d Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
9 years ago
Rich-Harris a4acbe2e8e prevent bindings interfering with each other on the same element
9 years ago
Taylor Zane Glaeser 0466f3874c Added block to create method that will initialize a select element with the value bound to `value`.
9 years ago
Rich-Harris 872e90474c whoops
9 years ago
Rich-Harris fce3f342fb allow dynamic each-block to have static else-block
9 years ago
Rich-Harris 629584d7e9 use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498
9 years ago
Rich-Harris 0dac01ce4b failing test for #498
9 years ago
Rich-Harris b0095bda9d ensure var names in binding callbacks are unique — fixes #495
9 years ago
Rich-Harris c40966fdc7 Merge branch 'master' into gh-495
9 years ago
Rich-Harris 61cbd4fa97 fix annoying SSR test failures with solo tests
9 years ago
Rich-Harris 52a30dc8e3 failing test for #495
9 years ago
Rich Harris f9432d1a69 Merge pull request #496 from sveltejs/gh-406
9 years ago
Rich Harris e1a1e6507a Merge branch 'master' into gh-406
9 years ago
Rich Harris 386cb8b599 Merge pull request #497 from sveltejs/window-events
9 years ago
Rich Harris 771dacc44c Merge pull request #494 from sveltejs/validate-bindings
9 years ago
Rich-Harris e306366f8c use map rather than object
9 years ago
Tobias Davis d00bd8ac67 add failing test for bound select elements
9 years ago
Rich-Harris f0b6bec298 dont try to test audio stuff in JSDOM
9 years ago
Rich-Harris ed1ac48c00 prevent audio restarting when it reaches the end
9 years ago
Rich-Harris fffd9ffd64 prevent timer proliferation
9 years ago
Rich-Harris 14826b76e5 Merge branch 'window-events' into gh-406
9 years ago
Rich-Harris a4ba3e4acf reenable all tests
9 years ago
Rich-Harris f1bef92e9b allow window events to access state
9 years ago
Rich-Harris 1040db97cb implement bind:duration and bind:paused
9 years ago
Rich-Harris 359e67617d implement bind:currentTime
9 years ago
Rich-Harris b914a2294a validate bindings
9 years ago
Rich Harris 3d576582da Merge pull request #493 from sveltejs/gh-492
9 years ago
Rich-Harris b9e097f830 make all tests run
9 years ago
Rich-Harris a010778ac6 helpers should not be considered dependencies — fixes #492
9 years ago
Rich-Harris d8cec7f414 style consistency
9 years ago
Rich-Harris 7f2dab6b4f -> v1.16.0
9 years ago
Rich Harris ffe040a990 Merge pull request #491 from sveltejs/misc-fixes
9 years ago
Rich-Harris 86413ef4fa optimise simple if-blocks
9 years ago
Rich-Harris 67fa013604 implement block.alias, so consecutive each-blocks dont get i, i_1, i_2...
9 years ago
Rich-Harris 9f2bd988a0 collapse text around comments
9 years ago
Rich-Harris a59e017fad separate if statements in codebuilder
9 years ago
Rich-Harris 3629c9e9a1 exclude indexes from dependencies
9 years ago