Commit Graph

9314 Commits (gh-13270)
 

Author SHA1 Message Date
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
Rich-Harris 0c013cfd9b use correct dependencies for each-block updates
9 years ago
Rich-Harris 9f2a20763a dont create yield block for childless component
9 years ago
Rich Harris fc31d39a64 Merge pull request #490 from sveltejs/gh-472
9 years ago
Rich Harris aeedb94d97 Merge pull request #489 from sveltejs/gh-381
9 years ago
Rich-Harris 080afc99a8 simplify if-block switching code
9 years ago
Rich-Harris b7a40879a7 remove some unused code
9 years ago
Rich-Harris 49bea1b489 dont recompute dependencies
9 years ago
Rich-Harris f8f32a13ba contextualise is only called once per expression
9 years ago
Rich-Harris c9a2bf98a5 rename some variables so that they make more sense
9 years ago
Rich-Harris 2e7a429684 get rid of tmp variable, we dont need it
9 years ago
Rich-Harris 950f2ce2fd dont update static subtrees, even with a noop
9 years ago
Rich-Harris 92b49eed4e more tidying up
9 years ago
Rich-Harris c7f15738ee create all blocks in preprocess step
9 years ago
Rich-Harris 906b5319e6 create each-block else child blocks in preprocess step
9 years ago
Rich-Harris 3cfb823076 tidy up
9 years ago
Rich-Harris 7132551183 factor in attributes and bindings
9 years ago
Rich-Harris b574c405eb conditionalise each-block updates
9 years ago
Rich-Harris ab19649dfa preprocess template, so that we can discover dependencies ahead of time
9 years ago
Rich-Harris d00348d3d6 reduce noise a bit
9 years ago
Rich-Harris 30d4c1c166 less indirection when mounting
9 years ago
Rich-Harris 1d5018bf1e tame each-block code a bit
9 years ago
Rich-Harris 3d259f46ee rename some things so they make more sense
9 years ago
Rich-Harris db7fe861b2 failing test for #381
9 years ago
Rich Harris a9f18b5e9f Merge pull request #488 from sveltejs/component-binding-blowback
9 years ago
Rich-Harris 34622a8a5a tidy up
9 years ago
Rich-Harris 7a3611b5df wait this is actually way easier
9 years ago
Rich-Harris 227ce7928c alternative approach - dont init observer if data has not changed
9 years ago
Rich-Harris 4c3aa0a36f prevent component binding blowback on initial render
9 years ago
Rich-Harris 850c4745c8 -> v1.15.1
9 years ago
Rich Harris 4f20ac8710 Merge pull request #487 from sveltejs/gh-486
9 years ago
Rich-Harris ef52a93699 ensure binding event handlers precede normal ones (fixes #486)
9 years ago
Rich Harris cc21db37c3 Merge pull request #483 from sveltejs/gh-479
9 years ago
Rich Harris 563d300aa2 Merge pull request #482 from sveltejs/gh-481
9 years ago
Rich-Harris e56f09dfe5 clone before set — fixes #479
9 years ago
Rich-Harris 51ff9ecfa6 allow helpers to depend on one another (closes #481)
9 years ago
Rich-Harris dba9401670 -> v1.15.0
9 years ago
Rich Harris c0aa3ef7e1 Merge pull request #478 from sveltejs/gh-476
9 years ago
Rich Harris d4d7f6c53e Merge pull request #473 from sveltejs/gh-166
9 years ago
Rich-Harris 02e55e8f7a update select value bindings at the end of the cycle (fixes #476)
9 years ago
Rich Harris ef630b1483 Merge pull request #477 from sveltejs/gh-475
9 years ago
Conduitry c6304b19f7 only warn on missing properties in dev mode, do not warn on whitelisted globals
9 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 ec543cf9b6 -> v1.14.1
10 years ago
Rich Harris d7320ba9fd Merge pull request #471 from sveltejs/gh-470
10 years ago