Commit Graph

486 Commits (e63b6078079ccfbd4c7a044be40633ee3ef5e904)

Author SHA1 Message Date
Rich-Harris 87a4fb4879 some more html entity stuff, the bits i understand at least
10 years ago
Rich-Harris d6856c135b add complete list of html entities
10 years ago
Rich-Harris 5b307ca1ee increase test coverage
10 years ago
Rich Harris 41a5a53be5 Merge pull request #559 from sveltejs/simpler-codegen
10 years ago
Rich Harris 952a381445 Merge pull request #556 from sveltejs/gh-540
10 years ago
Rich-Harris 690249816c abort intros before restarting them - fixes #546
10 years ago
Rich-Harris 72b7b3447e remove unnecessary if statement
10 years ago
Rich-Harris 0431d7029f more simplification
10 years ago
Rich-Harris b90d5b3903 more simplification
10 years ago
Rich-Harris 30abda37bd simplify SSR codegen
10 years ago
Rich-Harris 00d2f6b8c5 collapse constructor block into builders.main
10 years ago
Rich-Harris 52f3d76e1d more codebuilder consolidation
10 years ago
Rich-Harris 051731268d build _set method in one place
10 years ago
Rich-Harris 64dbd45601 generate less code for if-blocks with else-blocks (closes #540)
10 years ago
Rich Harris 921aec97e3 Merge pull request #555 from sveltejs/gh-554
10 years ago
Conduitry 980c2626b4 label <style> element with id instead of with attribute, for performance
10 years ago
Rich-Harris 7003536a79 export generateKeyframes
10 years ago
Conduitry 168b43eea1 when creating a component, always check whether its css is still in the dom (#554)
10 years ago
Rich-Harris 4380a51815 gah node 4
10 years ago
Rich-Harris f810459a21 stringify helpers before bundling
10 years ago
Rich-Harris 4bbd4eb0f9 merge master -> gh-7
10 years ago
Rich-Harris 43e3fe2614 rename styles method to css - less ambiguity over what it returns, no style/styles confusion
10 years ago
Conduitry 25ce8dd951 correctly handle when helper functions have been internally renamed in Svelte bundle (#538)
10 years ago
Rich-Harris 4165e1c805 simplify/unify transitions
10 years ago
Rich-Harris 3871627d63 outros on keyed each-blocks
10 years ago
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
Zirro 3280a1974d Use .querySelector(':checked'), enable several <select> tests
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