Commit Graph

432 Commits (162281ef4f2d280d25c849ac21f4d09059e167fd)

Author SHA1 Message Date
Rich-Harris 162281ef4f populate state in preprocess step, including naming DOM nodes
10 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
10 years ago
Rich Harris 6b2c9279cb Merge pull request #501 from sveltejs/gh-498-b
10 years ago
Rich Harris 1a96dd3e5c Merge pull request #500 from sveltejs/gh-498
10 years ago
Rich Harris 0ed26a8076 Merge pull request #499 from sveltejs/gh-495
10 years ago
Rich-Harris 634ea662d3 formatting
10 years ago
Rich-Harris 472a5f752d Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
10 years ago
Rich-Harris 872e90474c whoops
10 years ago
Rich-Harris fce3f342fb allow dynamic each-block to have static else-block
10 years ago
Rich-Harris 0dac01ce4b failing test for #498
10 years ago
Rich-Harris b0095bda9d ensure var names in binding callbacks are unique — fixes #495
10 years ago
Rich-Harris c40966fdc7 Merge branch 'master' into gh-495
10 years ago
Rich-Harris 61cbd4fa97 fix annoying SSR test failures with solo tests
10 years ago
Rich-Harris 52a30dc8e3 failing test for #495
10 years ago
Tobias Davis d00bd8ac67 add failing test for bound select elements
10 years ago
Rich-Harris f0b6bec298 dont try to test audio stuff in JSDOM
10 years ago
Rich-Harris 14826b76e5 Merge branch 'window-events' into gh-406
10 years ago
Rich-Harris a4ba3e4acf reenable all tests
10 years ago
Rich-Harris f1bef92e9b allow window events to access state
10 years ago
Rich-Harris 1040db97cb implement bind:duration and bind:paused
10 years ago
Rich-Harris 359e67617d implement bind:currentTime
10 years ago
Rich-Harris b914a2294a validate bindings
10 years ago
Rich-Harris b9e097f830 make all tests run
10 years ago
Rich-Harris a010778ac6 helpers should not be considered dependencies — fixes #492
10 years ago
Rich-Harris 86413ef4fa optimise simple if-blocks
10 years ago
Rich-Harris 9f2bd988a0 collapse text around comments
10 years ago
Rich-Harris 3629c9e9a1 exclude indexes from dependencies
10 years ago
Rich-Harris 0c013cfd9b use correct dependencies for each-block updates
10 years ago
Rich-Harris 080afc99a8 simplify if-block switching code
10 years ago
Rich-Harris c9a2bf98a5 rename some variables so that they make more sense
10 years ago
Rich-Harris 2e7a429684 get rid of tmp variable, we dont need it
10 years ago
Rich-Harris 950f2ce2fd dont update static subtrees, even with a noop
10 years ago
Rich-Harris 92b49eed4e more tidying up
10 years ago
Rich-Harris b574c405eb conditionalise each-block updates
10 years ago
Rich-Harris db7fe861b2 failing test for #381
10 years ago
Rich-Harris 7a3611b5df wait this is actually way easier
10 years ago
Rich-Harris 4c3aa0a36f prevent component binding blowback on initial render
10 years ago
Rich-Harris ef52a93699 ensure binding event handlers precede normal ones (fixes #486)
10 years ago
Rich-Harris e56f09dfe5 clone before set — fixes #479
10 years ago
Rich Harris c0aa3ef7e1 Merge pull request #478 from sveltejs/gh-476
10 years ago
Rich Harris d4d7f6c53e Merge pull request #473 from sveltejs/gh-166
10 years ago
Rich-Harris 02e55e8f7a update select value bindings at the end of the cycle (fixes #476)
10 years ago
Conduitry c6304b19f7 only warn on missing properties in dev mode, do not warn on whitelisted globals
10 years ago
Rich Harris cc722f8f7a handle this.get special case in helpers
10 years ago
Rich Harris fa65f7af60 enforce helper function purity
10 years ago
Rich Harris c7ac8b82ba check that event handler callee corresponds to a valid method
10 years ago
Rich Harris 3595470305 validate namespaces
10 years ago
Rich-Harris a47a679e38 replace all invalid characters in attribute names when creating variables (fixes #470)
10 years ago
Rich Harris faa287f5f3 Merge pull request #468 from sveltejs/gh-465
10 years ago
Rich Harris 79b5ce090e Merge branch 'master' into gh-465
10 years ago