Commit Graph

148 Commits (20b940a73a4573484f072833ecaf375361bd99dc)

Author SHA1 Message Date
Rich Harris 2a43fe94b3 deprecate observe
8 years ago
Rich Harris 9a9da249ce remove unused dispatchObservers
8 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
8 years ago
Rich-Harris dd247447c0 ensure correct order of DOM insertions with neighbouring keyed each blocks - fixes #1306
8 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
8 years ago
Rich-Harris 7c47cc19f7 handle boolean attributes
8 years ago
Rich-Harris 6860d09c72 only delete applicable transition animations - fixes #1290
8 years ago
Rich-Harris 40cf29b2b7 basic attribute spreading on elements
8 years ago
Rich-Harris be678c680d remove transition styles in Firefox
8 years ago
Rich-Harris d0c696bb2b merge master -> mrkishi-spreadh
8 years ago
Luke Edwards aa8f57d001 apply nested `assign` usage
8 years ago
Luke Edwards c753396cab update `util/assign` for 5x gain
8 years ago
Rich-Harris 99afa99565 simplify
8 years ago
Rich-Harris 105ab41d63 simplify a bit
8 years ago
Rich-Harris 0672e7bae9 remove unused argument
8 years ago
Rich-Harris f4145099f4 remove linked list stuff
8 years ago
Rich-Harris fb84d729d8 tidy up
8 years ago
Rich-Harris 5f8f2139e0 tidy up
8 years ago
Rich-Harris 4b2a01f2e9 all tests passing
8 years ago
Rich-Harris a3e91eb267 holy shit i think i did it
8 years ago
Rich-Harris 7c953a6622 am close...
8 years ago
Rich-Harris 5349184e75 more minor edits
8 years ago
Rich-Harris 2923e6a677 minor edits
8 years ago
Rich-Harris 5a7f7a00ec reinstate previous code from before i ballsed it up
8 years ago
Rich Harris ffa45dd8be tweaks
8 years ago
Rich Harris a2d09c2136 simplify updateKeyedEach
8 years ago
Rich Harris dab1f6a0fa more keyed each diffing into a shared helper
8 years ago
Brian Takita 66e4df11a7 Implement https://github.com/sveltejs/svelte/issues/588
8 years ago
mrkishi b5102f4f1b Add spread -- rough idea
8 years ago
Rich Harris 140e2271f7 scale transition duration by delta - fixes #1221
8 years ago
Rich Harris 0c66e9e2f7 merge
8 years ago
ekhaled 6b886d628c move `|| null`
8 years ago
ekhaled e2d50617c2 fixes #1188, fixes #1201
8 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
8 years ago
Rich Harris cb8071acd4 allow observing $foo in dev mode - #1181
8 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option
8 years ago
Jacob Wright 405c4f6371 Adding compiler option for immutable back in
8 years ago
Jacob Wright 9e877d9da1 Makes immutable a component option rather than a compile option
8 years ago
Jacob Wright 9a1d87494d Removes date checks and simplifies NaN checks, adds tests
8 years ago
Jacob Wright d2f8e472a5 Add support to computed and store for immutable structures
8 years ago
Rich Harris 5e41ecb34a run oncreate functions in sensible order (#1135)
8 years ago
Rich Harris ca7e90083e can just use options here
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris 8a3898c6cb fix unrelated bug that was causing tests to fail
8 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property
8 years ago
Rich Harris 81f449093d
emit dev mode error for bad arguments to set - fixes #990
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago
Rich Harris d783993d23 halfway there
8 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
8 years ago