Commit Graph

58 Commits (f1e7cd30d8eb4742497b82e4f583bce6b79b8a98)

Author SHA1 Message Date
Ben Lesh f2ee6458e0 perf: Reuse the same promise instance in the scheduler
8 years ago
Richard Harris a63cdcdf94 use maps for keyed each block lookups - fixes #2430
8 years ago
Richard Harris 330b9ea55a wait until flush complete before unlocking bindings - fixes #2356
8 years ago
Richard Harris cc50321f95 only fire binding callbacks when values change
8 years ago
Rich Harris 5cd5f36cce only coerce once
8 years ago
Jacob Wright 82baceb8ac Update text.data only when necessary
8 years ago
Richard Harris cd93506fbb remove comment
8 years ago
Richard Harris 3c1dae08b0 replace comment anchors with empty text nodes - fixes #2280
8 years ago
Rich Harris 558cefa2c7 linting
8 years ago
Richard Harris 4fad86313f collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris 1e55b97bed put callbacks with the other discardable items
8 years ago
Richard Harris ab20acd479 set/unset parent component correctly in SSR - fixes #2182
8 years ago
Richard Harris cf96cd5fa4 call deferred transition function at correct time - fixes #2159
8 years ago
Rich Harris 3322540fdf Merge pull request #2239 from sveltejs/gh-2158
8 years ago
Rich Harris dd94551b22 Merge pull request #2238 from sveltejs/gh-2098
8 years ago
Richard Harris 16466087ff dispatch transition events inside render callback - fixes #2158
8 years ago
Richard Harris b8462fec83 fix repeated animations (#2098)
8 years ago
Richard Harris 7bdaa1e2de only clear out stylesheet after removing a specific animation - fixes #2053
8 years ago
Rich Harris b272901449 Merge pull request #2232 from sveltejs/gh-2222
8 years ago
Richard Harris 24b8645079 report changes correctly
8 years ago
Richard Harris 566ba5b137 store prop names as $$.props, prevent leaky bindings. fixes #2222
8 years ago
Rich Harris da8579ca2e Merge pull request #2099 from sveltejs/gh-2015
8 years ago
Richard Harris 83968d2991 use event.initCustomEvent instead of new CustomEvent - fixes #2018
8 years ago
Richard Harris ac7d3d54e1 move store subscriptions into a helper. broke a bunch of stuff, bear with me
8 years ago
Rich Harris d0c123629d remove internal gubbins when using bind:props - fixes #2038
8 years ago
Rich Harris fddd0d9a9f better
8 years ago
Rich Harris e44bba7a24 rename to tick, remove callback interface
8 years ago
Rich Harris 7976b7990b make callback optional
8 years ago
Rich Harris c430dc2395 return promise from nextTick
8 years ago
Richard Harris 5f6509bfbf set current = true on mount as well as intro - fixes #2000
8 years ago
Rich Harris d1767bd1eb Implement local transitions — fixes #1480
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Richard Harris 6c1076c580 housekeeping
8 years ago
Chris Reeves ab263120c9 update await-block to use on_outro and check_outros - fixes #1995
8 years ago
Richard Harris c464a11cdf dont use identity function to reflect props
8 years ago
Richard Harris d930ab0f92 rename afterFlush to nextTick, schedule update if necessary
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Richard Harris 79cc6815d3 oops. fixes #1946
8 years ago
Richard Harris 1d035ecc7d remove unused import
8 years ago
Richard Harris 2a20553fbc remove unused line
8 years ago
Richard Harris a7e9e66307 dont pass around reference to component
8 years ago
Richard Harris 88315451d9 tidy up
8 years ago
Richard Harris 291bf895f9 dont call transition functions with component context
8 years ago
Richard Harris ef33a912cf start refactoring transitions
8 years ago
Richard Harris 42d61012a8 tidy up
8 years ago
Richard Harris e50926faf9 simplify
8 years ago
Richard Harris 5be148d9b1 start simplifying animations
8 years ago
Richard Harris 69cf2882a6 refactor some stuff
8 years ago
Richard Harris 7ac112da40 shuffle things around a bit
8 years ago