Commit Graph

1131 Commits (7d4dcdf53105f1cef87321f54ce70de139d5ea50)
 

Author SHA1 Message Date
Rich-Harris 43e3fe2614 rename styles method to css - less ambiguity over what it returns, no style/styles confusion
9 years ago
Rich Harris 308dfcaae2 Merge pull request #553 from sveltejs/gh-538
9 years ago
Conduitry 25ce8dd951 correctly handle when helper functions have been internally renamed in Svelte bundle (#538)
9 years ago
Rich Harris ee6f405d83 Merge pull request #542 from Zirro/queryselector-checked
9 years ago
Rich-Harris 4165e1c805 simplify/unify transitions
9 years ago
Rich-Harris 3871627d63 outros on keyed each-blocks
9 years ago
Rich-Harris f30162f5e6 unkeyed each-blocks with outros
9 years ago
Rich-Harris e8a0646f88 fix mount order of keyed each-block with intros
9 years ago
Rich-Harris 2bec32fd4f remove redundant ternary
9 years ago
Rich-Harris 6601a27ad0 intro transitions in each-blocks
9 years ago
Rich-Harris 76a05445d2 improve deindent slightly — allow inline false expressions (which get removed), and trim trailing tabs
9 years ago
Zirro 3280a1974d Use .querySelector(':checked'), enable several <select> tests
9 years ago
Rich-Harris 8e5748477d tighten up transition tests
9 years ago
Rich-Harris 2fa0f28a83 remove method is unused
9 years ago
Rich-Harris 144fbd3126 only apply easing function once!
9 years ago
Rich-Harris 90105e7371 support transitions in compound if-blocks
9 years ago
Rich-Harris a839f7fc9a support dynamic simple if-blocks
9 years ago
Rich-Harris 0a62ac7619 some more transition tests, albeit somewhat ugly
9 years ago
Rich-Harris 7467f5ea12 get basic intro transition test passing
9 years ago
Rich-Harris 3d5e3d7114 restart animations on secondary intro, various bits of cleanup
9 years ago
Rich-Harris 70f2433bba never abort transitions, they are either bidi or non-abortable
9 years ago
Rich-Harris a4084cceec CSS transitions
9 years ago
Rich-Harris b7ab024d12 handle bidirectional transitions differently
9 years ago
Rich-Harris 9a29bad538 abort transitions
9 years ago
Rich-Harris 3eda59d2cb Merge branch 'master' into gh-7
9 years ago
Rich-Harris 099dc90100 -> v1.18.2
9 years ago
Rich Harris 45831b929f Merge pull request #529 from sveltejs/bind-checked
9 years ago
Rich-Harris 9e4c78a278 add test
9 years ago
Rich Harris ae467608db Merge pull request #536 from sveltejs/gh-534
9 years ago
Rich Harris 94dd29c64e Merge pull request #533 from sveltejs/gh-532
9 years ago
Conduitry 3e736f5ebd fix parsing of expressions wrapped in parentheses (#534)
9 years ago
Conduitry dcd2a99a77 fix simple if blocks with top-level or conditions (#532)
9 years ago
Rich-Harris 7aa5273fe4 support very basic outro transitions
9 years ago
Rich-Harris 33bce40839 allow parameter-less transitions
9 years ago
Rich-Harris 339d2987fc update tests
9 years ago
Rich-Harris 8d9f69c152 first working intro transition, woooo
9 years ago
Rich Harris 0d18c4a6d5 Provide second argument to validator.error with bind:checked errors
9 years ago
Rich-Harris 1503744e74 add transitions property to default export, track intros/outros in Block
9 years ago
Rich-Harris c3c58531a8 Merge branch 'master' into gh-7
9 years ago
Rich-Harris 13f1c6e87b -> v1.18.1
9 years ago
Rich Harris 5384583c19 Merge pull request #527 from sveltejs/gh-524
9 years ago
Rich-Harris 789b759d48 fix for #524
9 years ago
Rich Harris cea79e0f02 Merge pull request #526 from sveltejs/gh-523
9 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
9 years ago
Rich-Harris 61e7089f9e failing test for intro transition
9 years ago
Rich-Harris 41700f689b parse transition directives
9 years ago
Rich-Harris e39af1b946 -> v1.18.0
9 years ago
Rich Harris ef9ad9b838 Merge pull request #512 from sveltejs/gh-3
9 years ago
Rich-Harris dc54caaef7 sanitize element names in preprocess step
9 years ago
Rich Harris 5dac68ed5a Merge branch 'master' into gh-3
9 years ago