Commit Graph

64 Commits (c90441f3456ab683e397daa756b554bf2761ac0d)

Author SHA1 Message Date
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 f6dad89c90 Merge branch 'master' into codegen
9 years ago
Rich Harris 091667748f use 31 instead of 33
9 years ago
Rich Harris 3d9835daea simplify helpers
9 years ago
Rich Harris 2bccc7f8df use bitshifting for magic perf boost
9 years ago
Rich Harris 3226fc31b7 improve transition performance
9 years ago
Rich Harris f10d2bb250 fix most non-hydration tests
9 years ago
Rich Harris d964b63ad3 fix component hydration
9 years ago
Rich Harris e26c37b408 more hydration
9 years ago
Rich Harris 1cc36884d4 hydration working with elements, text nodes, tags and if blocks
9 years ago
Rich Harris 0013764a01 first, very incorrect stab at hydration
9 years ago
Rich Harris 4591b3f0a5 rename addEventListener and removeEventListener (#621)
9 years ago
Rich Harris f92b33c130 run prettier on src, update tests
9 years ago
Rich Harris 8458a3f9e2 merge master -> gh-592
9 years ago
Rich Harris 5a3aa566ce Merge pull request #606 from sveltejs/gh-584
9 years ago
Luke Edwards 80b3c55e81 improve assign() util performance
9 years ago
Rich Harris 41cd7f1b15 coerce empty string in number/range inputs to undefined - closes #584
9 years ago
Rich Harris 96efd6d993 Merge branch 'master' into gh-592
9 years ago
Rich Harris 4fa37c3b8a tidy up
9 years ago
Rich Harris 7b9ef42d3b apply t0 styles to nodes if css transition has delay. fixes #574
9 years ago
Rich Harris e4d8af7646 fix for environments where node.style.animation is undefined (fixes #587)
9 years ago
Rich Harris cd76c110f7 make transitionManager treeshakeable (fixes #593)
9 years ago
Rich-Harris fd8b09eb2e add a few type annotations
10 years ago
Rich-Harris 9a43593a9e reintro unkeyed each block iterations as necessary
10 years ago
Rich-Harris 87246075e0 minor tidy up
10 years ago
Rich-Harris 3db74bff28 apply delays to bidirectional transitions - fixes #562
10 years ago
Rich-Harris 690249816c abort intros before restarting them - fixes #546
10 years ago
Rich-Harris 7003536a79 export generateKeyframes
10 years ago
Rich-Harris 4380a51815 gah node 4
10 years ago
Rich-Harris f810459a21 stringify helpers before bundling
10 years ago
Rich-Harris 43e3fe2614 rename styles method to css - less ambiguity over what it returns, no style/styles confusion
10 years ago
Rich-Harris 4165e1c805 simplify/unify transitions
10 years ago
Rich-Harris 2fa0f28a83 remove method is unused
10 years ago
Rich-Harris 144fbd3126 only apply easing function once!
10 years ago
Rich-Harris 7467f5ea12 get basic intro transition test passing
10 years ago
Rich-Harris 3d5e3d7114 restart animations on secondary intro, various bits of cleanup
10 years ago
Rich-Harris 70f2433bba never abort transitions, they are either bidi or non-abortable
10 years ago
Rich-Harris a4084cceec CSS transitions
10 years ago
Rich-Harris b7ab024d12 handle bidirectional transitions differently
10 years ago
Rich-Harris 9a29bad538 abort transitions
10 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 a1b191fce9 style consistency
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 e74b3edd30 hoist some event handlers, rewrite non-hoisted ones to avoid binding
10 years ago
Rich-Harris 48d8c2ca95 Merge branch 'master' into refactor
10 years ago
Rich Harris 6d993c0cc6 more consistent naming
10 years ago