Commit Graph

460 Commits (f30162f5e6ad774bf63ed151d4276d285f4cf913)

Author SHA1 Message Date
Rich-Harris f30162f5e6 unkeyed each-blocks with outros
10 years ago
Rich-Harris e8a0646f88 fix mount order of keyed each-block with intros
10 years ago
Rich-Harris 2bec32fd4f remove redundant ternary
10 years ago
Rich-Harris 6601a27ad0 intro transitions in each-blocks
10 years ago
Rich-Harris 76a05445d2 improve deindent slightly — allow inline false expressions (which get removed), and trim trailing tabs
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 90105e7371 support transitions in compound if-blocks
10 years ago
Rich-Harris a839f7fc9a support dynamic simple if-blocks
10 years ago
Rich-Harris 0a62ac7619 some more transition tests, albeit somewhat ugly
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 3eda59d2cb Merge branch 'master' into gh-7
10 years ago
Rich Harris 45831b929f Merge pull request #529 from sveltejs/bind-checked
10 years ago
Rich Harris ae467608db Merge pull request #536 from sveltejs/gh-534
10 years ago
Conduitry 3e736f5ebd fix parsing of expressions wrapped in parentheses (#534)
10 years ago
Conduitry dcd2a99a77 fix simple if blocks with top-level or conditions (#532)
10 years ago
Rich-Harris 7aa5273fe4 support very basic outro transitions
10 years ago
Rich-Harris 33bce40839 allow parameter-less transitions
10 years ago
Rich-Harris 8d9f69c152 first working intro transition, woooo
10 years ago
Rich Harris 0d18c4a6d5 Provide second argument to validator.error with bind:checked errors
10 years ago
Rich-Harris 1503744e74 add transitions property to default export, track intros/outros in Block
10 years ago
Rich-Harris c3c58531a8 Merge branch 'master' into gh-7
10 years ago
Rich Harris 5384583c19 Merge pull request #527 from sveltejs/gh-524
10 years ago
Rich-Harris 789b759d48 fix for #524
10 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
10 years ago
Rich-Harris 41700f689b parse transition directives
10 years ago
Rich-Harris dc54caaef7 sanitize element names in preprocess step
10 years ago
Rich Harris 5dac68ed5a Merge branch 'master' into gh-3
10 years ago
Conduitry d9234572be visit all attributes of select elements after visiting children
10 years ago
Conduitry 5f27bbdcde replace invalid characters in element names when creating variables (#516)
10 years ago
Conduitry bbca5d1402 only call .update on yield fragment if it's present (#514)
10 years ago
Conduitry 7969409ae6 Merge branch 'master' into gh-3
10 years ago
Rich Harris a52f40eb82 Merge branch 'master' into gh-507
10 years ago
Rich Harris 68a446c156 Merge pull request #510 from sveltejs/gh-509
10 years ago
Rich-Harris aafadd9bc1 reduce indirection
10 years ago
Rich-Harris e11c991023 yield blocks never need an anchor
10 years ago
Rich-Harris 84cac6bbd9 anchor-less each blocks
10 years ago
Rich-Harris e903ff69fc only create anchors for if blocks when necessary
10 years ago
Rich-Harris 12f211c6a8 populate state in preprocess step, including naming DOM nodes
10 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
10 years ago
Rich-Harris be5dcd5631 null out else block references when they are destroyed — fixes #509
10 years ago
Rich-Harris 64195209d1 -> v1.17.0
10 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
10 years ago
Rich Harris d4c64d9f82 Merge pull request #503 from sveltejs/restart-audio
10 years ago
Rich Harris d17de8c51d Merge pull request #501 from sveltejs/gh-498-b
10 years ago