Commit Graph

71 Commits (52ece0b5f02e78d1a92b9088bb35ec858745a88d)

Author SHA1 Message Date
Pavel Malyshev 52ece0b5f0 Fix for 7 years ago
Rich Harris 31e387e76c allow animations to be aborted - fixes 7 years ago
Rich Harris c4937d271f fix skipped intros 7 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option () 7 years ago
Rich Harris 82c9217e53 do unmount work in destroy method 7 years ago
Rich Harris 46c6b4bfe3 handle await block promises in a shared helper 7 years ago
Rich Harris 6cf3f1121f replace all ssr __helpers 7 years ago
Rich Harris f8b076b2f3 set state to blank object on destroy, not null - fixes 7 years ago
Rich Harris 2f86bd339d update tests to account for removal of observe 7 years ago
Rich Harris 470eacf9d4 remove obsolete methods 7 years ago
Rich Harris 5ebd43898c deprecate get with string argument 7 years ago
Rich Harris 2a43fe94b3 deprecate observe 7 years ago
Rich Harris 9a9da249ce remove unused dispatchObservers 7 years ago
Rich Harris c1573dbf2c implement onstate and onupdate 7 years ago
Rich-Harris 40cf29b2b7 basic attribute spreading on elements 7 years ago
Luke Edwards aa8f57d001 apply nested `assign` usage 7 years ago
Rich Harris dab1f6a0fa more keyed each diffing into a shared helper 7 years ago
Rich Harris 0c66e9e2f7 merge 7 years ago
ekhaled 6b886d628c move `|| null` 7 years ago
ekhaled e2d50617c2 fixes , fixes 7 years ago
Rich Harris 1bc675da50 fix a couple of TODOs 7 years ago
Rich Harris cb8071acd4 allow observing $foo in dev mode - 7 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option 7 years ago
Jacob Wright 405c4f6371 Adding compiler option for immutable back in 7 years ago
Jacob Wright 9e877d9da1 Makes immutable a component option rather than a compile option 7 years ago
Jacob Wright 9a1d87494d Removes date checks and simplifies NaN checks, adds tests 7 years ago
Jacob Wright d2f8e472a5 Add support to computed and store for immutable structures 7 years ago
Rich Harris 5e41ecb34a run oncreate functions in sensible order () 7 years ago
Rich Harris ca7e90083e can just use options here 7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components 7 years ago
Rich Harris 394dec9f11
Merge pull request from sveltejs/gh-1013 7 years ago
Rich Harris 8a3898c6cb fix unrelated bug that was causing tests to fail 7 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property 7 years ago
Rich Harris 81f449093d
emit dev mode error for bad arguments to set - fixes 7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654 7 years ago
Rich Harris d783993d23 halfway there 7 years ago
Rich Harris f80ace5fd6 client-side store subscriptions 7 years ago
Rich Harris 96428312ec check component exists after _bind before continuing - fixes 8 years ago
Rich Harris f659fd8391 remove unused _yield property 8 years ago
Rich Harris 2b2a1b40ce use short method names 8 years ago
Rich Harris 6f0961ed5a remove oldState from recompute 8 years ago
Rich Harris ef3cf34367 tighten up a bit more 8 years ago
Rich Harris bd002f94bc extract some shared init logic 8 years ago
Rich Harris 75651bb070 use component name in runtime dev warnings - fixes 8 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested 8 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes ) 8 years ago
Rich Harris 12e9a9276c almost working 8 years ago
Rich Harris 6366a4f55e update component bindings together. WIP 8 years ago
Rich Harris 3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller 8 years ago
Rich Harris caffcd5f79 pass updated state to observers 8 years ago