Commit Graph

37 Commits (6187a703c2b9927d99e0395dc8be683b8b7765d8)

Author SHA1 Message Date
Rich Harris 6187a703c2 Merge branch 'master' into gh-654
9 years ago
Rich Harris cfd6ff54f3 halfway there
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris 06bdaa99da check component exists after _bind before continuing - fixes #917
9 years ago
Rich Harris 3fa98b64ea remove unused _yield property
9 years ago
Rich Harris b6a5994ce7 use short method names
9 years ago
Rich Harris b9492905a1 remove oldState from recompute
9 years ago
Rich Harris f0a404a07c tighten up a bit more
9 years ago
Rich Harris c47d2bd88d extract some shared init logic
9 years ago
Rich Harris 99f9e6a4c1 use component name in runtime dev warnings - fixes #781
9 years ago
Rich Harris a303e9a6d6 append host element, not contents, when component is nested
9 years ago
Rich Harris 8f31f96edc dont noop set/get until after component is destroyed (fixes #788)
9 years ago
Rich Harris 24f1fbde2a almost working
9 years ago
Rich Harris d02c468834 update component bindings together. WIP
9 years ago
Rich Harris f63a07f139 we can now do changed.foo instead of "foo" in changed - is faster and smaller
9 years ago
Rich Harris b5f7ac2c22 pass updated state to observers
9 years ago
Rich Harris 6292204072 do dirty check in _set, so we can easily skip unnecessary computations later (#768)
9 years ago
Rich Harris a2e85aec1d replace destroy with noop on destroy
9 years ago
Rich Harris 6ae5e32371 update tests
9 years ago
Rich Harris 73c83d887f replace set with noop instead of checking _destroyed
9 years ago
Rich Harris 92766ee9e7 handle set after destroy, and move destroy into shared helpers
9 years ago
Rich Harris 99fa6aee99 rename _block to _lock
9 years ago
Rich Harris 071337d36d enforce order of operations
9 years ago
Rich Harris 7a8283e03f rename postcreate to aftercreate
9 years ago
Rich Harris 1ba0c88b3d NAILED IT
9 years ago
Rich Harris ae9de0f25e remove _flush in favour of callAll
9 years ago
Rich Harris f505a07384 fire intro.start and outro.start events (#702)
9 years ago
Rich Harris b37cfd37f2 rename _renderHooks to _oncreate, since thats all its used for
9 years ago
Rich Harris f92b33c130 run prettier on src, update tests
9 years ago
Rich-Harris 7aa5273fe4 support very basic outro transitions
10 years ago
Rich-Harris 8d9f69c152 first working intro transition, woooo
10 years ago
Rich-Harris 4c927c0c26 clone before set — fixes #479
10 years ago
Rich-Harris 097a7c38c0 allow helpers to depend on one another (closes #481)
10 years ago
Rich-Harris 0f44611285 use assign helper, to avoid compatibility headaches
10 years ago
Rich-Harris b61fd27cfc recompute computed values with functions as dependencies (#413)
10 years ago
Rich-Harris 978e35ceef move methods out of constructor
10 years ago
Rich-Harris 08331b4f8b use helpers for DOM operations
10 years ago